HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /var/www/html/zignosrl/mn.dump
-- MySQL dump 10.13  Distrib 5.5.44, for Linux (x86_64)
--
-- Host: localhost    Database: manorama
-- ------------------------------------------------------
-- Server version	5.5.44

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

--
-- Table structure for table `wp_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_ci,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id` (`claim_id`)
) ENGINE=InnoDB AUTO_INCREMENT=926 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (923,'action_scheduler/migration_hook','complete','2021-02-17 15:28:10','2021-02-17 15:28:10','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1613575690;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1613575690;}',1,1,'2021-02-17 15:55:31','2021-02-17 15:55:31',0,NULL),(924,'wp_mail_smtp_admin_notifications_update','complete','0000-00-00 00:00:00','0000-00-00 00:00:00','[1]','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2021-02-17 15:55:42','2021-02-17 15:55:42',0,NULL),(925,'action_scheduler/migration_hook','pending','2021-02-17 22:07:41','2021-02-17 22:07:41','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1613599661;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1613599661;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wp_mail_smtp');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (1,923,'action created','2021-02-17 15:27:10','2021-02-17 15:27:10'),(2,923,'action started via Async Request','2021-02-17 15:55:30','2021-02-17 15:55:30'),(3,923,'action complete via Async Request','2021-02-17 15:55:31','2021-02-17 15:55:31'),(4,924,'action created','2021-02-17 15:55:40','2021-02-17 15:55:40'),(5,924,'action started via WP Cron','2021-02-17 15:55:42','2021-02-17 15:55:42'),(6,924,'action complete via WP Cron','2021-02-17 15:55:42','2021-02-17 15:55:42'),(7,925,'action created','2021-02-17 22:06:41','2021-02-17 22:06:41');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2020-10-08 06:03:51','2020-10-08 06:03:51','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','comment',0,0),(2,331,'','','','','2014-07-09 15:46:11','2014-07-09 15:46:11','',0,'1','','comment',0,0),(3,68,'','','','','2014-08-24 17:14:26','2014-08-24 17:14:26','Love it! Thanks  a lot!',0,'1','','comment',0,0),(4,606,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2018-04-17 22:21:53','2018-04-17 22:21:53','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\" rel=\"nofollow ugc\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_db7_forms`
--

DROP TABLE IF EXISTS `wp_db7_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_db7_forms` (
  `form_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `form_post_id` bigint(20) NOT NULL,
  `form_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `form_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`form_id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_db7_forms`
--

LOCK TABLES `wp_db7_forms` WRITE;
/*!40000 ALTER TABLE `wp_db7_forms` DISABLE KEYS */;
INSERT INTO `wp_db7_forms` VALUES (1,480,'a:4:{s:12:\"cfdb7_status\";s:4:\"read\";s:9:\"your-name\";s:5:\"prova\";s:10:\"your-email\";s:14:\"pippo@pippo.it\";s:18:\"file-605cfdb7_file\";s:33:\"1603464601-file-605-FILE-WORD.pdf\";}','2020-10-23 14:50:01'),(2,479,'a:4:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Paolo Cassago\";s:10:\"your-email\";s:20:\"paulmccash@gmail.com\";s:12:\"your-message\";s:18:\"prova di messaggio\";}','2020-12-09 16:26:31'),(3,479,'a:4:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Paolo Cassago\";s:10:\"your-email\";s:20:\"paulmccash@gmail.com\";s:12:\"your-message\";s:105:\"prova di invio prova di invio prova di invio prova di invio prova di invio prova di invio prova di invio \";}','2020-12-09 16:29:45'),(4,479,'a:4:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:5:\"Paolo\";s:10:\"your-email\";s:16:\"paolo@waaflo.com\";s:12:\"your-message\";s:84:\"prova di provaprova di provaprova di provaprova di provaprova di provaprova di prova\";}','2021-01-23 16:26:22'),(5,479,'a:4:{s:12:\"cfdb7_status\";s:6:\"unread\";s:9:\"your-name\";s:13:\"Paolo Cassago\";s:10:\"your-email\";s:16:\"paolo@waaflo.com\";s:12:\"your-message\";s:171:\"prova di messaggio prova di messaggio prova di messaggio prova di messaggio prova di messaggio prova di messaggio prova di messaggio prova di messaggio prova di messaggio \";}','2021-01-23 16:29:38');
/*!40000 ALTER TABLE `wp_db7_forms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

--
-- Table structure for table `wp_layerslider_revisions`
--

DROP TABLE IF EXISTS `wp_layerslider_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_layerslider_revisions` (
  `id` int(10) NOT NULL AUTO_INCREMENT,
  `slider_id` int(10) NOT NULL,
  `author` int(10) NOT NULL DEFAULT '0',
  `data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_c` int(10) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_layerslider_revisions`
--

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

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

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

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

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

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

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=1533 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','http://cs1.noappname.net','yes'),(2,'home','http://cs1.noappname.net','yes'),(3,'blogname','COSTAMP GROUP','yes'),(4,'blogdescription','COSTAMP GROUP','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','paulmccash@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/index.php/%year%/%monthnum%/%day%/%postname%/','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:4:{i:0;s:33:\"classic-editor/classic-editor.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";i:3;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:53:\"/var/www/html/ata/wp-content/themes/enfold/header.php\";i:2;s:52:\"/var/www/html/ata/wp-content/themes/enfold/style.css\";i:3;s:0:\"\";}','no'),(40,'template','enfold','yes'),(41,'stylesheet','enfold','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','48748','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','80','yes'),(57,'thumbnail_size_h','80','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1030','yes'),(63,'large_size_h','1030','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:3:{i:3;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:4;a:4:{s:5:\"title\";s:10:\"Categories\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:5:{i:1;a:0:{}i:3;a:4:{s:5:\"title\";s:20:\"COSTAMP GROUP S.P.A.\";s:4:\"text\";s:272:\"<div class=\"col-md-4\">\r\n\r\nVia Verdi, 6 - 23844 Sirone (LC)\r\nT. +39.031.875195 - F. +39.031.875196\r\nE-mail info@costampgroup.it\r\n\r\n</div>\r\n<div class=\"col-md-4\">\r\n\r\nPartita IVA: 01763310354\r\nCam. Comm. di Lecco, REA 296393\r\nCapitale sociale: € 1.000.000,00 i.v.\r\n\r\n</div>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:9:\"DIVISIONI\";s:4:\"text\";s:348:\"<strong>Headquarter &amp; Divisione pressofusione</strong>\r\nT. +39.031.875195\r\nF. +39.031.875196\r\nE-mail <a href=\"mailto:mailto:info@costampgroup.it\">info@costampgroup.it</a>\r\n\r\n<strong>Divisione bassa pressione e Gravità\r\n</strong>T. +39 0522 637763\r\nF. +39 0522 637732\r\n\r\n<strong>Divisione plastica\r\n</strong>T. +39.031.875195\r\nF. +39.031.875196\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:18:\"AZIENDE DEL GRUPPO\";s:4:\"text\";s:272:\"<strong>Piq2 S.r.l.\r\n</strong>T. +39 030 6595058\r\nF. +39 030 6595059\r\nE-mail: <a href=\"mailto:info@piq2.com\">info@piq2.com</a>\r\n\r\n<strong>P.A.M.A. S.r.l.</strong>\r\nT. +39 030 9748625\r\nF. +39 030 9746114\r\nE-mail <a href=\"mailto:mailto:info@pama-srl.it\">info@pama-srl.it</a>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:3:{s:88:\"var/www/html/ata/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:93:\"var/www/html/pelucchi/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";s:93:\"var/www/html/manorama/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:29:\"layerslider_uninstall_scripts\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1634196345','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'initial_db_version','48748','yes'),(96,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;s:12:\"cfdb7_access\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(97,'fresh_site','0','yes'),(98,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:2:{i:3;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:3:{i:3;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}i:4;a:3:{s:5:\"title\";s:7:\"Archive\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:13:\"av_everywhere\";a:0:{}s:7:\"av_blog\";a:4:{i:0;s:10:\"archives-4\";i:1;s:12:\"categories-4\";i:2;s:17:\"avia_fb_likebox-2\";i:3;s:21:\"avia-instagram-feed-2\";}s:8:\"av_pages\";a:0:{}s:11:\"av_footer_1\";a:1:{i:0;s:6:\"text-3\";}s:11:\"av_footer_2\";a:1:{i:0;s:6:\"text-4\";}s:11:\"av_footer_3\";a:1:{i:0;s:6:\"text-5\";}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:13:{i:1613577730;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1613577831;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1613584529;a:1:{s:32:\"av_instagram_scheduled_filecheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1613585031;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1613626009;a:3:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:20:\"wpseo_home_url_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1613628231;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1613628239;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1613628240;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1613712409;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1613714631;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1618645123;a:1:{s:25:\"wpseo_ping_search_engines\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1619208318;a:1:{s:8:\"do_pings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}s:7:\"version\";i:2;}','yes'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'recovery_keys','a:0:{}','yes'),(116,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:5:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-5.6.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-5.6-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.6-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"5.6\";s:7:\"version\";s:3:\"5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.3-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5.3-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.3-rollback-1.zip\";}s:7:\"current\";s:5:\"5.5.3\";s:7:\"version\";s:5:\"5.5.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:5:\"5.5.1\";s:9:\"new_files\";s:0:\"\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.2-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.5.2-partial-1.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.2-rollback-1.zip\";}s:7:\"current\";s:5:\"5.5.2\";s:7:\"version\";s:5:\"5.5.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:5:\"5.5.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1619208121;s:15:\"version_checked\";s:5:\"5.5.1\";s:12:\"translations\";a:0:{}}','no'),(119,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1602137399;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(132,'can_compress_scripts','1','no'),(133,'recently_activated','a:1:{s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:1618651784;}','yes'),(136,'finished_updating_comment_type','1','yes'),(137,'ftp_credentials','a:3:{s:8:\"hostname\";s:13:\"94.76.218.165\";s:8:\"username\";s:3:\"ata\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(139,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1619208138;s:7:\"checked\";a:4:{s:6:\"enfold\";s:5:\"4.7.3\";s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"1.5\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:3:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.7.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.4.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.5\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(140,'current_theme','Enfold','yes'),(141,'theme_mods_enfold','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:4:\"avia\";i:22;s:5:\"avia2\";i:23;}s:18:\"custom_css_post_id\";i:462;}','yes'),(142,'theme_switched','','yes'),(143,'widget_newsbox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(144,'widget_portfoliobox','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(145,'widget_avia_socialcount','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(146,'widget_avia_partner_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(147,'widget_avia_google_maps','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(148,'widget_avia_fb_likebox','a:2:{i:2;a:2:{s:5:\"title\";s:8:\"Facebook\";s:3:\"url\";s:34:\"https://www.facebook.com/kriesi.at\";}s:12:\"_multiwidget\";i:1;}','yes'),(149,'widget_avia-instagram-feed','a:2:{i:2;a:8:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:13:\"jamie_fashion\";s:6:\"number\";s:1:\"9\";s:7:\"columns\";s:1:\"3\";s:4:\"size\";s:5:\"large\";s:6:\"target\";s:8:\"lightbox\";s:4:\"link\";s:10:\"Follow Me!\";s:8:\"avia_key\";s:11:\"2-instagram\";}s:12:\"_multiwidget\";i:1;}','yes'),(150,'widget_avia_combo_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(151,'widget_avia_auto_toc','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(152,'widget_avia_mailchimp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(153,'ls-plugin-version','6.10.0','yes'),(154,'ls-db-version','6.9.0','yes'),(155,'ls-installed','1','yes'),(156,'ls-google-fonts','a:0:{}','yes'),(157,'enfold_layerslider_state','','yes'),(158,'ls-date-installed','1602137400','yes'),(159,'enfold_layerslider_activated','1','yes'),(160,'enfold_layerslider_data_erased','no','yes'),(161,'ls-show-support-notice','0','yes'),(162,'ls_include_at_footer','1','yes'),(163,'ls_conditional_script_loading','1','yes'),(164,'Enfold_version','4.7.3','yes'),(165,'enfold_initial_version','4.7.3','yes'),(166,'enfold_fixed_random','3','yes'),(167,'avia_permalink_settings','a:0:{}','yes'),(168,'av_alb_usage_av_player','a:0:{}','yes'),(169,'av_alb_usage_av_blog','a:0:{}','yes'),(170,'av_alb_usage_av_buttonrow','a:0:{}','yes'),(171,'av_alb_usage_av_button','a:2:{i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(172,'av_alb_usage_av_button_big','a:1:{i:999;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}}','yes'),(173,'av_alb_usage_av_catalogue','a:0:{}','yes'),(174,'av_alb_usage_av_comments_list','a:0:{}','yes'),(175,'av_alb_usage_av_contact','a:1:{i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(176,'av_alb_usage_av_content_slider','a:0:{}','yes'),(177,'av_alb_usage_av_countdown','a:0:{}','yes'),(178,'av_alb_usage_av_gallery','a:0:{}','yes'),(179,'av_alb_usage_av_horizontal_gallery','a:1:{i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(180,'av_alb_usage_av_google_map','a:2:{i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(181,'av_alb_usage_av_cell_one_full','a:0:{}','yes'),(182,'av_alb_usage_av_cell_one_half','a:3:{i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:517;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}}','yes'),(183,'av_alb_usage_av_cell_one_third','a:5:{i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:517;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}}','yes'),(184,'av_alb_usage_av_cell_two_third','a:0:{}','yes'),(185,'av_alb_usage_av_cell_one_fourth','a:0:{}','yes'),(186,'av_alb_usage_av_cell_three_fourth','a:0:{}','yes'),(187,'av_alb_usage_av_cell_one_fifth','a:0:{}','yes'),(188,'av_alb_usage_av_cell_two_fifth','a:0:{}','yes'),(189,'av_alb_usage_av_cell_three_fifth','a:0:{}','yes'),(190,'av_alb_usage_av_cell_four_fifth','a:0:{}','yes'),(191,'av_alb_usage_av_layout_row','a:6:{i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:517;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(192,'av_alb_usage_av_heading','a:16:{i:580;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:5;}i:579;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:5;}i:578;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:5;}i:577;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:576;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:5;}i:575;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:5;}i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:999;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:10;}i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:517;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:511;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:509;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:5;}}','yes'),(193,'av_alb_usage_av_headline_rotator','a:0:{}','yes'),(194,'av_alb_usage_av_hr','a:4:{i:999;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:6;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:511;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:509;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(195,'av_alb_usage_av_font_icon','a:2:{i:511;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:5;}}','yes'),(196,'av_alb_usage_av_icon_box','a:1:{i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}}','yes'),(197,'av_alb_usage_av_icongrid','a:0:{}','yes'),(198,'av_alb_usage_av_iconlist','a:0:{}','yes'),(199,'av_alb_usage_av_image','a:3:{i:999;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:517;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}}','yes'),(200,'av_alb_usage_av_image_hotspot','a:1:{i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(201,'av_alb_usage_av_partner','a:0:{}','yes'),(202,'av_alb_usage_av_magazine','a:0:{}','yes'),(203,'av_alb_usage_av_mailchimp','a:0:{}','yes'),(204,'av_alb_usage_av_masonry_entries','a:2:{i:509;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(205,'av_alb_usage_av_masonry_gallery','a:10:{i:580;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:579;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:578;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:577;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:576;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:575;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:511;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(206,'av_alb_usage_av_submenu','a:0:{}','yes'),(207,'av_alb_usage_av_notification','a:0:{}','yes'),(208,'av_alb_usage_av_animated_numbers','a:4:{i:999;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}}','yes'),(209,'av_alb_usage_av_portfolio','a:0:{}','yes'),(210,'av_alb_usage_av_postslider','a:0:{}','yes'),(211,'av_alb_usage_av_progress','a:0:{}','yes'),(212,'av_alb_usage_av_promobox','a:0:{}','yes'),(213,'av_alb_usage_avia_sc_search','a:0:{}','yes'),(214,'av_alb_usage_av_slideshow','a:0:{}','yes'),(215,'av_alb_usage_av_slideshow_accordion','a:0:{}','yes'),(216,'av_alb_usage_av_feature_image_slider','a:0:{}','yes'),(217,'av_alb_usage_av_fullscreen','a:0:{}','yes'),(218,'av_alb_usage_av_slideshow_full','a:1:{i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(219,'av_alb_usage_av_layerslider','a:0:{}','yes'),(220,'av_alb_usage_av_social_share','a:0:{}','yes'),(221,'av_alb_usage_av_tab_sub_section','a:0:{}','yes'),(222,'av_alb_usage_av_tab_section','a:0:{}','yes'),(223,'av_alb_usage_av_table','a:1:{i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(224,'av_alb_usage_av_tab_container','a:0:{}','yes'),(225,'av_alb_usage_av_team_member','a:0:{}','yes'),(226,'av_alb_usage_av_testimonials','a:1:{i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(227,'av_alb_usage_av_timeline','a:0:{}','yes'),(228,'av_alb_usage_av_toggle_container','a:0:{}','yes'),(229,'av_alb_usage_av_video','a:0:{}','yes'),(230,'av_alb_usage_av_codeblock','a:0:{}','yes'),(231,'av_alb_usage_av_one_full','a:2:{i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:517;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(232,'av_alb_usage_av_one_half','a:14:{i:580;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:579;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:578;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:577;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:576;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:575;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:999;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:6;}i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:511;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:509;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}}','yes'),(233,'av_alb_usage_av_one_third','a:1:{i:999;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}}','yes'),(234,'av_alb_usage_av_two_third','a:0:{}','yes'),(235,'av_alb_usage_av_one_fourth','a:2:{i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}}','yes'),(236,'av_alb_usage_av_three_fourth','a:6:{i:580;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:579;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:578;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:577;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:576;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:575;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(237,'av_alb_usage_av_one_fifth','a:6:{i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:511;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:11;}}','yes'),(238,'av_alb_usage_av_two_fifth','a:1:{i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(239,'av_alb_usage_av_three_fifth','a:7:{i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:511;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}}','yes'),(240,'av_alb_usage_av_four_fifth','a:0:{}','yes'),(241,'av_alb_usage_av_postcontent','a:0:{}','yes'),(242,'av_alb_usage_av_section','a:16:{i:580;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:579;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:578;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:577;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:576;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:575;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:999;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:517;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:511;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:509;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:5;}}','yes'),(243,'av_alb_usage_av_textblock','a:16:{i:580;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:579;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:578;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:577;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:576;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:575;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:999;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:8;}i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:517;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:515;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:6;}i:511;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}i:509;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}}','yes'),(244,'av_alb_usage_av_sidebar','a:0:{}','yes'),(245,'av_alb_usage_av_playlist_element','a:0:{}','yes'),(246,'av_alb_usage_av_buttonrow_item','a:0:{}','yes'),(247,'av_alb_usage_av_catalogue_item','a:0:{}','yes'),(248,'av_alb_usage_av_contact_field','a:1:{i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:4;}}','yes'),(249,'av_alb_usage_av_content_slide','a:0:{}','yes'),(250,'av_alb_usage_av_gmap_location','a:2:{i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}i:513;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:1;}}','yes'),(251,'av_alb_usage_av_rotator_item','a:0:{}','yes'),(252,'av_alb_usage_av_icongrid_item','a:0:{}','yes'),(253,'av_alb_usage_av_iconlist_item','a:0:{}','yes'),(254,'av_alb_usage_av_image_spot','a:1:{i:519;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:8;}}','yes'),(255,'av_alb_usage_av_partner_logo','a:0:{}','yes'),(256,'av_alb_usage_av_mailchimp_field','a:0:{}','yes'),(257,'av_alb_usage_av_submenu_item','a:0:{}','yes'),(258,'av_alb_usage_av_progress_bar','a:0:{}','yes'),(259,'av_alb_usage_av_slide','a:0:{}','yes'),(260,'av_alb_usage_av_slide_accordion','a:0:{}','yes'),(261,'av_alb_usage_av_fullscreen_slide','a:0:{}','yes'),(262,'av_alb_usage_av_slide_full','a:1:{i:330;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:3;}}','yes'),(263,'av_alb_usage_av_row','a:1:{i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:14;}}','yes'),(264,'av_alb_usage_av_cell','a:1:{i:528;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:112;}}','yes'),(265,'av_alb_usage_av_tab','a:0:{}','yes'),(266,'av_alb_usage_av_team_icon','a:0:{}','yes'),(267,'av_alb_usage_av_testimonial_single','a:1:{i:1000;a:2:{s:7:\"version\";s:3:\"1.0\";s:5:\"count\";i:2;}}','yes'),(268,'av_alb_usage_av_timeline_item','a:0:{}','yes'),(269,'av_alb_usage_av_toggle','a:0:{}','yes'),(270,'av_alb_blog_elements_state','a:102:{s:9:\"av_player\";b:0;s:7:\"av_blog\";b:0;s:12:\"av_buttonrow\";b:0;s:9:\"av_button\";b:1;s:13:\"av_button_big\";b:1;s:12:\"av_catalogue\";b:0;s:16:\"av_comments_list\";b:0;s:10:\"av_contact\";b:1;s:17:\"av_content_slider\";b:0;s:12:\"av_countdown\";b:0;s:10:\"av_gallery\";b:0;s:21:\"av_horizontal_gallery\";b:1;s:13:\"av_google_map\";b:1;s:16:\"av_cell_one_full\";b:0;s:16:\"av_cell_one_half\";b:1;s:17:\"av_cell_one_third\";b:1;s:17:\"av_cell_two_third\";b:0;s:18:\"av_cell_one_fourth\";b:0;s:20:\"av_cell_three_fourth\";b:0;s:17:\"av_cell_one_fifth\";b:0;s:17:\"av_cell_two_fifth\";b:0;s:19:\"av_cell_three_fifth\";b:0;s:18:\"av_cell_four_fifth\";b:0;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:19:\"av_headline_rotator\";b:0;s:5:\"av_hr\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:11:\"av_icongrid\";b:0;s:11:\"av_iconlist\";b:0;s:8:\"av_image\";b:1;s:16:\"av_image_hotspot\";b:1;s:10:\"av_partner\";b:0;s:11:\"av_magazine\";b:0;s:12:\"av_mailchimp\";b:0;s:18:\"av_masonry_entries\";b:1;s:18:\"av_masonry_gallery\";b:1;s:10:\"av_submenu\";b:0;s:15:\"av_notification\";b:0;s:19:\"av_animated_numbers\";b:1;s:12:\"av_portfolio\";b:0;s:13:\"av_postslider\";b:0;s:11:\"av_progress\";b:0;s:11:\"av_promobox\";b:0;s:14:\"avia_sc_search\";b:0;s:12:\"av_slideshow\";b:0;s:22:\"av_slideshow_accordion\";b:0;s:23:\"av_feature_image_slider\";b:0;s:13:\"av_fullscreen\";b:0;s:17:\"av_slideshow_full\";b:1;s:14:\"av_layerslider\";b:0;s:15:\"av_social_share\";b:0;s:18:\"av_tab_sub_section\";b:0;s:14:\"av_tab_section\";b:0;s:8:\"av_table\";b:1;s:16:\"av_tab_container\";b:0;s:14:\"av_team_member\";b:0;s:15:\"av_testimonials\";b:1;s:11:\"av_timeline\";b:0;s:19:\"av_toggle_container\";b:0;s:8:\"av_video\";b:0;s:12:\"av_codeblock\";b:0;s:11:\"av_one_full\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_one_third\";b:1;s:12:\"av_two_third\";b:0;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:12:\"av_one_fifth\";b:1;s:12:\"av_two_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:13:\"av_four_fifth\";b:0;s:14:\"av_postcontent\";b:0;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:10:\"av_sidebar\";b:0;s:19:\"av_playlist_element\";b:0;s:17:\"av_buttonrow_item\";b:0;s:17:\"av_catalogue_item\";b:0;s:16:\"av_contact_field\";b:1;s:16:\"av_content_slide\";b:0;s:16:\"av_gmap_location\";b:1;s:15:\"av_rotator_item\";b:0;s:16:\"av_icongrid_item\";b:0;s:16:\"av_iconlist_item\";b:0;s:13:\"av_image_spot\";b:1;s:15:\"av_partner_logo\";b:0;s:18:\"av_mailchimp_field\";b:0;s:15:\"av_submenu_item\";b:0;s:15:\"av_progress_bar\";b:0;s:8:\"av_slide\";b:0;s:18:\"av_slide_accordion\";b:0;s:19:\"av_fullscreen_slide\";b:0;s:13:\"av_slide_full\";b:1;s:6:\"av_row\";b:1;s:7:\"av_cell\";b:1;s:6:\"av_tab\";b:0;s:12:\"av_team_icon\";b:0;s:21:\"av_testimonial_single\";b:1;s:16:\"av_timeline_item\";b:0;s:9:\"av_toggle\";b:0;}','yes'),(271,'av_alb_element_mgr_update','','yes'),(272,'av_alb_element_check_stat','a:102:{s:9:\"av_player\";s:7:\"checked\";s:7:\"av_blog\";s:7:\"checked\";s:12:\"av_buttonrow\";s:7:\"checked\";s:9:\"av_button\";s:7:\"checked\";s:13:\"av_button_big\";s:7:\"checked\";s:12:\"av_catalogue\";s:7:\"checked\";s:16:\"av_comments_list\";s:7:\"checked\";s:10:\"av_contact\";s:7:\"checked\";s:17:\"av_content_slider\";s:7:\"checked\";s:12:\"av_countdown\";s:7:\"checked\";s:10:\"av_gallery\";s:7:\"checked\";s:21:\"av_horizontal_gallery\";s:7:\"checked\";s:13:\"av_google_map\";s:7:\"checked\";s:16:\"av_cell_one_full\";s:7:\"checked\";s:16:\"av_cell_one_half\";s:7:\"checked\";s:17:\"av_cell_one_third\";s:7:\"checked\";s:17:\"av_cell_two_third\";s:7:\"checked\";s:18:\"av_cell_one_fourth\";s:7:\"checked\";s:20:\"av_cell_three_fourth\";s:7:\"checked\";s:17:\"av_cell_one_fifth\";s:7:\"checked\";s:17:\"av_cell_two_fifth\";s:7:\"checked\";s:19:\"av_cell_three_fifth\";s:7:\"checked\";s:18:\"av_cell_four_fifth\";s:7:\"checked\";s:13:\"av_layout_row\";s:7:\"checked\";s:10:\"av_heading\";s:7:\"checked\";s:19:\"av_headline_rotator\";s:7:\"checked\";s:5:\"av_hr\";s:7:\"checked\";s:12:\"av_font_icon\";s:7:\"checked\";s:11:\"av_icon_box\";s:7:\"checked\";s:11:\"av_icongrid\";s:7:\"checked\";s:11:\"av_iconlist\";s:7:\"checked\";s:8:\"av_image\";s:7:\"checked\";s:16:\"av_image_hotspot\";s:7:\"checked\";s:10:\"av_partner\";s:7:\"checked\";s:11:\"av_magazine\";s:7:\"checked\";s:12:\"av_mailchimp\";s:7:\"checked\";s:18:\"av_masonry_entries\";s:7:\"checked\";s:18:\"av_masonry_gallery\";s:7:\"checked\";s:10:\"av_submenu\";s:7:\"checked\";s:15:\"av_notification\";s:7:\"checked\";s:19:\"av_animated_numbers\";s:7:\"checked\";s:12:\"av_portfolio\";s:7:\"checked\";s:13:\"av_postslider\";s:7:\"checked\";s:11:\"av_progress\";s:7:\"checked\";s:11:\"av_promobox\";s:7:\"checked\";s:14:\"avia_sc_search\";s:7:\"checked\";s:12:\"av_slideshow\";s:7:\"checked\";s:22:\"av_slideshow_accordion\";s:7:\"checked\";s:23:\"av_feature_image_slider\";s:7:\"checked\";s:13:\"av_fullscreen\";s:7:\"checked\";s:17:\"av_slideshow_full\";s:7:\"checked\";s:14:\"av_layerslider\";s:7:\"checked\";s:15:\"av_social_share\";s:7:\"checked\";s:18:\"av_tab_sub_section\";s:7:\"checked\";s:14:\"av_tab_section\";s:7:\"checked\";s:8:\"av_table\";s:7:\"checked\";s:16:\"av_tab_container\";s:7:\"checked\";s:14:\"av_team_member\";s:7:\"checked\";s:15:\"av_testimonials\";s:7:\"checked\";s:11:\"av_timeline\";s:7:\"checked\";s:19:\"av_toggle_container\";s:7:\"checked\";s:8:\"av_video\";s:7:\"checked\";s:12:\"av_codeblock\";s:7:\"checked\";s:11:\"av_one_full\";s:7:\"checked\";s:11:\"av_one_half\";s:7:\"checked\";s:12:\"av_one_third\";s:7:\"checked\";s:12:\"av_two_third\";s:7:\"checked\";s:13:\"av_one_fourth\";s:7:\"checked\";s:15:\"av_three_fourth\";s:7:\"checked\";s:12:\"av_one_fifth\";s:7:\"checked\";s:12:\"av_two_fifth\";s:7:\"checked\";s:14:\"av_three_fifth\";s:7:\"checked\";s:13:\"av_four_fifth\";s:7:\"checked\";s:14:\"av_postcontent\";s:7:\"checked\";s:10:\"av_section\";s:7:\"checked\";s:12:\"av_textblock\";s:7:\"checked\";s:10:\"av_sidebar\";s:7:\"checked\";s:19:\"av_playlist_element\";s:7:\"checked\";s:17:\"av_buttonrow_item\";s:7:\"checked\";s:17:\"av_catalogue_item\";s:7:\"checked\";s:16:\"av_contact_field\";s:7:\"checked\";s:16:\"av_content_slide\";s:7:\"checked\";s:16:\"av_gmap_location\";s:7:\"checked\";s:15:\"av_rotator_item\";s:7:\"checked\";s:16:\"av_icongrid_item\";s:7:\"checked\";s:16:\"av_iconlist_item\";s:7:\"checked\";s:13:\"av_image_spot\";s:7:\"checked\";s:15:\"av_partner_logo\";s:7:\"checked\";s:18:\"av_mailchimp_field\";s:7:\"checked\";s:15:\"av_submenu_item\";s:7:\"checked\";s:15:\"av_progress_bar\";s:7:\"checked\";s:8:\"av_slide\";s:7:\"checked\";s:18:\"av_slide_accordion\";s:7:\"checked\";s:19:\"av_fullscreen_slide\";s:7:\"checked\";s:13:\"av_slide_full\";s:7:\"checked\";s:6:\"av_row\";s:7:\"checked\";s:7:\"av_cell\";s:7:\"checked\";s:6:\"av_tab\";s:7:\"checked\";s:12:\"av_team_icon\";s:7:\"checked\";s:21:\"av_testimonial_single\";s:7:\"checked\";s:16:\"av_timeline_item\";s:7:\"checked\";s:9:\"av_toggle\";s:7:\"checked\";}','yes'),(273,'av_alb_element_mgr','1.0.1','yes'),(274,'avia_gutenberg_dyn_css_exists_enfold','true','yes'),(275,'avia_options_enfold','a:1:{s:4:\"avia\";a:291:{s:9:\"frontpage\";s:3:\"330\";s:9:\"undefined\";s:44:\"reset_filter_checkbox::reset_filter_checkbox\";s:8:\"blogpage\";s:3:\"507\";s:4:\"logo\";s:69:\"http://cs1.noappname.net/wp-content/uploads/2021/04/logo-1-300x50.png\";s:7:\"favicon\";s:0:\"\";s:9:\"preloader\";s:8:\"disabled\";s:21:\"preloader_transitions\";s:21:\"preloader_transitions\";s:14:\"preloader_logo\";s:0:\"\";s:15:\"lightbox_active\";s:15:\"lightbox_active\";s:15:\"error404_custom\";s:0:\"\";s:13:\"error404_page\";s:0:\"\";s:16:\"maintenance_mode\";s:0:\"\";s:16:\"maintenance_page\";s:0:\"\";s:24:\"enable_wp_classic_editor\";s:0:\"\";s:31:\"preprocess_shortcodes_in_header\";s:0:\"\";s:16:\"color-body_style\";s:9:\"stretched\";s:17:\"color-frame_width\";s:2:\"60\";s:15:\"header_position\";s:10:\"header_top\";s:20:\"layout_align_content\";s:20:\"content_align_center\";s:18:\"sidebarmenu_sticky\";s:18:\"conditional_sticky\";s:19:\"sidebarmenu_widgets\";s:0:\"\";s:18:\"sidebarmenu_social\";s:8:\"disabled\";s:17:\"responsive_active\";s:17:\"responsive_active\";s:15:\"responsive_size\";s:6:\"1310px\";s:13:\"content_width\";s:2:\"70\";s:14:\"combined_width\";s:2:\"90\";s:12:\"color_scheme\";s:11:\"White-Black\";s:24:\"colorset-header_color-bg\";s:7:\"#ffffff\";s:25:\"colorset-header_color-bg2\";s:7:\"#f8f8f8\";s:29:\"colorset-header_color-primary\";s:7:\"#0063c5\";s:31:\"colorset-header_color-secondary\";s:7:\"#2b6ba6\";s:27:\"colorset-header_color-color\";s:7:\"#000000\";s:26:\"colorset-header_color-meta\";s:7:\"#7d7d7d\";s:29:\"colorset-header_color-heading\";s:7:\"#000000\";s:28:\"colorset-header_color-border\";s:7:\"#e1e1e1\";s:25:\"colorset-header_color-img\";s:0:\"\";s:33:\"colorset-header_color-customimage\";s:0:\"\";s:25:\"colorset-header_color-pos\";s:13:\"center center\";s:28:\"colorset-header_color-repeat\";s:6:\"repeat\";s:28:\"colorset-header_color-attach\";s:6:\"scroll\";s:22:\"colorset-main_color-bg\";s:7:\"#ffffff\";s:23:\"colorset-main_color-bg2\";s:7:\"#f8f8f8\";s:27:\"colorset-main_color-primary\";s:7:\"#0063c5\";s:29:\"colorset-main_color-secondary\";s:7:\"#0957a1\";s:25:\"colorset-main_color-color\";s:7:\"#696969\";s:24:\"colorset-main_color-meta\";s:7:\"#7d7d7d\";s:27:\"colorset-main_color-heading\";s:7:\"#000000\";s:26:\"colorset-main_color-border\";s:7:\"#e1e1e1\";s:23:\"colorset-main_color-img\";s:0:\"\";s:31:\"colorset-main_color-customimage\";s:0:\"\";s:23:\"colorset-main_color-pos\";s:13:\"center center\";s:26:\"colorset-main_color-repeat\";s:6:\"repeat\";s:26:\"colorset-main_color-attach\";s:6:\"scroll\";s:27:\"colorset-alternate_color-bg\";s:7:\"#191919\";s:28:\"colorset-alternate_color-bg2\";s:7:\"#111111\";s:32:\"colorset-alternate_color-primary\";s:7:\"#0063c5\";s:34:\"colorset-alternate_color-secondary\";s:7:\"#0063c5\";s:30:\"colorset-alternate_color-color\";s:7:\"#ffffff\";s:29:\"colorset-alternate_color-meta\";s:7:\"#8c8c8c\";s:32:\"colorset-alternate_color-heading\";s:7:\"#ffffff\";s:31:\"colorset-alternate_color-border\";s:7:\"#444444\";s:28:\"colorset-alternate_color-img\";s:0:\"\";s:36:\"colorset-alternate_color-customimage\";s:0:\"\";s:28:\"colorset-alternate_color-pos\";s:13:\"center center\";s:31:\"colorset-alternate_color-repeat\";s:6:\"repeat\";s:31:\"colorset-alternate_color-attach\";s:6:\"scroll\";s:24:\"colorset-footer_color-bg\";s:7:\"#111111\";s:25:\"colorset-footer_color-bg2\";s:7:\"#191919\";s:29:\"colorset-footer_color-primary\";s:7:\"#ffffff\";s:31:\"colorset-footer_color-secondary\";s:7:\"#eeeeee\";s:27:\"colorset-footer_color-color\";s:7:\"#aaaaaa\";s:26:\"colorset-footer_color-meta\";s:7:\"#808080\";s:29:\"colorset-footer_color-heading\";s:7:\"#ffffff\";s:28:\"colorset-footer_color-border\";s:7:\"#111111\";s:25:\"colorset-footer_color-img\";s:0:\"\";s:33:\"colorset-footer_color-customimage\";s:0:\"\";s:25:\"colorset-footer_color-pos\";s:13:\"center center\";s:28:\"colorset-footer_color-repeat\";s:6:\"repeat\";s:28:\"colorset-footer_color-attach\";s:6:\"scroll\";s:24:\"colorset-socket_color-bg\";s:7:\"#191919\";s:25:\"colorset-socket_color-bg2\";s:7:\"#000000\";s:29:\"colorset-socket_color-primary\";s:7:\"#ffffff\";s:31:\"colorset-socket_color-secondary\";s:7:\"#eeeeee\";s:27:\"colorset-socket_color-color\";s:7:\"#eeeeee\";s:26:\"colorset-socket_color-meta\";s:7:\"#8c8c8c\";s:29:\"colorset-socket_color-heading\";s:7:\"#ffffff\";s:28:\"colorset-socket_color-border\";s:7:\"#191919\";s:25:\"colorset-socket_color-img\";s:0:\"\";s:33:\"colorset-socket_color-customimage\";s:0:\"\";s:25:\"colorset-socket_color-pos\";s:13:\"center center\";s:28:\"colorset-socket_color-repeat\";s:6:\"repeat\";s:28:\"colorset-socket_color-attach\";s:6:\"scroll\";s:16:\"color-body_color\";s:7:\"#191919\";s:14:\"color-body_img\";s:0:\"\";s:22:\"color-body_customimage\";s:0:\"\";s:14:\"color-body_pos\";s:13:\"center center\";s:17:\"color-body_repeat\";s:6:\"repeat\";s:17:\"color-body_attach\";s:6:\"scroll\";s:14:\"google_webfont\";s:6:\"Oswald\";s:12:\"default_font\";s:16:\"Lato:300,400,700\";s:23:\"color-default_font_size\";s:4:\"16px\";s:9:\"quick_css\";s:0:\"\";s:26:\"block_editor_theme_support\";s:0:\"\";s:16:\"advanced_styling\";a:9:{i:0;a:12:{s:2:\"id\";s:14:\"main_menu_icon\";s:5:\"color\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#111111\";s:7:\"menu_bg\";s:7:\"#111111\";s:13:\"menu_bg_hover\";s:7:\"#383838\";s:12:\"border_color\";s:7:\"#383838\";s:9:\"font_size\";s:4:\"15px\";s:11:\"line_height\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:11:\"font_weight\";s:4:\"bold\";s:14:\"letter_spacing\";s:3:\"2px\";s:14:\"text_transform\";s:9:\"uppercase\";}i:1;a:15:{s:2:\"id\";s:12:\"widget_title\";s:5:\"style\";s:0:\"\";s:12:\"border_color\";s:7:\"#555555\";s:16:\"background_color\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:14:\"letter_spacing\";s:0:\"\";s:12:\"header_color\";s:8:\"disabled\";s:10:\"main_color\";s:8:\"disabled\";s:15:\"alternate_color\";s:8:\"disabled\";s:12:\"footer_color\";s:4:\"true\";s:12:\"socket_color\";s:8:\"disabled\";}i:2;a:15:{s:2:\"id\";s:12:\"widget_title\";s:5:\"style\";s:9:\"border-tp\";s:12:\"border_color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:5:\"color\";s:0:\"\";s:10:\"text_align\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:14:\"letter_spacing\";s:0:\"\";s:12:\"header_color\";s:4:\"true\";s:10:\"main_color\";s:4:\"true\";s:15:\"alternate_color\";s:4:\"true\";s:12:\"footer_color\";s:4:\"true\";s:12:\"socket_color\";s:4:\"true\";}i:3;a:9:{s:2:\"id\";s:6:\"strong\";s:5:\"color\";s:7:\"#0063c5\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:12:\"header_color\";s:4:\"true\";s:10:\"main_color\";s:4:\"true\";s:15:\"alternate_color\";s:4:\"true\";s:12:\"footer_color\";s:4:\"true\";s:12:\"socket_color\";s:4:\"true\";}i:4;a:11:{s:2:\"id\";s:9:\"main_menu\";s:5:\"color\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#0063c5\";s:12:\"border_color\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:14:\"letter_spacing\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:12:\"hover_active\";s:4:\"true\";s:11:\"item_active\";s:8:\"disabled\";}i:5;a:7:{s:2:\"id\";s:18:\"main_menu_dropdown\";s:5:\"color\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#0063c5\";s:12:\"border_color\";s:7:\"#0063c5\";s:9:\"font_size\";s:4:\"14px\";s:11:\"line_height\";s:0:\"\";s:12:\"hover_active\";s:8:\"disabled\";}i:6;a:7:{s:2:\"id\";s:18:\"main_menu_dropdown\";s:5:\"color\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#0063c5\";s:12:\"border_color\";s:7:\"#0063c5\";s:9:\"font_size\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:12:\"hover_active\";s:4:\"true\";}i:7;a:10:{s:2:\"id\";s:7:\"buttons\";s:13:\"border_radius\";s:3:\"0px\";s:12:\"border_width\";s:0:\"\";s:18:\"padding_left_right\";s:0:\"\";s:18:\"padding_top_bottom\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:9:\"font_size\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:14:\"letter_spacing\";s:0:\"\";}i:8;a:11:{s:2:\"id\";s:12:\"headings_all\";s:5:\"color\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:11:\"font_family\";s:0:\"\";s:11:\"font_weight\";s:4:\"bold\";s:14:\"text_transform\";s:9:\"uppercase\";s:12:\"header_color\";s:4:\"true\";s:10:\"main_color\";s:4:\"true\";s:15:\"alternate_color\";s:4:\"true\";s:12:\"footer_color\";s:4:\"true\";s:12:\"socket_color\";s:4:\"true\";}}s:12:\"menu_display\";s:0:\"\";s:14:\"alternate_menu\";s:0:\"\";s:24:\"header_mobile_activation\";s:18:\"mobile_menu_tablet\";s:18:\"header_menu_border\";s:20:\"seperator_big_border\";s:17:\"header_searchicon\";s:8:\"disabled\";s:18:\"submenu_visibility\";s:42:\"av-submenu-hidden av-submenu-display-click\";s:13:\"submenu_clone\";s:16:\"av-submenu-clone\";s:11:\"burger_size\";s:0:\"\";s:13:\"overlay_style\";s:39:\"av-overlay-side av-overlay-side-classic\";s:12:\"burger_color\";s:0:\"\";s:19:\"burger_flyout_width\";s:5:\"350px\";s:13:\"header_layout\";s:36:\"logo_left main_nav_header menu_right\";s:11:\"header_size\";s:6:\"custom\";s:18:\"header_custom_size\";s:2:\"70\";s:12:\"header_style\";s:36:\"minimal_header minimal_header_shadow\";s:16:\"header_title_bar\";s:16:\"hidden_title_bar\";s:13:\"header_sticky\";s:13:\"header_sticky\";s:16:\"header_shrinking\";s:8:\"disabled\";s:18:\"header_unstick_top\";s:18:\"header_unstick_top\";s:14:\"header_stretch\";s:14:\"header_stretch\";s:13:\"header_social\";s:16:\"icon_active_main\";s:21:\"header_secondary_menu\";s:0:\"\";s:19:\"header_phone_active\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:23:\"header_replacement_logo\";s:0:\"\";s:23:\"header_replacement_menu\";s:0:\"\";s:14:\"archive_layout\";s:13:\"sidebar_right\";s:11:\"blog_layout\";s:13:\"sidebar_right\";s:13:\"single_layout\";s:13:\"sidebar_right\";s:11:\"page_layout\";s:8:\"fullsize\";s:15:\"archive_sidebar\";s:0:\"\";s:19:\"smartphones_sidebar\";s:8:\"disabled\";s:16:\"page_nesting_nav\";s:8:\"disabled\";s:15:\"sidebar_styling\";s:0:\"\";s:22:\"sidebar_left_textalign\";s:0:\"\";s:22:\"display_widgets_socket\";s:3:\"all\";s:11:\"footer_page\";s:0:\"\";s:14:\"footer_columns\";s:1:\"3\";s:9:\"copyright\";s:0:\"\";s:13:\"footer_social\";s:13:\"footer_social\";s:15:\"preview_disable\";s:8:\"disabled\";s:8:\"lock_alb\";s:8:\"disabled\";s:19:\"lock_alb_for_admins\";s:8:\"disabled\";s:21:\"alb_developer_options\";s:8:\"disabled\";s:19:\"alb_options_toggles\";s:0:\"\";s:6:\"markup\";s:0:\"\";s:17:\"layerslider_activ\";s:0:\"\";s:17:\"blog_global_style\";s:12:\"elegant-blog\";s:10:\"blog_style\";s:10:\"single-big\";s:16:\"disable_post_nav\";s:0:\"\";s:17:\"single_post_style\";s:10:\"single-big\";s:27:\"single_post_related_entries\";s:24:\"av-related-style-tooltip\";s:16:\"blog-meta-author\";s:16:\"blog-meta-author\";s:18:\"blog-meta-comments\";s:18:\"blog-meta-comments\";s:18:\"blog-meta-category\";s:18:\"blog-meta-category\";s:14:\"blog-meta-date\";s:14:\"blog-meta-date\";s:19:\"blog-meta-html-info\";s:19:\"blog-meta-html-info\";s:13:\"blog-meta-tag\";s:13:\"blog-meta-tag\";s:14:\"share_facebook\";s:14:\"share_facebook\";s:13:\"share_twitter\";s:13:\"share_twitter\";s:14:\"share_whatsapp\";s:14:\"share_whatsapp\";s:15:\"share_pinterest\";s:15:\"share_pinterest\";s:12:\"share_reddit\";s:12:\"share_reddit\";s:14:\"share_linkedin\";s:14:\"share_linkedin\";s:12:\"share_tumblr\";s:12:\"share_tumblr\";s:8:\"share_vk\";s:8:\"share_vk\";s:10:\"share_mail\";s:10:\"share_mail\";s:10:\"share_yelp\";s:8:\"disabled\";s:12:\"social_icons\";a:3:{i:0;a:2:{s:11:\"social_icon\";s:8:\"facebook\";s:16:\"social_icon_link\";s:1:\"#\";}i:1;a:2:{s:11:\"social_icon\";s:9:\"instagram\";s:16:\"social_icon_link\";s:1:\"#\";}i:2;a:2:{s:11:\"social_icon\";s:4:\"mail\";s:16:\"social_icon_link\";s:1:\"#\";}}s:9:\"merge_css\";s:4:\"avia\";s:8:\"merge_js\";s:4:\"avia\";s:17:\"merge_disable_ssl\";s:0:\"\";s:20:\"disable_alb_elements\";s:4:\"auto\";s:34:\"av_alb_disable_av_toggle_container\";s:8:\"disabled\";s:37:\"av_alb_disable_av_slideshow_accordion\";s:8:\"disabled\";s:29:\"av_alb_disable_av_layerslider\";s:8:\"disabled\";s:27:\"av_alb_disable_av_countdown\";s:8:\"disabled\";s:34:\"av_alb_disable_av_animated_numbers\";s:8:\"disabled\";s:24:\"av_alb_disable_av_player\";s:8:\"disabled\";s:27:\"av_alb_disable_av_buttonrow\";s:8:\"disabled\";s:27:\"av_alb_disable_av_catalogue\";s:8:\"disabled\";s:25:\"av_alb_disable_av_contact\";s:8:\"disabled\";s:32:\"av_alb_disable_av_content_slider\";s:8:\"disabled\";s:27:\"av_alb_disable_av_slideshow\";s:8:\"disabled\";s:38:\"av_alb_disable_av_feature_image_slider\";s:8:\"disabled\";s:28:\"av_alb_disable_av_fullscreen\";s:8:\"disabled\";s:28:\"av_alb_disable_av_button_big\";s:8:\"disabled\";s:32:\"av_alb_disable_av_slideshow_full\";s:8:\"disabled\";s:25:\"av_alb_disable_av_submenu\";s:8:\"disabled\";s:28:\"av_alb_disable_av_google_map\";s:8:\"disabled\";s:34:\"av_alb_disable_av_headline_rotator\";s:8:\"disabled\";s:36:\"av_alb_disable_av_horizontal_gallery\";s:8:\"disabled\";s:27:\"av_alb_disable_av_font_icon\";s:8:\"disabled\";s:26:\"av_alb_disable_av_icon_box\";s:8:\"disabled\";s:26:\"av_alb_disable_av_icongrid\";s:8:\"disabled\";s:26:\"av_alb_disable_av_iconlist\";s:8:\"disabled\";s:23:\"av_alb_disable_av_image\";s:8:\"disabled\";s:31:\"av_alb_disable_av_image_hotspot\";s:8:\"disabled\";s:26:\"av_alb_disable_av_magazine\";s:8:\"disabled\";s:27:\"av_alb_disable_av_mailchimp\";s:8:\"disabled\";s:33:\"av_alb_disable_av_masonry_entries\";s:8:\"disabled\";s:33:\"av_alb_disable_av_masonry_gallery\";s:8:\"disabled\";s:30:\"av_alb_disable_av_notification\";s:8:\"disabled\";s:25:\"av_alb_disable_av_partner\";s:8:\"disabled\";s:27:\"av_alb_disable_av_portfolio\";s:8:\"disabled\";s:28:\"av_alb_disable_av_postslider\";s:8:\"disabled\";s:26:\"av_alb_disable_av_progress\";s:8:\"disabled\";s:26:\"av_alb_disable_av_promobox\";s:8:\"disabled\";s:29:\"av_alb_disable_avia_sc_search\";s:8:\"disabled\";s:20:\"av_alb_disable_av_hr\";s:8:\"disabled\";s:25:\"av_alb_disable_av_heading\";s:8:\"disabled\";s:29:\"av_alb_disable_av_tab_section\";s:8:\"disabled\";s:23:\"av_alb_disable_av_table\";s:8:\"disabled\";s:31:\"av_alb_disable_av_tab_container\";s:8:\"disabled\";s:29:\"av_alb_disable_av_team_member\";s:8:\"disabled\";s:30:\"av_alb_disable_av_testimonials\";s:8:\"disabled\";s:26:\"av_alb_disable_av_timeline\";s:8:\"disabled\";s:29:\"scan_widgets_for_alb_elements\";s:0:\"\";s:20:\"disable_mediaelement\";s:0:\"\";s:13:\"disable_video\";s:8:\"disabled\";s:12:\"disable_blog\";s:8:\"disabled\";s:13:\"disable_emoji\";s:8:\"disabled\";s:18:\"disable_jq_migrate\";s:8:\"disabled\";s:16:\"jquery_in_footer\";s:8:\"disabled\";s:16:\"gfonts_in_footer\";s:8:\"disabled\";s:24:\"delete_assets_after_save\";s:8:\"disabled\";s:34:\"privacy_message_commentform_active\";s:8:\"disabled\";s:15:\"privacy_message\";s:0:\"\";s:34:\"privacy_message_contactform_active\";s:8:\"disabled\";s:23:\"privacy_message_contact\";s:0:\"\";s:32:\"privacy_message_mailchimp_active\";s:8:\"disabled\";s:25:\"privacy_message_mailchimp\";s:0:\"\";s:28:\"privacy_message_login_active\";s:8:\"disabled\";s:21:\"privacy_message_login\";s:0:\"\";s:35:\"privacy_message_registration_active\";s:8:\"disabled\";s:28:\"privacy_message_registration\";s:0:\"\";s:14:\"cookie_consent\";s:0:\"\";s:23:\"cookie_default_settings\";s:0:\"\";s:14:\"cookie_content\";s:97:\"This site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.\";s:15:\"cookie_position\";s:6:\"bottom\";s:15:\"msg_bar_buttons\";a:3:{i:0;a:4:{s:20:\"msg_bar_button_label\";s:15:\"Accept settings\";s:21:\"msg_bar_button_action\";s:0:\"\";s:19:\"msg_bar_button_link\";s:0:\"\";s:22:\"msg_bar_button_tooltip\";s:61:\"Allow to use cookies, you can modify used cookies in settings\";}i:1;a:4:{s:20:\"msg_bar_button_label\";s:22:\"Hide notification only\";s:21:\"msg_bar_button_action\";s:17:\"hide_notification\";s:19:\"msg_bar_button_link\";s:0:\"\";s:22:\"msg_bar_button_tooltip\";s:88:\"Do not allow to use cookies - some functionality on our site might not work as expected.\";}i:2;a:4:{s:20:\"msg_bar_button_label\";s:8:\"Settings\";s:21:\"msg_bar_button_action\";s:10:\"info_modal\";s:19:\"msg_bar_button_link\";s:0:\"\";s:22:\"msg_bar_button_tooltip\";s:74:\"Get more info about cookies and select which one you want to allow or not.\";}}s:25:\"modal_popup_window_action\";s:0:\"\";s:26:\"modal_popup_window_buttons\";a:2:{i:0;a:4:{s:24:\"modal_popup_button_label\";s:15:\"Accept settings\";s:25:\"modal_popup_button_action\";s:0:\"\";s:23:\"modal_popup_button_link\";s:0:\"\";s:26:\"modal_popup_button_tooltip\";s:69:\"Allow to use cookies, you always can modify used cookies and services\";}i:1;a:4:{s:24:\"modal_popup_button_label\";s:22:\"Hide notification only\";s:25:\"modal_popup_button_action\";s:17:\"hide_notification\";s:23:\"modal_popup_button_link\";s:0:\"\";s:26:\"modal_popup_button_tooltip\";s:100:\"Do not allow to use cookies or services - some functionality on our site might not work as expected.\";}}s:26:\"cookie_info_custom_content\";s:8:\"disabled\";s:27:\"cookie_info_content_heading\";s:27:\"Cookie and Privacy Settings\";s:19:\"cookie_info_content\";a:5:{i:0;a:2:{s:5:\"label\";s:18:\"How we use cookies\";s:7:\"content\";s:466:\"We may request cookies to be set on your device. We use cookies to let us know when you visit our websites, how you interact with us, to enrich your user experience, and to customize your relationship with our website. &lt;br&gt;&lt;br&gt;Click on the different category headings to find out more. You can also change some of your preferences. Note that blocking some types of cookies may impact your experience on our websites and the services we are able to offer.\";}i:1;a:2:{s:5:\"label\";s:25:\"Essential Website Cookies\";s:7:\"content\";s:1170:\"&lt;p&gt;These cookies are strictly necessary to provide you with services available through our website and to use some of its features.&lt;br /&gt;&lt;br /&gt;Because these cookies are strictly necessary to deliver the website, refuseing them will have impact how our site functions. You always can block or delete cookies by changing your browser settings and force blocking all cookies on this website. But this will always prompt you to accept/refuse cookies when revisiting our site.&lt;br /&gt;&lt;br /&gt;We fully respect if you want to refuse cookies but to avoid asking you again and again kindly allow us to store a cookie for that. You are free to opt out any time or opt in for other cookies to get a better experience. If you refuse cookies we will remove all set cookies in our domain.&lt;br /&gt;&lt;br /&gt;We provide you with a list of stored cookies on your computer in our domain so you can check what we stored. Due to security reasons we are not able to show or modify cookies from other domains. You can check these in your browser security settings.&lt;/p&gt;[av_privacy_allow_cookies]&lt;br /&gt;&lt;br /&gt;[av_privacy_accept_essential_cookies]\";}i:2;a:2:{s:5:\"label\";s:24:\"Google Analytics Cookies\";s:7:\"content\";s:436:\"&lt;p&gt;These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience.&lt;br&gt;&lt;br&gt;If you do not want that we track your visit to our site you can disable tracking in your browser here:&lt;/p&gt; [av_privacy_google_tracking]\";}i:3;a:2:{s:5:\"label\";s:23:\"Other external services\";s:7:\"content\";s:657:\"&lt;p&gt;We also use different external services like Google Webfonts, Google Maps, and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.&lt;br /&gt;&lt;br /&gt;Google Webfont Settings:&lt;/p&gt;[av_privacy_google_webfonts]&lt;p&gt;Google Map Settings:&lt;/p&gt;[av_privacy_google_maps]&lt;p&gt;Google reCaptcha Settings:&lt;/p&gt;[av_privacy_google_recaptcha]&lt;p&gt;Vimeo and Youtube video embeds:&lt;/p&gt;[av_privacy_video_embeds]\";}i:4;a:2:{s:5:\"label\";s:14:\"Privacy Policy\";s:7:\"content\";s:128:\"You can read about our cookies and privacy settings in detail on our Privacy Policy Page. &lt;br&gt;&lt;br&gt; [av_privacy_link]\";}}s:28:\"cookie_show_advanced_options\";s:8:\"disabled\";s:23:\"cookie_message_bar_only\";s:0:\"\";s:20:\"cookie_consent_badge\";s:0:\"\";s:18:\"cookie_auto_reload\";s:0:\"\";s:26:\"cookie_refuse_button_alert\";s:299:\"When refusing all cookies this site might not be able to work as expected. Please check our settings page and opt out for cookies or functions you do not want to use and accept cookies. You will be shown this message every time you open a new window or a new tab.\n\nAre you sure you want to continue?\";s:14:\"custom_cookies\";a:1:{i:0;a:5:{s:11:\"cookie_name\";s:0:\"\";s:11:\"cookie_path\";s:0:\"\";s:14:\"cookie_content\";s:0:\"\";s:16:\"cookie_info_desc\";s:0:\"\";s:21:\"cookie_compare_action\";s:0:\"\";}}s:13:\"mailchimp_api\";s:0:\"\";s:22:\"mailchimp_verified_key\";s:0:\"\";s:9:\"analytics\";s:0:\"\";s:12:\"gmap_enabled\";s:12:\"disable_gmap\";s:8:\"gmap_api\";s:0:\"\";s:17:\"gmap_verify_state\";s:0:\"\";s:17:\"gmap_verified_key\";s:0:\"\";s:22:\"avia_recaptcha_version\";s:0:\"\";s:22:\"avia_recaptcha_pkey_v2\";s:0:\"\";s:22:\"avia_recaptcha_skey_v2\";s:0:\"\";s:28:\"avia_recaptcha_key_verify_v2\";s:0:\"\";s:22:\"avia_recaptcha_pkey_v3\";s:0:\"\";s:22:\"avia_recaptcha_skey_v3\";s:0:\"\";s:20:\"avia_recaptcha_score\";s:1:\"5\";s:20:\"avia_recaptcha_badge\";s:20:\"contact_only_message\";s:28:\"avia_recaptcha_key_verify_v3\";s:0:\"\";s:26:\"recaptcha_verified_keys_v2\";s:0:\"\";s:26:\"recaptcha_verified_keys_v3\";s:0:\"\";s:17:\"avia-nonce-import\";s:10:\"5d775a46cb\";s:22:\"upload_filter_checkbox\";s:8:\"disabled\";s:21:\"upload_keep_quick_css\";s:8:\"disabled\";s:18:\"upload_filter_tabs\";s:4:\"null\";s:18:\"config_file_upload\";s:0:\"\";s:21:\"reset_filter_checkbox\";s:8:\"disabled\";s:20:\"reset_keep_quick_css\";s:8:\"disabled\";s:17:\"reset_filter_tabs\";s:4:\"null\";s:20:\"alb_templates_upload\";s:0:\"\";s:15:\"iconfont_upload\";s:0:\"\";s:15:\"typefont_upload\";s:0:\"\";s:20:\"updates_envato_token\";s:0:\"\";s:26:\"updates_envato_token_state\";s:0:\"\";s:29:\"updates_envato_verified_token\";s:0:\"\";s:16:\"updates_username\";s:0:\"\";s:15:\"updates_api_key\";s:0:\"\";s:19:\"updates_envato_info\";s:0:\"\";}}','yes'),(276,'avia_rewrite_flush','1','yes'),(277,'avia_stylesheet_dir_writableenfold','true','yes'),(278,'avia_stylesheet_existsenfold','true','yes'),(287,'av_demo_content_imported','1','yes'),(299,'layerslider_update_info','O:8:\"stdClass\":6:{s:5:\"basic\";O:8:\"stdClass\":12:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:93:\"var/www/html/manorama/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:7:\"version\";s:6:\"6.11.8\";s:8:\"released\";s:10:\"2021-04-19\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:5:\"5.3.0\";s:14:\"upgrade_notice\";s:56:\"This update contains general improvements and bug fixes.\";}s:4:\"full\";O:8:\"stdClass\":21:{s:4:\"name\";s:14:\"LayerSlider WP\";s:8:\"homepage\";s:72:\"http://kreaturamedia.com/layerslider-responsive-wordpress-slider-plugin/\";s:5:\"p_url\";s:46:\"https://layerslider.kreaturamedia.com/pricing/\";s:7:\"version\";s:6:\"6.11.8\";s:12:\"last_updated\";s:10:\"2021-04-19\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:5:\"5.3.0\";s:6:\"rating\";s:2:\"95\";s:11:\"num_ratings\";i:3192;s:14:\"upgrade_notice\";a:3:{s:6:\"stable\";s:56:\"This update contains general improvements and bug fixes.\";s:4:\"beta\";s:56:\"This update contains general improvements and bug fixes.\";s:4:\"edge\";s:56:\"This update contains general improvements and bug fixes.\";}s:6:\"author\";s:71:\"<a href=\"https://kreaturamedia.com/\" target=\"_blank\">Kreatura Media</a>\";s:3:\"url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:8:\"external\";b:1;s:9:\"file_name\";s:10:\"plugin.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:8:\"sections\";a:3:{s:9:\"changelog\";s:343:\"<p style=\"text-align: justify;\">\n	<a href=\"https://layerslider.kreaturamedia.com/release-log/\" target=\"_blank\">Click here to see the release log.</a> Don’t forget, the release log and all product-related news are also integrated right into LayerSlider. Look for the “LayerSlider News” section at the bottom of its main admin screen.\n</p>\";s:12:\"installation\";s:563:\"<p style=\"text-align: justify;\">\n	Updating the plugin won’t touch your sliders or settings. New versions always have backward compatibility. You don’t have to worry about losing your work. Not sure how to update? Check the <a href=\"https://layerslider.kreaturamedia.com/documentation/#updating\" target=\"_blank\">Updating</a> section of our online documentation.\n</p>\n\n<p style=\"text-align: justify;\">\n	If you’re experiencing unwanted changes, it is always a good idea to check your settings since there are probably new options to control those changes.\n</p>\";s:3:\"faq\";s:607:\"<p style=\"text-align: justify;\">\n	Please visit our <a href=\"https://layerslider.kreaturamedia.com/help/\" target=\"_blank\">Help</a> page, where you can find all sorts of useful assets like <a href=\"https://layerslider.kreaturamedia.com/faq/\" target=\"_blank\">FAQs</a>, <a href=\"https://layerslider.kreaturamedia.com/documentation/\" target=\"_blank\">online documentation</a>, <a href=\"https://layerslider.kreaturamedia.com/documentation/#troubleshooting\" target=\"_blank\">troubleshooting</a>, and <a href=\"https://layerslider.kreaturamedia.com/documentation/#support\" target=\"_blank\">support</a> information.\n</p>\";}s:4:\"slug\";s:11:\"LayerSlider\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";}s:15:\"_latest_version\";s:6:\"6.11.8\";s:14:\"_notifications\";a:0:{}s:14:\"_not_activated\";b:1;s:7:\"checked\";i:1619208132;}','yes'),(302,'ls-latest-version','6.11.8','yes'),(303,'ls-p-url','https://layerslider.kreaturamedia.com/pricing/','yes'),(305,'_transient_timeout__av_enfold_updater_log','1621800138','no'),(306,'_transient__av_enfold_updater_log','a:0:{}','no'),(323,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(413,'_transient_health-check-site-status-result','{\"good\":\"8\",\"recommended\":\"11\",\"critical\":\"1\"}','yes'),(500,'avia_instagram_widgets_cache','{\"last_updated\":1619208331,\"instances\":{\"1-\":[],\"2-instagram\":{\"upload_folder\":\"\",\"path_error\":\"\",\"instagram_error\":\"Instagram has returned invalid data.\",\"upload_errors\":false,\"last_update\":1619208331,\"cached_list\":[],\"instagram_list\":[]}}}','yes'),(549,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.2.2\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1602509983;s:7:\"version\";s:5:\"5.2.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(550,'secret_key','&w8jl[H|0i:KRJ~f4S;ia?dCeY95*h|#NCf%s*!=HfhE(m]LfHkl*0Yj[ VTD#wC','no'),(685,'WPLANG','','yes'),(686,'new_admin_email','paulmccash@gmail.com','yes'),(754,'wpseo','a:36:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:29:\"indexation_warning_hide_until\";b:0;s:19:\"indexing_first_time\";b:0;s:18:\"indexation_started\";b:0;s:15:\"indexing_reason\";s:23:\"home_url_option_changed\";s:31:\"indexables_indexation_completed\";b:0;s:7:\"version\";s:6:\"15.1.1\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";b:0;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:46:\"/index.php/%year%/%monthnum%/%day%/%postname%/\";s:8:\"home_url\";s:22:\"http://www.fpmotion.it\";s:18:\"dynamic_permalinks\";b:0;}','yes'),(755,'yoast_migrations_free','a:1:{s:7:\"version\";s:6:\"15.1.1\";}','yes'),(756,'wpseo_titles','a:95:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:2288:\"assistenza a ore Centri assistenza anziani trasporto anziani sostegno anziani compagnia anziani servizi di pulizia bergamo Assistenza domiciliare assistenza ospedale bergamo servizi infermieristici Lavoro badante trasporto ospedaliero bergamo servizio badante badante badante a ore Colf riabilitazione bergamo servizi infermieristici a domicilio servizi pulizia domicilio anziani trasporto anziani bergamo badanti Supporto e assistenza per malati di Alzheimer accompagnamento anziani Centri assistenza anziani bergamo Fisioterapia bergamo Assistenza anziani bergamo O.S.S. bergamo assistenza domiciliare bergamo cercasi badante notte bergamo servizi infermieristici bergamo cerco badante bergamo sostituzione badante lavoro badante bergamo assistenza notturna bergamo badante per sostituzione badante e colf bergamo badante anziani bergamo badante italiana bergamo badante part time bergamo Assistenza ospedaliera bergamo badante convivente assistenza domiciliare anziani bergamo e provincia badanti bergamo badante urgente trasporto assistito bergamo assistenza anziani a domicilio bergamo Badanti a tempo pieno medicazione anziani bergamo badante urgente bergamo Massoterapia Bergamo badante convivente bergamo badante notturna bergamo assistenza disabili Igiene personale, bagno assistito, vestizione Assistenza ai pasti Accompagnamento per visite, esami, passeggiate Assistenza incontinenti, malati cronici e pazienti affetti da Alzheimer e Parkinson. Assistenza e riabilitazione post ictus Infermiere a domiclio, prestazioni sanitarie, somministrazione terapie Iniezioni, prelievi, medicazioni, flebo, clisteri, cateterismi, gestione stomie Prevenzione e cura ferite e lesioni da pressione (piaghe da decubito) Fisioterapista e riabilitazione Podologo e cura del piede Servizio badante: ricerca badanti conviventi e sostituzione badante Notte in ospedale, assistenza ospedaliera, veglia e aiuto diurno Vacanze serene: assistenza durante l\'estate, il Natale e tutti i periodi di festività! Reperibilità continuativa 24 ore su 24 Interventi veloci e tempestivi Anche sabato domenica e festivi A casa e/o in ospedale Operatori qualificati Servizi completi e su misura, non vincolanti Operativi su tutta la città e in tutti i paesi e comuni del territorio Visita domciliare gratuita %\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:8:\"Any-care\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:2288:\"assistenza a ore Centri assistenza anziani trasporto anziani sostegno anziani compagnia anziani servizi di pulizia bergamo Assistenza domiciliare assistenza ospedale bergamo servizi infermieristici Lavoro badante trasporto ospedaliero bergamo servizio badante badante badante a ore Colf riabilitazione bergamo servizi infermieristici a domicilio servizi pulizia domicilio anziani trasporto anziani bergamo badanti Supporto e assistenza per malati di Alzheimer accompagnamento anziani Centri assistenza anziani bergamo Fisioterapia bergamo Assistenza anziani bergamo O.S.S. bergamo assistenza domiciliare bergamo cercasi badante notte bergamo servizi infermieristici bergamo cerco badante bergamo sostituzione badante lavoro badante bergamo assistenza notturna bergamo badante per sostituzione badante e colf bergamo badante anziani bergamo badante italiana bergamo badante part time bergamo Assistenza ospedaliera bergamo badante convivente assistenza domiciliare anziani bergamo e provincia badanti bergamo badante urgente trasporto assistito bergamo assistenza anziani a domicilio bergamo Badanti a tempo pieno medicazione anziani bergamo badante urgente bergamo Massoterapia Bergamo badante convivente bergamo badante notturna bergamo assistenza disabili Igiene personale, bagno assistito, vestizione Assistenza ai pasti Accompagnamento per visite, esami, passeggiate Assistenza incontinenti, malati cronici e pazienti affetti da Alzheimer e Parkinson. Assistenza e riabilitazione post ictus Infermiere a domiclio, prestazioni sanitarie, somministrazione terapie Iniezioni, prelievi, medicazioni, flebo, clisteri, cateterismi, gestione stomie Prevenzione e cura ferite e lesioni da pressione (piaghe da decubito) Fisioterapista e riabilitazione Podologo e cura del piede Servizio badante: ricerca badanti conviventi e sostituzione badante Notte in ospedale, assistenza ospedaliera, veglia e aiuto diurno Vacanze serene: assistenza durante l\'estate, il Natale e tutti i periodi di festività! Reperibilità continuativa 24 ore su 24 Interventi veloci e tempestivi Anche sabato domenica e festivi A casa e/o in ospedale Operatori qualificati Servizi completi e su misura, non vincolanti Operativi su tutta la città e in tutti i paesi e comuni del territorio Visita domciliare gratuita %\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";s:1:\"0\";s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";s:1:\"0\";s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:2288:\"assistenza a ore Centri assistenza anziani trasporto anziani sostegno anziani compagnia anziani servizi di pulizia bergamo Assistenza domiciliare assistenza ospedale bergamo servizi infermieristici Lavoro badante trasporto ospedaliero bergamo servizio badante badante badante a ore Colf riabilitazione bergamo servizi infermieristici a domicilio servizi pulizia domicilio anziani trasporto anziani bergamo badanti Supporto e assistenza per malati di Alzheimer accompagnamento anziani Centri assistenza anziani bergamo Fisioterapia bergamo Assistenza anziani bergamo O.S.S. bergamo assistenza domiciliare bergamo cercasi badante notte bergamo servizi infermieristici bergamo cerco badante bergamo sostituzione badante lavoro badante bergamo assistenza notturna bergamo badante per sostituzione badante e colf bergamo badante anziani bergamo badante italiana bergamo badante part time bergamo Assistenza ospedaliera bergamo badante convivente assistenza domiciliare anziani bergamo e provincia badanti bergamo badante urgente trasporto assistito bergamo assistenza anziani a domicilio bergamo Badanti a tempo pieno medicazione anziani bergamo badante urgente bergamo Massoterapia Bergamo badante convivente bergamo badante notturna bergamo assistenza disabili Igiene personale, bagno assistito, vestizione Assistenza ai pasti Accompagnamento per visite, esami, passeggiate Assistenza incontinenti, malati cronici e pazienti affetti da Alzheimer e Parkinson. Assistenza e riabilitazione post ictus Infermiere a domiclio, prestazioni sanitarie, somministrazione terapie Iniezioni, prelievi, medicazioni, flebo, clisteri, cateterismi, gestione stomie Prevenzione e cura ferite e lesioni da pressione (piaghe da decubito) Fisioterapista e riabilitazione Podologo e cura del piede Servizio badante: ricerca badanti conviventi e sostituzione badante Notte in ospedale, assistenza ospedaliera, veglia e aiuto diurno Vacanze serene: assistenza durante l\'estate, il Natale e tutti i periodi di festività! Reperibilità continuativa 24 ore su 24 Interventi veloci e tempestivi Anche sabato domenica e festivi A casa e/o in ospedale Operatori qualificati Servizi completi e su misura, non vincolanti Operativi su tutta la città e in tutti i paesi e comuni del territorio Visita domciliare gratuita %\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:1;s:25:\"title-avia_framework_post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-avia_framework_post\";s:0:\"\";s:27:\"noindex-avia_framework_post\";b:0;s:38:\"display-metabox-pt-avia_framework_post\";b:1;s:38:\"post_types-avia_framework_post-maintax\";s:1:\"0\";s:36:\"schema-page-type-avia_framework_post\";s:7:\"WebPage\";s:39:\"schema-article-type-avia_framework_post\";s:4:\"None\";s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-portfolio\";s:0:\"\";s:17:\"noindex-portfolio\";b:0;s:28:\"display-metabox-pt-portfolio\";b:1;s:28:\"post_types-portfolio-maintax\";i:0;s:26:\"schema-page-type-portfolio\";s:7:\"WebPage\";s:29:\"schema-article-type-portfolio\";s:4:\"None\";s:27:\"title-tax-portfolio_entries\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-portfolio_entries\";s:0:\"\";s:37:\"display-metabox-tax-portfolio_entries\";b:1;s:29:\"noindex-tax-portfolio_entries\";b:0;s:35:\"taxonomy-portfolio_entries-ptparent\";i:0;s:26:\"taxonomy-category-ptparent\";s:1:\"0\";s:26:\"taxonomy-post_tag-ptparent\";s:1:\"0\";s:29:\"taxonomy-post_format-ptparent\";s:1:\"0\";}','yes'),(757,'wpseo_social','a:19:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(758,'wpseo_flush_rewrite','1','yes'),(761,'wpseo_ryte','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1613577335;}','yes'),(1054,'cfdb7_view_install_date','2020-10-23 14:47:11','yes'),(1222,'avia_builder_fonts','a:2:{s:15:\"flaticon-sports\";a:4:{s:7:\"include\";s:26:\"avia_fonts/flaticon-sports\";s:6:\"folder\";s:26:\"avia_fonts/flaticon-sports\";s:6:\"config\";s:11:\"charmap.php\";s:13:\"origin_folder\";s:44:\"http://cs1.noappname.net/wp-content/uploads/\";}s:7:\"justice\";a:4:{s:7:\"include\";s:18:\"avia_fonts/justice\";s:6:\"folder\";s:18:\"avia_fonts/justice\";s:6:\"config\";s:11:\"charmap.php\";s:13:\"origin_folder\";s:64:\"https://kriesi.at/themes/enfold-law/wp-content/uploads/sites/78/\";}}','yes'),(1225,'avia_stylesheet_dynamic_versionenfold','6083bc1d74743','yes'),(1302,'rewrite_rules','a:121:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:57:\"index.php/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:45:\"index.php/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:54:\"index.php/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:49:\"index.php/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:30:\"index.php/tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:42:\"index.php/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:24:\"index.php/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:55:\"index.php/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:50:\"index.php/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:31:\"index.php/type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:43:\"index.php/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:25:\"index.php/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:52:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:62:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:82:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:77:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:58:\"index.php/portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"index.php/portfolio-item/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:45:\"index.php/portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:53:\"index.php/portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:60:\"index.php/portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:49:\"index.php/portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:41:\"index.php/portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"index.php/portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"index.php/portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"index.php/portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"index.php/portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"index.php/portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:68:\"index.php/portfolio_entries/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:63:\"index.php/portfolio_entries/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?portfolio_entries=$matches[1]&feed=$matches[2]\";s:44:\"index.php/portfolio_entries/([^/]+)/embed/?$\";s:50:\"index.php?portfolio_entries=$matches[1]&embed=true\";s:56:\"index.php/portfolio_entries/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?portfolio_entries=$matches[1]&paged=$matches[2]\";s:38:\"index.php/portfolio_entries/([^/]+)/?$\";s:39:\"index.php?portfolio_entries=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:42:\"index.php/feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:37:\"index.php/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:18:\"index.php/embed/?$\";s:21:\"index.php?&embed=true\";s:30:\"index.php/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:51:\"index.php/comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:46:\"index.php/comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:27:\"index.php/comments/embed/?$\";s:21:\"index.php?&embed=true\";s:54:\"index.php/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:49:\"index.php/search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:30:\"index.php/search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:42:\"index.php/search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:24:\"index.php/search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:57:\"index.php/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:52:\"index.php/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:33:\"index.php/author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:45:\"index.php/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:27:\"index.php/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:79:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:55:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:49:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:66:\"index.php/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:42:\"index.php/([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:54:\"index.php/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:36:\"index.php/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:53:\"index.php/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:48:\"index.php/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:29:\"index.php/([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:41:\"index.php/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:23:\"index.php/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:68:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:78:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:98:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:93:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:74:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:67:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:87:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:75:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:82:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:71:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:57:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:67:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:87:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:82:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:63:\"index.php/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:74:\"index.php/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:61:\"index.php/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:48:\"index.php/([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:37:\"index.php/.?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"index.php/.?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"index.php/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"index.php/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"index.php/.?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"index.php/(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:30:\"index.php/(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:50:\"index.php/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:45:\"index.php/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:38:\"index.php/(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:45:\"index.php/(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:34:\"index.php/(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(1379,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1613586210','no'),(1380,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4748;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:4702;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2710;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2579;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1990;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1843;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1825;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1502;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1501;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1496;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1476;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1472;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1464;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1310;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1245;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1218;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1213;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1150;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1117;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1039;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:931;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:919;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:896;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:884;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:857;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:816;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:807;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:795;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:794;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:772;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:757;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:734;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:724;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:716;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:708;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:699;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:672;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:664;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:660;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:656;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:648;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:647;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:644;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:643;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:604;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:595;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:593;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:586;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:586;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:577;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:570;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:564;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:561;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:560;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:556;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:551;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:540;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:540;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:538;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:535;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:529;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:513;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:501;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:497;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:493;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:490;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:484;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:476;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:470;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:470;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:468;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:454;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:451;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:448;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:444;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:441;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:439;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:435;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:433;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:431;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:424;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:418;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:414;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:404;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:404;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:403;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:402;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:400;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:390;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:390;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:384;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:381;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:379;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:368;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:363;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:362;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:359;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:355;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:350;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:346;}}','no'),(1382,'wp_mail_smtp_initial_version','2.6.0','no'),(1383,'wp_mail_smtp_version','2.6.0','no'),(1384,'wp_mail_smtp','a:11:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:22:\"ecommerce@lorenzini.it\";s:9:\"from_name\";s:8:\"FpMotion\";s:6:\"mailer\";s:4:\"smtp\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:0;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:0;s:4:\"auth\";b:1;s:4:\"host\";s:17:\"mail.imgmilano.it\";s:4:\"port\";i:25;s:10:\"encryption\";s:4:\"none\";s:4:\"user\";s:22:\"ecommerce@lorenzini.it\";s:4:\"pass\";s:76:\"LAzswIAl05plzQ0hVxJkOIjnMfn8OK8nifsZ8RXrkIe5m8+8Is1ZC74BdfQtXqnuqeCFr6RP4Q==\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:9:\"amazonses\";a:3:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"region\";s:9:\"us-east-1\";}s:5:\"gmail\";a:4:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";}s:7:\"outlook\";a:5:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"zoho\";a:6:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"domain\";s:3:\"com\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"logs\";a:1:{s:7:\"enabled\";b:0;}}','no'),(1385,'wp_mail_smtp_activated_time','1613575627','no'),(1386,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1613575627;}','yes'),(1389,'action_scheduler_hybrid_store_demarkation','922','yes'),(1390,'schema-ActionScheduler_StoreSchema','3.0.1613575630','yes'),(1391,'schema-ActionScheduler_LoggerSchema','2.0.1613575630','yes'),(1392,'wp_mail_smtp_migration_version','3','yes'),(1395,'wp_mail_smtp_activation_prevent_redirect','1','yes'),(1396,'action_scheduler_lock_async-request-runner','1618651802','yes'),(1397,'wp_mail_smtp_mail_key','O8q6y3mAQz7Cf47dHPFCuM6BR6CZzKsxUpv35n8cCDM=','yes'),(1398,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1613576097;s:9:\"dismissed\";b:0;}','yes'),(1401,'wp_mail_smtp_debug','a:1:{i:0;s:54:\"Mailer: Other SMTP\nSMTP Error: Could not authenticate.\";}','no'),(1407,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1619208127;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"4.1.6\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.6\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.2.2\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:7:\"1.2.5.3\";s:9:\"hello.php\";s:5:\"1.7.2\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"2.6.0\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"15.1.1\";}s:8:\"response\";a:5:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.3.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:32:\"w.org/plugins/contact-form-cfdb7\";s:4:\"slug\";s:18:\"contact-form-cfdb7\";s:6:\"plugin\";s:42:\"contact-form-cfdb7/contact-form-cfdb-7.php\";s:11:\"new_version\";s:7:\"1.2.5.8\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/contact-form-cfdb7/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/contact-form-cfdb7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-256x256.png?rev=1619878\";s:2:\"1x\";s:71:\"https://ps.w.org/contact-form-cfdb7/assets/icon-128x128.png?rev=1619878\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/contact-form-cfdb7/assets/banner-772x250.png?rev=1619902\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"15.8\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.15.8.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:93:\"var/www/html/manorama/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";O:8:\"stdClass\":13:{s:4:\"slug\";s:11:\"LayerSlider\";s:6:\"plugin\";s:93:\"var/www/html/manorama/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php\";s:7:\"version\";s:6:\"6.11.8\";s:8:\"released\";s:10:\"2021-04-19\";s:5:\"icons\";a:3:{s:2:\"1x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-128x128.png?ver=6.9.2\";s:2:\"2x\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";s:7:\"default\";s:89:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/icon-256x256.png?ver=6.9.2\";}s:7:\"banners\";a:3:{s:3:\"low\";s:94:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-772x250.png?ver=6.9.2\";s:4:\"high\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";s:7:\"default\";s:95:\"https://repository.kreaturamedia.com/v4/updates/1362246/assets/thumbnail-1544x500.png?ver=6.9.2\";}s:3:\"url\";s:38:\"https://layerslider.kreaturamedia.com/\";s:7:\"package\";s:0:\"\";s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:5:\"5.3.0\";s:14:\"upgrade_notice\";s:56:\"This update contains general improvements and bug fixes.\";s:11:\"new_version\";s:6:\"6.11.8\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"2.6.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.2.6.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=2468655\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=2468655\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(1411,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1613577342;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(1418,'_transient_doing_cron','1619250253.4066779613494873046875','yes'),(1449,'_transient_timeout_as-post-store-dependencies-met','1618652313','no'),(1450,'_transient_as-post-store-dependencies-met','yes','no'),(1475,'_site_transient_timeout_theme_roots','1619209938','no'),(1476,'_site_transient_theme_roots','a:4:{s:6:\"enfold\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";}','no'),(1477,'_transient_timeout_wpseo_total_unindexed_posts','1619294544','no'),(1478,'_transient_wpseo_total_unindexed_posts','106','no'),(1479,'_transient_timeout_wpseo_total_unindexed_terms','1619294544','no'),(1480,'_transient_wpseo_total_unindexed_terms','15','no'),(1481,'_transient_timeout_wpseo_total_unindexed_post_type_archives','1619294544','no'),(1482,'_transient_wpseo_total_unindexed_post_type_archives','0','no'),(1483,'_transient_timeout_wpseo_unindexed_post_link_count','1619294544','no'),(1484,'_transient_wpseo_unindexed_post_link_count','0','no'),(1485,'_transient_timeout_wpseo_unindexed_term_link_count','1619294544','no'),(1486,'_transient_wpseo_unindexed_term_link_count','1','no'),(1489,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1619251369','no'),(1490,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Apr 2021 21:03:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.8-alpha-50782\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Become an Early Adopter With the Gutenberg Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Apr 2021 21:03:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10164\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:372:\"Copy by Anne McCarthy (@annezazu) and Design by Mel Choyce-Dwan (@melchoyce) In WordPress circles (whether it’s your local meetup, a trusted publication, or your networking group), you may have heard terms like Core Editor, Gutenberg, and the Block Editor used interchangeably over the last four years. And if you’re following contributor work on the project [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4695:\"\n<p><strong><em>Copy by Anne McCarthy (<a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>) and Design by Mel Choyce-Dwan (<a href=\'https://profiles.wordpress.org/melchoyce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>melchoyce</a>)</em></strong></p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/04/Frame-1.png?resize=632%2C354&#038;ssl=1\" alt=\"\" class=\"wp-image-10165\" width=\"632\" height=\"354\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/04/Frame-1.png?resize=1024%2C575&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/04/Frame-1.png?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/04/Frame-1.png?resize=768%2C431&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/04/Frame-1.png?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>In WordPress circles (whether it’s your local meetup, a trusted publication, or your networking group), you may have heard terms like Core Editor, Gutenberg, and the Block Editor used interchangeably over the last four years. And if you’re following contributor work on the project itself, you may also have heard some additional nuances—Gutenberg plugin, Gutenberg, or Block Editor.&nbsp;</p>\n\n\n\n<p>It can get a little confusing, so let’s take a look at four terms that will help you find your way:&nbsp;</p>\n\n\n\n<ul><li>WordPress &#8211; WordPress refers to the open source software but also to the community that surrounds it.&nbsp;</li><li>Gutenberg &#8211; Gutenberg is the code name for a multi-year project to update editing areas for the WordPress software.</li><li>Editor &#8211; The editor refers to a section of the software that allows you to update content on your site’s posts and pages.&nbsp;</li><li>Gutenberg Plugin &#8211; The Gutenberg plugin is where early work to update the editor is shared.</li></ul>\n\n\n\n<h2>The Gutenberg Plugin</h2>\n\n\n\n<p>Now that we’ve cleared up the definitions, let’s talk about the plugin. When might you use it? What would you use it for? You can think of it as an early access program or a “WordPress lab.” The plugin is updated every two weeks, which means that bugs that have been reported are often fixed and that what you see changes rapidly.&nbsp;</p>\n\n\n\n<p>The Gutenberg plugin also contains features that aren’t yet ready for their WordPress debut but are ready for curious users to test and provide feedback. This is a common practice that allows stable features to make it to your site in WordPress releases while allowing experimental features to be tested and refined. To get a sense of whether using the Gutenberg Plugin might be something you want to explore to get access to earlier features, check out the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">“What’s New” release posts </a>and the <a href=\"https://make.wordpress.org/core/tag/core-editor-improvement/\">Core Editor Improvement post series</a>. </p>\n\n\n\n<h2>Do I Need the Plugin to Use Gutenberg?</h2>\n\n\n\n<p>It depends on your comfort level! Generally speaking, it is not recommended to use the plugin on a site that has launched and is actively in use unless you’re very comfortable with the code side of WordPress. Fortunately, each WordPress release comes ready to go with <a href=\"https://developer.wordpress.org/block-editor/handbook/versions-in-wordpress/\">multiple versions of the Gutenberg plugin</a>.&nbsp;</p>\n\n\n\n<p>But if you are a keen beta tester who loves reporting feedback, or you feel comfortable navigating how to opt-in/out of the experimental aspects of the plugin, here are a few reasons you might want to dig into what the Gutenberg Plugin has to offer:</p>\n\n\n\n<ul><li>Test new features and give helpful feedback. For example, you can use the plugin to <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/how-to-test-fse/\">help test Full Site Editing</a>.&nbsp;</li><li>Get early access to the latest &amp; greatest while navigating when to opt-in or out of experimental features.&nbsp;</li><li>Prepare for the future whether you’re a theme author, plugin developer, agency owner, etc.&nbsp;</li></ul>\n\n\n\n<p><em>Do you use the Gutenberg plugin and </em><a href=\"https://github.com/WordPress/gutenberg/issues\"><em>share feedback on GitHub</em></a><em>? Thank you! This kind of feedback is what helps ensure stability in what’s shipped in WordPress releases.&nbsp;</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10164\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.7.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/04/wordpress-5-7-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 03:05:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10144\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:365:\"WordPress 5.7.1 is now available! This security and maintenance release features 26 bug fixes in addition to two security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 4.7 have also been updated. WordPress 5.7.1 is a short-cycle security and maintenance release. The next [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Peter Wilson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8461:\"\n<p>WordPress 5.7.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">26 bug fixes</a> in addition to two security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 4.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.7.1 is a short-cycle security and maintenance release. The next major release will be version 5.8.</p>\n\n\n\n<p>You can download WordPress 5.7.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Two security issues affect WordPress versions between 4.7 and 5.7. If you haven’t yet updated to 5.7, all WordPress versions since 4.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Thank you <a href=\"https://www.sonarsource.com/\">SonarSource</a> for reporting an XXE vulnerability within the media library affecting PHP 8.</li><li>Thanks <a href=\"https://mikaelkorpela.fi/\">Mikael Korpela</a> for reporting a data exposure vulnerability within the REST API.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>Props to <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> and the WordPress security team for their work on these issues.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-7-1/\">version 5.7.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.7.1 release was led by <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">@peterwilsoncc</a> and <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.7.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dkoo/\">dkoo</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzim/\">grzim</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenström</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Tyler Lau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2021/04/people-of-wordpress-tyler-lau/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 13:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"ContributorStory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"WordPress journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10102\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"In this People of WordPress contributor story, we chat with Tyler Lau from Kansas, US, on his journey with WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10363:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<h2><strong>Embrace Who You Are and Your Journey</strong></h2>\n\n\n\n<p>In this People of WordPress contributor story, we chat to Tyler Lau from the US on his relationship building work in marketing and his WordPress journey.</p>\n\n\n\n<p>Read on to discover his story which shows it is often what you have learned from negative experiences in your life that can make you a major asset to a product team.</p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?resize=632%2C464&#038;ssl=1\" alt=\"Tyler Lau stood in front of a colorful mural\" class=\"wp-image-10116\" width=\"632\" height=\"464\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?zoom=2&amp;resize=640%2C470&amp;ssl=1 1280w, https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?zoom=3&amp;resize=640%2C470&amp;ssl=1 1920w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>An Entrepreneurial Mindset</strong></h2>\n\n\n\n<p>Tyler recalls he always had a knack for spotting a enterprise ideas. As an industrious seven-year-old, he was already finding ways to make sales during the school breaks.&nbsp;</p>\n\n\n\n<p>While many entrepreneurs have similar stories, Tyler’s path took many turns before he discovered and thrived in the WordPress community.</p>\n\n\n\n<p>He was drawn to both the software and the community that surrounds it from his search for personal and professional freedom. He ultimately was able to combine his various business interests and people skills into professional marketing work.</p>\n\n\n\n<h2><strong>Using your skills to uncover your journey</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?resize=632%2C758&#038;ssl=1\" alt=\"Tyler Lau pictured sat on a chair using his mobile phone in his social media work\" class=\"wp-image-10118\" width=\"632\" height=\"758\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?zoom=2&amp;resize=640%2C768&amp;ssl=1 1280w, https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?zoom=3&amp;resize=640%2C768&amp;ssl=1 1920w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Tyler’s current role is as a Marketing Relationship Builder, based in Kansas, USA. His responsibilities span across all digital properties and products, leveraging his broad set of business and people skills.</p>\n\n\n\n<p>These skills are amplified by his creativity and adaptability. Tyler says that one reason he is always looking for new projects is his Attention Deficit Hyperactivity Disorder (ADHD), a diagnosis he received in 2005.</p>\n\n\n\n<p>In an industry built by programmers and developers who often have a strong sense of focus, Tyler felt that someone with ADHD wouldn’t be seen as a natural fit. He found the WordPress community to be a place where everyone can find the right spot for their unique skills. Tyler’s skill is people, and this has translated into many opportunities and responsibilities in his work life. His skills have also helped him give back to the WordPress community as a speaker and volunteer, and through multiple contributor days.</p>\n\n\n\n<h2><strong>Relationship-building as a career</strong></h2>\n\n\n\n<p>Most of Tyler’s experience was in the restaurant industry, and his resume did not exactly point to a career in tech. But the service industry actually prepared him well for everything he has taken on since.</p>\n\n\n\n<p>When he is at work events, he meets people from across the world and builds connections with them. As an extrovert, he enjoys this and couldn’t imagine a job where he was isolated from getting to know others and relationship-building.</p>\n\n\n\n<p>Understanding people and being able to operate in any setting are key competencies. Social skills and tact are useful for community building in the WordPress space too, and in Tyler’s life at different times it has been necessary for survival. </p>\n\n\n\n<h2><strong>The true meaning of freedom</strong></h2>\n\n\n\n<p>In the WordPress community, the concept of freedom comes up often. WordPress is built on GPL, free software, and open-source values. Practically speaking, anyone can work remotely or be their own boss to gain more freedom in work and life.&nbsp;Tyler feels that he never fitted into a traditional work mould. With his strong focus on freedom, he found this resonated with the freedom and opportunities he believes WordPress provides him and thousands of others.</p>\n\n\n\n<p>Tyler describes how in 2013 his ‘inner opportunist’ got him into trouble. After dropping out of college following a brain aneurysm, he needed capital to fund his first startup.&nbsp;He shares that he found a quick but unlawful way to make money. Alongside this between shifts as a waiter, he worked on prototypes for his first product. The company was growing fast, and to protect his patents and take research and development to the next level, he had to work hard. Everything came to a halt when some of the actions he took resulted in being sent to prison.  </p>\n\n\n\n<p>He says that meeting other inmates reminded him that he was in a much better situation than most. He was educated, well-off, loved, and knew he had a future once he was released. He found that many inmates never graduated from high school and were computer illiterate. While inside, Tyler taught subjects like science, math, writing, reading, and social studies. He found that due to the lack of skills and support, many inmates would struggle upon release. He believes getting the mental health support and job training needed to thrive after prison is not easy for many.</p>\n\n\n\n<p>“<em>There’s more to freedom than just being on the outside. You also need a sense of agency and enfranchisement,</em>” says Tyler. He considered his sense of purpose and support network were plenty to keep him going and was ready to take on his next (legal) business challenge as soon as he could.</p>\n\n\n\n<h2>Going forward positively&nbsp;</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=632%2C632&#038;ssl=1\" alt=\"Tyler Lau portrait picture\" class=\"wp-image-10139\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?w=640&amp;ssl=1 640w, https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The idea that your past doesn’t define you and you can choose to embrace it, is a key driver for Tyler.</p>\n\n\n\n<p>He describes himself as an outlier in many ways. He recalls how politics influenced his life from the day he was born. Tyler’s father is a semi-dissident Chinese visual anthropologist, his mother is an art professor who left her home country of Japan to break free from traditional Japanese gender roles. Tyler feels he inherited a lot of this fearlessness.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>I’ve never fitted in, and yet this is what makes me able to adapt to most situations and relate to just about anyone. I embrace my eclectic, dissonant past and see beauty in the person those experiences shaped me to be</em>,” says Tyler.&nbsp;</p></blockquote>\n\n\n\n<p>Now, he’s able to put those skills to good use in the WordPress community and beyond.&nbsp;</p>\n\n\n\n<p>He says: “<em>Regardless of your physical abilities, mental health struggles, upbringing, and even your run-ins with the law, no one is excluded from carving their place in the WordPress industry</em>”.<br></p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thank you to Tyler Lau (<a href=\'https://profiles.wordpress.org/tylermaximus/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tylermaximus</a>) for sharing his #ContributorStory.</p>\n\n\n\n<p>Thanks to Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Olga Gleckler (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for working on the People of WordPress series.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh3.googleusercontent.com/Y3odYTyvSfJbVxUxUWEgKxOprox2zxVwhk7_vdW-AIs4IlE-jK0Zt1itCj867x0dIAbIiK-VeuTLMZr6BjNEY0fkTf--4dT1hkLbnGtsPFNfyrVBYIN59IirTkNnqiQgqxk6E1MI\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by&nbsp;</em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our&nbsp;<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>&nbsp;series.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"WP Briefing: Who Is WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2021/04/who-is-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 14:36:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10099\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:246:\"In this episode, Josepha explores the five groups within the WordPress ecosystem and provides a high-level example of how they interact and support one another. As always, stay tuned for the small list of big things and a contributor highlight.  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/04/WP-Briefing-006.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9292:\"\n<p>In this episode, Josepha explores the five groups within the WordPress ecosystem and provides a high-level example of how they interact and support one another. As always, stay tuned for the small list of big things and a contributor highlight.&nbsp;&nbsp;</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li>Get to know<a href=\"https://make.wordpress.org/\"> WordPress Teams</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Five Steps of Volunteer Engagement </a></li><li><a href=\"https://twitter.com/CoachBirgit/status/1339516878495117313\">Community Highlight </a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">WordCamp Centroamérica 2021 Online</a> (<a href=\"https://centroamerica.wordcamp.org/2021/sesiones/\">Schedule</a>)</li><li><a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">So you want to make block patterns?</a></li><li><a href=\"https://docs.google.com/spreadsheets/d/1h73xMwjSRkJJsn7ooiwXFeZpd0hxXh26pJ7qXzI5iUg/edit#gid=0\">Gutenberg Tutorial sign-up</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10099\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>In the first episode of this podcast, I said that there&#8217;s a lot that goes into WordPress, that&#8217;s really hard to see. One of the hardest things to see about the WordPress project as you get started is the overall structure. There is quite a bit of documentation that can clarify the basics: the names of teams, what they work on, and where, and when they meet. The way that they influence and support each other can really feel like a bit of a mystery. So today, I&#8217;m going to break down the WordPress community into five big groups; I want you to keep a couple of things in mind.&nbsp;</p>\n\n\n\n<p>Firstly, these are high-level and based on my observations. Each of these groups can be further broken down into subgroups. So while you may not feel represented in this exact five, you are included if you were to dig a little bit deeper. The second thing to keep in mind is that the makeup of these groups is pretty fluid. Many community members find themselves in more than one group, but generally not far off. Some group two folks end up in group three, depending on the situation, people in group four can also end up in group five, and so on. As with so many things that I share, I&#8217;m not trying to insist that one size fits all. I&#8217;m not trying to put the WordPress community into a box. This is just a basic framework to understand how it all fits together. Alright, are you ready? I&#8217;m ready. Let&#8217;s do it!</p>\n\n\n\n<p>Okay, I have a broad definition of the community, which I have mentioned before. I believe that the community is anyone who has interacted with WordPress, whether they know it or not. So, I&#8217;ll start from way out there and work my way in that first group; we’re going to call our <strong>Visitors</strong>.&nbsp;</p>\n\n\n\n<p><strong>Visitors</strong> are people who arrive at a WordPress site to gain information or engage in an activity. Sometimes they know it&#8217;s a WordPress site, but most of the time, they don&#8217;t. The second group are <strong>Users</strong>, people who use WordPress as their CMS. So, that&#8217;s website builders, website designers, small businesses, content creators, and the list goes on and on. The third group I like to refer to is the <strong>Extenders</strong>. Those are people who extend WordPress through the creation of blocks, themes, plugins, and more. There are also people who teach WordPress to others through WordPress podcasts, and newsletters and tutorials. The fourth group I refer to as our <strong>Contributors</strong> is the people who contribute to the open source software and the infrastructure supporting it, but not necessarily the same people who contribute directly to their own product. And then there&#8217;s group five, <strong>Leaders</strong>. Those are people who help drive the vision and strategy for WordPress; the most notable member of that group is of course, Matt Mullenweg. And I&#8217;m also in that group.&nbsp;</p>\n\n\n\n<p>Each of these groups directly influenced the groups on either side. For example, a WordPress user is affected by both visitors and extenders. Imagine a content creator who shares their passion for photography through a WordPress site; this photographer may have visitors that need to purchase photos. In response, the user now has a need to make it possible for visitors to purchase photos on a site. So they go to what we consider the extenders, people who have built a plugin that supports that need. And as a result, that user can install that on their site. And they have have satisfied the need of the visitors to their site, the people who now can purchase photos.&nbsp;</p>\n\n\n\n<p>There are a lot of examples like this in the WordPress project. Every small pattern that you see is mirrored in the larger patterns across our ecosystem. And every large pattern you see in the ecosystem can be seen among our teams. It&#8217;s pretty cool to look at really. So, why should this matter to you? From a very practical standpoint, this matters for anyone who&#8217;s trying to learn more about contributing to the WordPress project. These five groups mirror very closely the five steps of volunteer engagement that we see across the ecosystem and from a more philosophical standpoint, it&#8217;s just kind of nice to know who your neighbors are. Without the influence and support of the groups around us, it can be hard to know whether we&#8217;re on the right track or not. So take a look to your left and look to your right, and get to know your partners in this project.</p>\n\n\n\n<p>That brings us now to our community highlight, the segment where I share a note about contributors who have helped others along the way, or WordPress success story. This week&#8217;s highlight is from @CoachBirgit, <a href=\"https://profiles.wordpress.org/coachbirgit/\">Birgit Olzem</a>, a longtime contributor and a friend of mine. Her success story goes like this.&nbsp;</p>\n\n\n\n<p>WordPress has allowed me as a mother of five to leave a toxic marriage for good.&nbsp;</p>\n\n\n\n<p>Later, the community picked me up when I became seriously ill.&nbsp;</p>\n\n\n\n<p>So I can say from the bottom of my heart, that working with WordPress has saved my life.</p>\n\n\n\n<p>And now our small list of big things. I&#8217;ve got three things for you this week. I think that they&#8217;re all very important. And I hope you check them all out. The first one is a reminder that word camp Central America is coming up on April 15 and 16th. If you have not registered for tickets, you still have time, I will share a link to the registration page and the schedule in the show notes below.&nbsp;</p>\n\n\n\n<p>The second thing on our small list of big things is that the Gutenberg 10.4 release is coming out later this week on April 14th. It&#8217;s an important release because it&#8217;s when we take a look at the current iteration of full site editing tools that we have, and decide if it&#8217;s ready to get into the WordPress 5.8 release. There&#8217;s a post that has a little more information about that which I will share in the show notes below as well. If you haven&#8217;t checked out the Gutenberg plugin lately, obviously I think it&#8217;s a good idea to do that in general, but definitely a good idea to check it out now.&nbsp;</p>\n\n\n\n<p>The third thing on our list today is a reminder to check out our most recent block pattern tutorial, I&#8217;ll share a link to that in the show notes. It&#8217;s this kind of tips and tricks, tutorial, the “show me how to do it,” kind of thing in the style of <a href=\"https://css-tricks.com/css-style-guides/\">CSS-Tricks</a>. If you or anyone that you know might be interested in sharing a similar style of tutorial, there&#8217;s a link to a form in that show notes as well so that you can share with us your name and the topic that you&#8217;re interested in. We&#8217;ll take a look and see if it&#8217;s something that we definitely need to make sure our users know how to do. So, that my friends is your small list of big things.&nbsp;</p>\n\n\n\n<p>Thank you for joining in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10099\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/04/the-month-in-wordpress-march-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Apr 2021 16:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10084\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:319:\"This way of iterating improves WordPress and ties back to one of my favorite open-source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution. These words from Josepha Haden Chomphosy on [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9821:\"\n<blockquote class=\"wp-block-quote\"><p>This way of iterating improves WordPress and ties back to one of my favorite open-source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">These words from <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> on the <a href=\"https://wordpress.org/news/2021/03/how-wordpress-improves/\">How WordPress Improves</a> episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a> point to the factors that differentiate building software in an open-source environment. Our updates this month are closely tied to the philosophy behind those core principles of open source software.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.7 released</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/03/esperanza/\">version 5.7</a> “Esperanza,” came out on March 9. The release offers fresher admin colors, several improvements to the block editor, single-click HTTP to HTTPS migration, and a new Robots API. Read more about it in the <a href=\"https://wordpress.org/news/2021/03/esperanza/\">release post</a>, the <a href=\"https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide/\">field guide</a>, and the <a href=\"https://make.wordpress.org/community/2021/03/12/meetup-group-resources-talking-points-for-wordpress-5-7/\">talking points post for meetup groups</a>. The Core Team has also <a href=\"https://make.wordpress.org/core/2021/03/30/5-8-pre-planning/\">started work on WordPress 5.8 pre-planning</a>.</p>\n\n\n\n<p>Want to contribute to WordPress 5.8? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.&nbsp;</p>\n\n\n\n<h2>Gutenberg Version 10.1 and 10.2 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> on March 3 and <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> on March 17.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> showcases significant improvements to reusable blocks, a clearer image toolbar, and spatial options for the social media block. <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> offers block pattern options to display contents from the query block and removes writing prompts from empty paragraphs in the editor. It also adds width adjustment for spacer blocks in horizontal parent blocks and the ability to transform media and text blocks into columns.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/03/08/whats-next-in-gutenberg-march-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. Don’t miss the monthly Gutenberg tutorial on <a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">How to make block patterns</a>!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>March saw a plethora of updates to the <a href=\"https://make.wordpress.org/core/tag/full-site-editing/\">Full Site Editing</a> project!</p>\n\n\n\n<ul><li><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> published a <a href=\"https://make.wordpress.org/updates/2021/03/12/full-site-editing-pre-merge-overview/\">Full Site Editing pre-merge overview</a>. She shares the project’s current status, go/no-go dates for core merge, communication plans, and challenges.&nbsp;</li><li>March saw two calls for testing as part of the <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing outreach program</a>. The first test of the month — <a href=\"https://make.wordpress.org/test/2021/03/09/fse-program-testing-call-3-create-a-fun-custom-404-%20page/\">creating a custom 404 page</a>,&nbsp; wrapped up successfully.&nbsp; Participate in the latest testing initiative — <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">&nbsp;build a restaurant-themed website header</a> to help improve the future of WordPress! Deadline: April 8.&nbsp;</li><li>You can also find <a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march/\">high-level feedback on the FSE Program</a> in this March 2021 post.</li></ul>\n\n\n\n<h2>Proposal launched for a WordPress contributor handbook</h2>\n\n\n\n<p>A proposal has been kicked off on <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">building a project-wide WordPress contributor handbook</a>. The handbook will have content around the WordPress project’s underlying philosophies and commitments, along with shared expectations on working together and building products. It will also contain modern open source best practices for WordPress.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>You can now schedule office hours with Matt Mullenweg and Josepha Haden as part of their <a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">Q2 Quarterly listening hours initiative</a>. This quarter’s listening session is scheduled for April 7th, 2021, from <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210407T2200\">22:00</a>&#8211;<a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210408T0000\">24:00</a> UTC. Slots are still available — <a href=\"https://calendly.com/mmullenweg/team-lead-office-hours?month=2021-04&amp;date=2021-04-08\">sign up now</a>!&nbsp;</li><li>The Themes Team is working on <a href=\"https://make.wordpress.org/themes/2021/03/17/next-steps-on-themes-and-reviews/\">automating the theme review process</a>. The team has shared a detailed post on these changes and is requesting feedback.</li><li>The Core Team has <a href=\"https://make.wordpress.org/core/2021/03/05/dual-licensing-gutenberg-next-steps/\">kicked-off plans</a> on dual licensing Gutenberg under GPL and MPL.</li><li><a href=\"https://buddypress.org/2021/03/buddypress-7-2-1-security-release/\">Version 7.2.1</a> of BuddyPress (security release) is out! Update all your BuddyPresses!</li><li>The Docs Team shipped the <a href=\"https://make.wordpress.org/docs/2021/03/07/wordpress-documentation-style-guide-google-season-of-docs-2020-project-report-tacitonic/\">WordPress documentation style guide</a> as part of its Google Season of Docs 2020 effort. The team has also kicked off work on applying for <a href=\"https://href.li/?https://make.wordpress.org/docs/tag/season-of-docs-2021/\">Google Season of Docs 2021</a>!</li><li>The Polyglots Team is making <a href=\"https://make.wordpress.org/polyglots/2021/03/26/polyglots-training-working-group-update-2/\">significant progress on building their contributor training program</a>. The team is also requesting feedback on <a href=\"https://make.wordpress.org/polyglots/2021/03/30/request-for-feedback-polyglots-team-stats-dashboard/\">building their dashboard</a>.</li><li><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> shared an <a href=\"https://make.wordpress.org/updates/2021/03/19/experiment-coordinating-sponsored-contributor-teams/\">experiment to coordinate sponsored contributors</a> by adding them to a private Slack channel to offer them better support.</li><li>The Community Team announced its revamped <a href=\"https://make.wordpress.org/community/2021-wordpress-global-community-sponsorship-program/\">2021 Global Sponsorship Program</a>. The team also published a <a href=\"https://make.wordpress.org/community/2021/03/12/2021-financial-update-for-the-wordpress-community/\">financial update for WP Communities in 2021</a>.</li><li>The Core Team is moving ahead to <a href=\"https://make.wordpress.org/core/2021/03/04/discussion-dropping-support-for-ie11/\">drop support for Internet Explorer 11</a> for upcoming versions of WordPress.</li><li>The Design Team shared <a href=\"https://make.wordpress.org/design/2021/03/30/wordpress-org-patterns-directory/\">initial designs for the Block pattern directory</a>.</li><li>The <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> workspace briefly went down on March 30 due to a Slack ToS issue, which was subsequently resolved. More details on <a href=\"https://make.wordpress.org/updates/2021/03/30/journal-entry-wordpress-slack-workspace-unavailability/\">this explainer post</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10084\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:68:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"So you want to make block patterns?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Mar 2021 17:01:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9995\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Learn how to make block patterns!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2021/03/reusable-block.mp4\";s:6:\"length\";s:6:\"273436\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:58:\"https://wordpress.org/news/files/2021/03/waves-pattern.mp4\";s:6:\"length\";s:6:\"493389\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Beatriz Fialho\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22433:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=632%2C356&#038;ssl=1\" alt=\"\" class=\"wp-image-9998\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?w=1441&amp;ssl=1 1441w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>If you&#8217;ve ever built something for the WordPress block editor — a theme or a plugin — you may have also heard about <strong>block patterns</strong>. </p>\n\n\n\n<p>Looking at the patterns that come bundled with WordPress, I thought it would be nice to dedicate to them a short post. They&#8217;re pretty nice, useful shortcuts when you know them, but there&#8217;s a good chance you may not know what they are or why you might want to use them.</p>\n\n\n\n<h2>What&#8217;s a block pattern?</h2>\n\n\n\n<p>Patterns are&nbsp;<strong>collections of pre-arranged blocks</strong>&nbsp;that can be combined and arranged in many ways making it easier to create beautiful content. They act as a head-start, leaving you to plug and play with your content as you see fit and be as simple as single blocks or as complex as a full-page layout.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"414\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=632%2C414&#038;ssl=1\" alt=\"\" class=\"wp-image-10021\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=1024%2C670&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=300%2C196&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=768%2C503&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=1536%2C1005&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=2048%2C1340&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>They live in a tab in the block library. You can click or drag and you&#8217;re able to preview them with your site&#8217;s styles.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"413\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=632%2C413&#038;ssl=1\" alt=\"\" class=\"wp-image-10022\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=1024%2C669&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=300%2C196&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=768%2C502&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=1536%2C1003&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=2048%2C1338&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Basically, a block pattern is just a bunch of blocks put together in advance:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>	&lt;!-- wp:group --&gt;\n&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;\n&lt;hr class=\"wp-block-separator is-style-default\"/&gt;\n&lt;!-- /wp:separator --&gt;\n&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;\n&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;\n&lt;!-- /wp:image --&gt;\n&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;\n&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;\n&lt;!-- /wp:quote --&gt;\n&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;\n&lt;hr class=\"wp-block-separator is-style-default\"/&gt;\n&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;\n&lt;!-- /wp:group --&gt;</code></pre>\n\n\n\n<p>That&#8217;s also how you create them: just use the block editor to configure a smattering of blocks to your liking, and the hard part&#8217;s over.</p>\n\n\n\n<h2>How do I get them in the block library?</h2>\n\n\n\n<p>There&#8217;s <a href=\"https://developer.wordpress.org/block-editor/developers/block-api/block-patterns/\">more documentation in the handbook</a>, but what it boils down to is this:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n	\'my-plugin/my-quote-pattern\',\n	array(\n		\'title\'       =&gt; __( \'Quote with Avatar\', \'my-plugin\' ),\n		\'categories\'  =&gt; array( \'text\' ),\n		\'description\' =&gt; _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n		\'content\'     =&gt; \'&lt;!-- wp:group --&gt;&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;&lt;!-- /wp:image --&gt;&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\\\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;&lt;!-- /wp:quote --&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- /wp:group --&gt;\',\n	)\n);\n\n?&gt;</code></pre>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f446.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> That&#8217;s a snippet of PHP, which means you can drop it in a WordPress plugin, or perhaps more simply, paste it into the <strong>functions.php</strong> file from your theme. Done:</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"430\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=632%2C430&#038;ssl=1\" alt=\"\" class=\"wp-image-10047\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=1024%2C696&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=300%2C204&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=768%2C522&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=1536%2C1043&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?w=1908&amp;ssl=1 1908w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>For patterns that include images, it&#8217;s worth thinking about where those are stored. The <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a> (which is a fancy name for &#8220;TwentyTwentyOne Blocks&#8221;) stores images in the theme library.</p>\n\n\n\n<h2>Now what?</h2>\n\n\n\n<p>The thing about a block pattern is, as soon as you insert it from the block library, it stops being <em>a cohesive unit</em> — now it&#8217;s just a smattering of blocks, detached from the pattern you created and meant to be customized to your liking. It&#8217;s a <em>shortcut</em>, not a <em>template</em>. That also means you don&#8217;t have to worry about switching themes or deactivating pattern plugins: the blocks you already inserted won&#8217;t go anywhere.</p>\n\n\n\n<p>That being said, if you like this one pattern so much you want to use it again and again, with no customization at all, you can make it into a <a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">reusable block</a>:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls loop src=\"https://wordpress.org/news/files/2021/03/reusable-block.mp4\"></video></figure>\n\n\n\n<p>Reusable blocks are created, as the name implies, to be reused. The feature is a great way to store small bits of commonly used snippets that you can edit in one place to update in all. &#8220;<strong>Follow me on Twitter</strong>,&#8221; &#8220;<strong>Article series</strong>,<strong>&#8220;</strong> or <strong>&#8220;Subscribe to my podcast&#8221;</strong> are great examples of that.</p>\n\n\n\n<h2>What makes a good block pattern?</h2>\n\n\n\n<p>Patterns, as they ship today, are limited by the features available. If the block editor doesn&#8217;t allow you to customize letter-spacing, your block pattern can&#8217;t either. While the Global Styles project will expand what&#8217;s to blocks, in the meantime, we have to work with the available tools.</p>\n\n\n\n<p>Even then, with the most basic ingredients — color, photography, typography — it is possible to do a lot:</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://lh5.googleusercontent.com/W3RKCu5c7ONKnmuLdChmOhD40iZAFseq30i-qGwqFaq0dPTj_U5b1JXhhRR96-jRvJvKgC8BBZA4p_-EBYF-WoMRPoDLgCX8FG3RIWQhv6zX6-H7xBj4FZGGRm7cl_qdVgRy9G8q\" alt=\"\" /><figcaption>Three columns with images and text<br></figcaption></figure></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"397\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=632%2C397&#038;ssl=1\" alt=\"\" class=\"wp-image-10036\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=1024%2C644&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=300%2C189&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=768%2C483&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=1536%2C965&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=2048%2C1287&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Media and text with image on the right</figcaption></figure></div>\n\n\n\n<p>I designed these patterns to potentially land in WordPress core, which all have a few properties in common:</p>\n\n\n\n<h3><strong>They share a theme.</strong></h3>\n\n\n\n<p>You can think of a pattern as a section of a website: it is meant to be part of a whole, and so it works best when it can exist in the context of other patterns that share the same theme. There are a few sharing a Nature theme in the patterns above, a few sharing an Art theme, and others sharing an Architecture theme. When seen together, it becomes easier to see how you might be able to piece together multiple pages of your site, one page at a time.</p>\n\n\n\n<figure class=\"wp-block-gallery columns-2\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"406\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=632%2C406&#038;ssl=1\" alt=\"\" data-id=\"10033\" data-full-url=\"https://wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png\" data-link=\"https://wordpress.org/news/?attachment_id=10033\" class=\"wp-image-10033\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=1024%2C658&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=300%2C193&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=768%2C493&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=1536%2C987&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=2048%2C1315&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"405\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=632%2C405&#038;ssl=1\" alt=\"\" data-id=\"10034\" data-full-url=\"https://wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png\" data-link=\"https://wordpress.org/news/?attachment_id=10034\" class=\"wp-image-10034\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=1024%2C657&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=300%2C193&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=768%2C493&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=1536%2C986&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=2048%2C1314&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3><strong>They share a minimalist color palette.</strong></h3>\n\n\n\n<p>By being parts of a whole, patterns will inevitably land in a context that uses different colors. With a reduced color palette, there&#8217;s both a better chance of fitting in and less to customize to make it just right.</p>\n\n\n\n<figure class=\"wp-block-gallery columns-2\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"535\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=632%2C535&#038;ssl=1\" alt=\"\" data-id=\"10042\" data-full-url=\"https://wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg\" data-link=\"https://wordpress.org/news/?attachment_id=10042\" class=\"wp-image-10042\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=1024%2C867&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=300%2C254&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=768%2C651&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=1536%2C1301&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?w=1903&amp;ssl=1 1903w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"271\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container.jpg?resize=632%2C271&#038;ssl=1\" alt=\"\" data-id=\"10043\" data-full-url=\"https://wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg\" data-link=\"https://wordpress.org/news/?attachment_id=10043\" class=\"wp-image-10043\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=1024%2C439&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=300%2C129&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=768%2C330&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=1536%2C659&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=2048%2C879&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3><strong>The best patterns <strong>do things you might have not done otherwise</strong>.</strong></h3>\n\n\n\n<p>Whether that&#8217;s images offset to create a unique silhouette, or just using less visible features (like fixed positioning in the Cover block), it&#8217;s a way to surface creativity.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Tip: You can use any block in your patterns, including blocks that came from a plugin. And if that block is in the block directory, it will prompt you to install it with one click if it&#8217;s missing from your self-hosted WordPress:</em></p></blockquote>\n\n\n\n<figure class=\"wp-block-video\"><video controls loop src=\"https://wordpress.org/news/files/2021/03/waves-pattern.mp4\"></video></figure>\n\n\n\n<h2>Here’s a plugin for you</h2>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n	\'my-plugin/my-quote-pattern\',\n	array(\n		\'title\'       =&gt; __( \'Quote with Avatar\', \'my-plugin\' ),\n		\'categories\'  =&gt; array( \'text\' ),\n		\'description\' =&gt; _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n		\'content\'     =&gt; \'&lt;!-- wp:group --&gt;&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;&lt;!-- /wp:image --&gt;&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\\\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;&lt;!-- /wp:quote --&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- /wp:group --&gt;\',\n	)\n);\n\n?&gt;</code></pre>\n\n\n\n<p>In case you want to make patterns, this example plugin features two of the patterns you saw above. Drop it in your plugins folder and they should show up in your block library.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"966\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=632%2C966&#038;ssl=1\" alt=\"\" class=\"wp-image-10062\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=670%2C1024&amp;ssl=1 670w, https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=196%2C300&amp;ssl=1 196w, https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?w=692&amp;ssl=1 692w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Installed pattern under &#8220;Text&#8221; Category</figcaption></figure></div>\n\n\n\n<p>Feel free to tweak it, customize it, and make it yours. It’s GPL, after all!</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em>Thank you <a href=\'https://profiles.wordpress.org/joen/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joen</a> for the help writing this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WP Briefing: Talking Full Site Editing with Matías Ventura\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2021/03/talking-full-site-editing-with-matias-ventura/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Mar 2021 15:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10013\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:296:\"In this episode, Josepha is joined by Matías Ventura, also known as “the spark behind the vision of Gutenberg.\" Josepha and Matías discuss full site editing and answer your questions, from “is full site editing a standalone plugin?” to “will full site editing break my current site?”\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/03/WP-Briefing-005.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:31294:\"\n<p>In this episode, Josepha is joined by Matías Ventura, also known as “the spark behind the vision of Gutenberg.” Josepha and Matías discuss full site editing and answer your questions, from “is full site editing a standalone plugin?” to “will full site editing break my current site?”</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty One theme</a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">Word Camp Central America </a></li><li><a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">2021 Second Quarter Listening Hours with Matt Mullenweg and Josepha Haden Chomphosy</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10013\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>Josepha [0:41]: This month, we have a bonus briefing, so I&#8217;ve asked my dear friend and colleague <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> to join me. Matías was recently called “the spark behind the vision of Gutenberg.” With full site editing coming our way in 202, I asked if he would join me for a quick Q&amp;A. Welcome, Matías.&nbsp;</p>\n\n\n\n<p>Matías [0:56]: Hello, hello! Thanks for inviting me. It&#8217;s a pleasure to be here.</p>\n\n\n\n<p>Josepha [1:00]: Well, I&#8217;m delighted to have you. And I think that we have a lot of excellent questions. All right, so Matías, we actually ended up with questions in about three different groupings. And so I&#8217;m going to start with the “what is it about full site editing,” sorts of questions that people had. We&#8217;re gonna work our way into “what are we doing with it?” and then “how are we planning on getting this out the door?” Then, a couple of big picture questions that people asked. We&#8217;re just gonna leap right in this full site editing part of the Gutenberg plugin, or is it a standalone plugin?</p>\n\n\n\n<p>Matías [1:39]: Okay, we&#8217;ll start with the basics. Full site editing is part of the Gutenberg plugin right now. I think it&#8217;s important to mention that full site editing is like an umbrella for several projects that we&#8217;re working on. They are all aiming to bring blocks into more parts of your site so that editing becomes easier and more expressive, and so on. So full site editing right now encompasses adding a ton of new blocks. I think we have around 20 new blocks coming in, including navigation query, site, title, logo, etc. There&#8217;s also the interface to interact with templates outside of the content; that&#8217;s another big part of the full site editing project. We also have a lot of new design tools included, many of these have been released in previous major releases, but they still comprise a strong part of what full site editing is. We also have something called Global Styles, which aims to allow people to configure the visual aspects of blogs across the entire site, not just on any individual blog. And of course, then there&#8217;s a whole layer of how we utilize these tools. It can get complex because there are many layers and projects that need to come together. So yeah, all of these are accessible through the Gutenberg plugin right now.</p>\n\n\n\n<p>Josepha [3:07]: Yeah. So it&#8217;s not a standalone plugin. If you wanted to check out full site editing the site editor experience as it is now, you would just have to make sure you had the Gutenberg plugin on your site. Right?</p>\n\n\n\n<p>Matías: Yes, correct.</p>\n\n\n\n<p>Josepha:&nbsp; So a couple of the questions related to this are how exactly do I enable it on my site? And what is the easiest and safest way to try this on my site? And I think the answer is, is right in there. It&#8217;s in the Gutenberg plugin. And so if you have that plugin, you don&#8217;t need the testing plugin or anything else to make that work, right?</p>\n\n\n\n<p>Matías [3:51]:&nbsp; No, you like, you might need to install a theme like Twenty Twenty One blocks that unlock some of these new interfaces that we just talked about. Like other of these pieces are available for anything. But some of these, like the interface to edit templates, right now only talk with things that know how to express their desire.&nbsp;</p>\n\n\n\n<p>Josepha [4:14]: And I think we have less than 10 themes right now that do that, but I&#8217;ll leave some links to at least 2021 blocks in the show notes. And then, if there are another one or two themes that I can find, I can add those in there as well.&nbsp;</p>\n\n\n\n<p>So you have to have the Gutenberg plugin; you have to have a theme that works with that site editor kind of experience. And then you&#8217;re safe to try everything out. It shows up in your left toolbar just like any other thing, like if you were working with plugins, or if you were adding a post or anything else, right?</p>\n\n\n\n<p>Matías [4:51]: Yes, correct. And so, some of these details are being worked on right now. Like how and where you access things, and so on. These things are subject to change, but right now, you have this site editor beta in the sidebar when both you have the plugin running and a theme that&#8217;s capable.</p>\n\n\n\n<p>Josepha [5:10]: Yeah. Excellent note. If you are running this on a production website, I would recommend you not do that unless you are very, very good with WordPress. It&#8217;s a really safe and easy thing to test and try out. But because it is still in beta, I recommend always putting it on a test site. I have a couple of different test sites that I run on myself. Another question that I had was, “will full site editing slow down my site?” And I think we have some refreshed performance tests coming out about that. And maybe they&#8217;ll be out by the time we publish this podcast.</p>\n\n\n\n<p>Matías [5:49]: Yeah, I mean, like the performance has been one of the major focuses for the whole project. In many cases, it should speed up things because we&#8217;re like, I think one of the big pieces that these projects bring into the picture, especially for themes, is that it allows only the necessary assets to be loaded on the front end. For example, if for a given page, there are, I don&#8217;t know, 10-15 blocks being used, you would only get the CSS and scrapes and so on related to those blocks. This can cut down on a lot a ton of CSS that themes used to end queue on a side, particularly if you were trying to customize many widgets and so on, like a lot of themes have the full styles or multiple widgets, even third party plugins, and so on. So one of the advantages of having this blog system is that we can know at the time of rendering what blogs are being used and only load those assets.&nbsp;</p>\n\n\n\n<p>Josepha [6:50]: Excellent. Another big question that we have is, “does full site editing work with the classic editor? And does it work with other builders?” I think that&#8217;s a really big answer if you&#8217;re going to get super deep into it. But I think that the short answer is yes, it does. Is that fair?</p>\n\n\n\n<p>Matías [7:08]: Yeah, I don&#8217;t think it touches a bit on that full site editing is not like a single thing. There are multiple projects around it. So again, like the template editor that only deals with blogs, it doesn&#8217;t have a lot to do with a classic editor. But the classic editor use for both doesn&#8217;t change anything at all; like the same way that when the block editor was introduced, it didn&#8217;t change how you could still write posts in the classic editor. You will still be able to do that.</p>\n\n\n\n<p>Josepha [7:41]: And if you are brand new to WordPress person, or, I mean, I guess at this point, you don&#8217;t have to be super brand new. If you&#8217;re fairly new to WordPress person and have no idea what we&#8217;re talking about when we say the classic editor, you don&#8217;t really have to worry about it either. You don&#8217;t have to go and find out what that is; the block editor that you have right now works perfectly for what you&#8217;re trying to do. So if you don&#8217;t know what I mean when I say classic editor, don&#8217;t worry about chasing it down either.&nbsp;</p>\n\n\n\n<p>I think that this last question we accidentally answered earlier, but I&#8217;m going to go ahead and ask it anyway since I received it. “I keep hearing that you can use the site editor with the 2021 theme. But I don&#8217;t seem to be able to. What am I missing?” I think the answer is that there&#8217;s the Twenty Twenty One theme shipped with the WordPress release 5.6. And then there is the Twenty Twenty One blocks theme; those are two different themes. The link to the Twenty Twenty One block theme is going to be in our show notes this time around. And so, if you have been trying to use the full site editor with Twenty Twenty One and not succeeding, try the link to the one below. And I bet that that will work for you.</p>\n\n\n\n<p>Matías [8:50]: Yes, that&#8217;s correct.&nbsp;</p>\n\n\n\n<p>Josepha [8:51]: All right, excellent. Well, that brings us kind of into our second set of questions, which is about how we are doing it. The first one that folks have is “will full site editing be on by default in the next release. In this context, the next release is WordPress 5.8. But I think it&#8217;s a safe question to ask if full site editing will be on by default in the release that it&#8217;s planned for.</p>\n\n\n\n<p>Matías [9:15]: Yeah, and for this, I need to go back to the same principle of many projects because there are many pieces of full site editing, and we have been merging them in major releases, particularly like the blocks and the design tools. There are more coming in that we want to make accessible as soon as possible. The full experience that requires a theme to opt-in to templates using blogs won’t be by default; it requires a specific theme running. A lot of these details we&#8217;re still like determining exactly what projects are ready to be merged and so on. But yeah, if you have a theme right now that works the way you want, it doesn&#8217;t change anything there. If anything, it adds some more capabilities and more customization tools, and so on. And the theme can also regulate how much they want to incorporate.</p>\n\n\n\n<p>Josepha [10:13]: Matías, you&#8217;ve mentioned a couple of times in this podcast so far like this is a really complex and really complicated part of this work. And just for anyone out there who&#8217;s either encountering Gutenberg or full site editing or this podcast for the first time, I think a tiny bit of context that&#8217;s worth having here is that Matías and I have been working on this together in various capacities for like, five years. And Matías has probably been working on this for practically a decade. So, when we say that this is a really complicated problem, and when we say that this is a complex set of issues that we&#8217;re working with like, it is all that we have been thinking about for I want to say at least the last three or four years, but certainly it&#8217;s all that we have been trying to untangle for quite a bit of time before that as well. So we don&#8217;t take it lightly when we&#8217;re like, “this is complicated;” we mean it. It&#8217;s really complicated. And we&#8217;re trying our hardest over here as WordPress.&nbsp;</p>\n\n\n\n<p>The next big question, since we&#8217;re all stuck in the “it&#8217;s very complicated,” part of things is the question, “will this update break my current site?” Like, if I have a site that is updated and ready, and it&#8217;s exactly as I wanted it to be, and it took me two years to get there will full site editing, whichever release it&#8217;s in. Currently, 5.8 is what we&#8217;re planning for. Will that break anything on my site as I know it right now?</p>\n\n\n\n<p>Matías [11:44]: No, not at all. One of the major things that the WordPress team, the WordPress community, always cares so much about, never to break things. Many of these things are stepping stones that you can adopt, as we&#8217;ve talked about full site editing. But for example, we also have a few concurrent projects around the widget screen and the navigation screen that are meant to bring blocks into existing interfaces. So again, the theme doesn&#8217;t need to change, and a lot of care is being put into making this more like you&#8217;re unlocking new features, and nothing really breaks or falls apart.</p>\n\n\n\n<p>Josepha [12:23]: This update, like all the other updates, should have minimal, minimal impact on what you have to actively fix on your site. Every once in a while, a bug is gonna get by. We can&#8217;t say that we&#8217;re 100% perfect with not breaking things. But also, we always and I and I know that we&#8217;re planning on this for our remaining releases for the rest of the year. At the very least, I can&#8217;t imagine we&#8217;d ever change it. But after every major release, we always make a plan to have a minor release within the next one or two weeks. Because we know that a broken thing on a site is really incredibly impactful, even if you&#8217;re only 1% of the sites that had that happen to it. And so I think that&#8217;s true in this case, too. And getting that feedback back from all of the people who are actually using WordPress is the thing that makes us be able to kind of move quickly when we do see those problems.&nbsp;</p>\n\n\n\n<p>One of the questions that we have been getting is, “can I see a live preview without saving the changes that I made?” When I got this question, I didn&#8217;t actually understand it. And so I went and looked at a site without the Gutenberg plugin on it, and then a site with the Gutenberg plugin on it. And of course, on sites without Gutenberg, without the block editor, without full site editing, when you are looking to preview, you have the option to open up your preview in a new window. And you don&#8217;t have that with Gutenberg because it&#8217;s supposed to be a true WYSIWYG editor. A true what you see is what you get, editor. I think that the answer to this is, yes, you can see a live preview without actually saving the changes on the front end of your site. But you don&#8217;t actually have to reload anything. You don&#8217;t have to open it up in a new window. You don&#8217;t have to, like, actively click “please show me a preview” because what you see in your editing screen should be what you see at the end of your app as an end-user.</p>\n\n\n\n<p>Matías [14:28]: Yeah, that&#8217;s the sort of the main gist to it. Yes, the site editor is built so that it always reflects the front end as truly as possible, so that&#8217;s one layer. Also, the preview tools should allow you to see in different devices like mobile breakpoints, and I don&#8217;t know if they will have breakpoints and stuff like that. There are a lot of things in the current interface that is just not enabled. There are some challenges in the sidebar. Because the site editor is not just focused on a single post, it&#8217;s focused on the entire site. So, there can be many, many changes that need to be shadowed for the site.&nbsp;</p>\n\n\n\n<p>If you&#8217;re changing the site title, some of the global styles, aspects, and so on need to be orchestrated. So, to see in the previewing new window, there are some challenges there to integrate. Again, the interface is not final yet; a lot of these things are still being tweaked and improved. There are many things from the regular post editor that are not enabled yet. But they will be enabled. So yeah, it&#8217;s a, I guess, it&#8217;s not a simple thing to answer. Because, again, the idea of previewing the site that&#8217;s core to the whole project is that you&#8217;re always interacting in the same way that when you&#8217;re in the customizer, you&#8217;re seeing the preview all the time. That&#8217;s the main scope of this project,</p>\n\n\n\n<p>Josepha [15:54]: Excellent. Changes like that changes to your workflow can be really hard to get your mind around, especially if part of that existing workflow was there to create some confidence in what you&#8217;re seeing with your users. And so I understand. Now that I&#8217;ve researched that question a bit, I see where that&#8217;s coming from. Based on existing workflows and existing patterns that we have for ourselves in WordPress, will we need to have a theme to use the full site editor?</p>\n\n\n\n<p>Matías [16:33]: I think we&#8217;ve already covered some of these. And again, they are tools that can work on any existing theme. There is other stuff that needs space-specific themes to opt-in into these tools, like blog templates and so on.</p>\n\n\n\n<p>Josepha [16:50]: Yes, I think the question that we have next, because I see that the literal next question I have is actually something we have covered; just because we&#8217;re being pretty conversational about it, not because anyone already asked the question. So I&#8217;m actually going to skip to the last question of this section that I received. I got this next one via Twitter. The question is, “how do you view the role of themes once full site editing is fully rolled out and all the page elements (content, headers, widgets, footers, etc.) and all the views are managed via blocks and block patterns? Will things become typographic and block styles?”</p>\n\n\n\n<p>Matías [17:28]: I think this is a great question because it goes to the heart of, why are we doing all this. One of the main reasons is to empower users more. WordPress has been democratizing publishing for a while; this is another step into allowing themes to get more customization tools and more control over their site if they want to. I think the recent call for testing has focused on the 404 page, for example. That&#8217;s something that forever has been locked away from users. And it&#8217;s also something that, as a theme developer, and I used to develop themes a long time ago, that was one of the things where you decide what sort of approach you take for the 404 page. Maybe sometimes you want to have something more whimsical. Sometimes you need something more serious. And committing to one when you can have such a diverse and broad user base can be challenging. With these, it becomes as easy as offering a few different patterns for that template. Then the user will always be able to change the copy and modify something. So again, it opens up a lot of these things that used to be locked down. However, from a theme perspective, I think this doesn&#8217;t reduce the theme at all. If anything, it allows the theme to focus less on coding and functions and more on design expression and aesthetics. I don&#8217;t think that would ever be exhausted. That will always remain as diverse as humans are interacting with WordPress. And so it&#8217;s not that I don&#8217;t see it&#8217;s just as like, typographic and block styles. How do you express a template, how do you express the structure, what choices you quote, what choices you make as a theme builder? And of course, there are many degrees of control there. Because a site maintainer may not want the 404 template to be editable, that sort of control will always be present.</p>\n\n\n\n<p>Josepha [19:38]: Yeah. And really fast. I have to add a caveat to a thing that you said in there. For anyone who&#8217;s listening keenly, you may have heard Matías say that the users can update any of the content there &#8211; any of the copy. In this context, we&#8217;re talking about users as in the people who are maintaining the site, not people who are visiting your site. Visitors to your site will not be able to change any copy on your page unless you&#8217;ve done something very interesting with your WordPress site, which is also fine if that&#8217;s what you prefer to do. By default, your visitors can&#8217;t change everything on your website, which is good news, frankly.</p>\n\n\n\n<p>So I&#8217;ve got one logistics question, which I&#8217;m happy to take. And then one is kind of a big picture question that I also got from Twitter. “What about the classic editor block; what is going to happen to that? And when will we know?” So ages and ages ago, before COVID? I think so. Probably maybe a couple of years ago, Matt said that the classic editor plugin would be supported through the end of 2021. And that is still the case; there will be active support on that through the end of 2021. After that, it will not be actively supported anymore. It won&#8217;t be removed from any place that you can get access to right now. In a “this is the end of its lifecycle” sort of way, we just won&#8217;t have anyone who is currently committed to maintaining that plugin anymore. So that&#8217;s what&#8217;s happening at the end of the year. And yeah, at the end of 2021. The big question that we have is, “why is full site editing being so rushed?” I think this is a bit of a loaded question.</p>\n\n\n\n<p>Matías [21:32]: Yeah, I think I think it&#8217;s still a fair question, though. I think we&#8217;re dealing with two things here. And one is ensuring that we release things in the best state possible. And also, some of the urgency is to offer tools that we know that people lack right now and that could really benefit from. Making that determination is very tricky. The full site editing project has been in the works for the last couple of years. If we count the initial phase of Gutenberg, that&#8217;s four to five years. We&#8217;ve been doing many calls for testing, which I think have been super useful to catch issues and reflect as a community on where things are going; how do we integrate with these? How do we use it? What are the shortcomings? What do we need to do? Based on all of these, we&#8217;ll continue to make decisions on when things become ready. We&#8217;re not committed to releasing something that&#8217;s not in a good state. And I think we will always be very careful about that. There are these two competing senses of the urgency &#8211; of getting some of these tools out, and because it also benefits from the feedback loops. I always say that, in many ways, the initial phase of Gutenberg, to me, is not finished. We took the initial two years to do the 5.0 release, the initial block editor, and so on. But, it&#8217;s still being improved at a very fast pace, among all the recent major releases improvements to the editor were included; that will continue to be the case. In many ways, phase one is not finished. And the moment we choose to release some of these tools or editing tools, it won&#8217;t be finished either. They will need to continue to grow, mature, and incorporate a lot of the feedback. Even the things that the ecosystem is building around. I&#8217;ve seen a few themes already that are incorporating a blank canvas template so that you can use them in some pages and take over and do everything with blocks. So even the community and ecosystem as a whole is also sort of paving the way for what needs to come.</p>\n\n\n\n<p>Josepha [24:06]: I think from my perspective, and of course, I&#8217;m on the people side of things, the communication side of things, the logistics side of things; I have a frequently a very different view from what a lot of other folks are seeing. And so from my side of things, I have to say, I&#8217;m communicating about this change in a really broad way, which has not been happening since 2019 when we started the work. We&#8217;ve been communicating broadly with the WordPress community, but not with everybody who uses WordPress. So, I think that for a lot of people, this looks like a project that we started really actively working on in the last six months or so. And now we&#8217;re just racing toward a finish line. I think that there&#8217;s, there&#8217;s not been a lot of awareness of everything that&#8217;s gone into it. And so, on the one hand, it feels a little less rushed to me knowing the full length of the history on this. But also, as you said, I really think that this gets a bunch of tools to people who otherwise have not been able to accomplish these things in WordPress or otherwise. I am so anxious to get something to people who really can benefit from this change the most. And it&#8217;s the nature of the open source, right that like, one, as long as you have users, you&#8217;re going to have stuff you have to fix in your software. So we&#8217;re never really, really going to be done with this; there&#8217;s not going to be like a done point of WordPress. And the second thing is, I think it&#8217;s generally true that you don&#8217;t really start getting full user feedback until after you have launched your major release. I think that we see that a lot in open source software; you can bring in as many people as you think you can in your user tests heading up to it. And in your accessibility tests. And, in general, quality assurance tests. You can bring in a lot of people and still not have gotten the full understanding of the various niche use cases that your users will bring to you. Because at this point, we&#8217;re like 40% of the web. And that means that we&#8217;re serving this majority collection of increasingly minority voices and niche voices in the space. And so, a little bit I feel a sense of urgency; I feel a bit of anxiousness about trying to get this out there for one, to get the tools in the hands of the people who can benefit the most from them, but also so that we can start really getting the full stress test of this software out and get that feedback in so that we can really build something responsive to what our users need our long tail, “anyone who ever uses WordPress ever,” definition of users. And so, that&#8217;s why I feel a sense of urgency around it. Even though you know, as I said, you and I have been working on this for like five years, and you&#8217;ve been working on it for a decade or something. I actually don&#8217;t know how long it&#8217;s been worked on.</p>\n\n\n\n<p>Matías [27:35]: Now that makes me feel a bit old.</p>\n\n\n\n<p>Josepha [27:40]: Nobody makes Matías feel old. He is a lovely, wonderful colleague. Sorry, Matías, If I made you feel old.</p>\n\n\n\n<p>Matías [27:46]: No, that&#8217;s totally fine. I also want to add that full site editing is not like a single toggle that&#8217;s going to drop into a major release. So I think that&#8217;s important to consider, I think this entire year is going to see a lot of these tools being, and sometimes the sort of the end-user is not the, again, the site maintainer. Still, you can also be the theme developer; I think there are many tools that would be empowering for theme developers to use. Again, we mentioned there are like five to ten themes, block themes right now. That needs to grow a lot, and that only grows through these sorts of feedback loops. And the theme community pushing things forward and seeing where things can lead to. I&#8217;m very excited about the pattern directory integration because I think that can also combine with blog themes in very powerful ways. Imagine if, I don&#8217;t know many of these patterns that are very common on the web and very needed, that if we can refine them together with a second community and make them available across themes, you can combine a header from one theme with a content of another; all these sorts of mixtures could happen. All of this needs exploration, the creativity of the entire community, and so on. In that sense, getting all these tools, even if it doesn&#8217;t immediately change anything for like the site itself, starts to unlock a lot of things.&nbsp;</p>\n\n\n\n<p>Josepha [29:27]: I&#8217;m going to take a bit of your answer from there and tie it all the way back to your first answer that we had when you joined me today. And say, I think you&#8217;re absolutely right. We have a set of users in our theme authors and our plugin developers as well that we desperately need to get looking at this set of tools. I hope that what we are shipping in the first iteration of this serves as an opportunity for all of those theme authors and agency owners, plugin authors, WordPress site configurers freelancers. Like, I really hope that this puts it into a really accessible, easy-to-access space for them so that they can do those experiments based on what they know their users need the most. They are the group that has the closest access to site maintainers. And what they need compared to, for instance, me or a potential you like we have a lot of information, you and I, we do a lot of tests, we have a strong sense of what is needed at the moment, but we don&#8217;t have as a close connection that our theme and agency and plugin folks all have. And so that&#8217;s another part of why I&#8217;m so excited to get this out in the current iteration of it.</p>\n\n\n\n<p>Josepha [31:04]: That was a lot of questions in a little bit of time. This is going to be officially my longest WordPress briefing. Matías, I am so glad that you were able to join me today. And I think that everyone&#8217;s going to be really, really excited to hear your answers to these questions.</p>\n\n\n\n<p>Matías [31:23]: Thank you for having me.</p>\n\n\n\n<p>Josepha [31:25]: All right, my friends. That brings us into our small list of big things. I&#8217;m going to skip our community highlight today just because we had a slightly longer word press briefing in our bonus iteration today. But the small list of big things. The first thing is WordCamp Central America is coming up on April 15; there is a registration link in the show notes that you can access your tickets with. I recommend that you go; we&#8217;ve got a lot of excellent speakers coming up there and a lot of good content and good training and learning for y&#8217;all. The second thing is that Matt Mullenweg and I have listening hours coming up with the community in the first week of April. I&#8217;ll add the link to register for those in the show notes as well; it&#8217;s just a few minutes for you all to stop by, check-in, see what&#8217;s going on, and share some celebrations or concerns with us. And I hope that I see you there.&nbsp;</p>\n\n\n\n<p>So that my friends is your small list of big things. Thank you for joining in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:58:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WP Briefing: How WordPress Improves\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2021/03/how-wordpress-improves/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Mar 2021 15:08:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/?post_type=podcast&p=9980\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"In this episode, Josepha Haden Chomphosy explores the WordPress release process. Tune in to learn about what goes into a release and catch this week’s small list of big things.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/03/WP-Briefing-004.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10226:\"\n<p>In this episode, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> explores the WordPress release process. Tune in and learn the phases of a release and catch this week’s small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2021/03/esperanza/\">WordPress 5.7 “Esperanza” </a></li><li><a href=\"https://en.wikipedia.org/wiki/Esperanza_Spalding\">Esperanza Spalding</a></li><li><a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">Gutenberg Tutorial: Reusable Blocks</a></li><li><a href=\"https://make.wordpress.org/test/\">make.wordpress.org/test</a></li><li><a href=\"https://make.wordpress.org/core/handbook/contribute/git/\">GitHub repository </a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-9980\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>All right, so last week, we wrapped up and shipped the WordPress 5.7 release. The release team this time around was smaller than we&#8217;ve had in the last couple of years. By the numbers, it looks really good: 66 enhancements or feature requests went in, 127 bugs were fixed, and seven versions of a Gutenberg plugin were merged and backported. If you use WordPress, you are probably aware that we have new releases throughout the year, but you probably don&#8217;t know much about the release process. There&#8217;s not really a reason to know unless you&#8217;re actively contributing to a release. For those interested in knowing more about how we improve WordPress, this week&#8217;s exploration is for you.</p>\n\n\n\n<p>We&#8217;re gonna take a look at what goes into WordPress releases and just kind of zoom our way in from the highest level. At the highest level, there are three major WordPress releases a year, plus the minor releases, plus Gutenberg releases. So if you&#8217;re following current WordPress work and future WordPress work, that&#8217;s going to get you to probably around <strong>30 releases a year</strong>. If we zoom in one level to the release itself, a single release of WordPress takes four to five months from start to the day that we ship, and an additional four to six weeks on support and translations, and minor releases after that. If you&#8217;re looking from my vantage point, you&#8217;ll see that WordPress releases have essentially five parts, some of which happen kind of simultaneously.&nbsp;</p>\n\n\n\n<p>The first part is planning and includes the project lead, lead developers, design; groups like that. The second phase is the creation phase when we&#8217;re actually building the things that have to go into the CMS that involves the design, core, editor, mobile, and other teams. Then there&#8217;s this phase that I like to refer to as the distribution phase. This is mostly done by the teams that make sure that WordPress is widely distributable; the polyglots team work on translations, accessibility does some work, docs make sure that everything is documented, and training, of course, gets things ready for when we have to be able to tell people how to use the release.&nbsp;</p>\n\n\n\n<p>Then there is the fourth phase; I really don&#8217;t think they go sequentially or in a waterfall format. The fourth-ish phase that I include, and that I tend to see, is this extending and iteration phase. It&#8217;s the phase where we see our theme authors and our plugin authors, folks who are doing support, show up and help us to make sure that WordPress is available not only widely but broadly to ensure that their audiences as theme authors and plugin authors are covered in the features that they need based on what they are using WordPress for. The fifth phase is the part of our communication that involves the community team, especially marketing, WordPressTV, and learn.wordpress.org. Basically, anyone who&#8217;s showing up to make sure that we all share what happened in the release, the features that are coming, and how that affects the users is involved in that particular phase. So five big phases of what happens over those four to five months, and then for the month or month and a half afterward.&nbsp;</p>\n\n\n\n<p>If we zoom in a bit more on the creation phase, each release has people who lead the work and coordinate contributor efforts during the course of the release. For any given release, hundreds of people contribute and receive credit for moving the WordPress project forward. Okay, hold on a second. Let&#8217;s pump the brakes and zoom in a bit on that. Hundreds of people work on every major release for a project that powers over 40% of the web that feels like a small number. But for the people who process the contributions in preparation for release, it&#8217;s actually pretty substantial. For every release, there is a small team of leaders who asked the hard questions. Is this a usable feature? Does this make WordPress better overall? And, of course, is this ready to ship?&nbsp; Some of those leaders, a smaller subset of even the leaders that we have already, are committers who actually prep and merge patches to the CMS; they don&#8217;t do all the work to create a design or write all the code. This tiny group of people processes hundreds and hundreds of bug fixes, improvements, and enhancements that have been submitted over the course of months and sometimes years. As a side note, that whole process is a little smaller, a little faster in the Gutenberg featured plugin, but the basic parts are still there. Alright, so we&#8217;ve zoomed from the big picture way into some of the finer details, and it really looks like any other project cycle. So now, I&#8217;m going to layer in the filter of open source to that process.</p>\n\n\n\n<p>There are a couple of things that make building software in an open source environment so different. The first is that the code is readily available. If you have a basic understanding of the languages, you can see the code, learn from it, and make suggestions about improving it. Second, you consider the user a co-developer in the process, which means that as long as people use your product, they will have opinions on what you shipped. This way of iterating improves WordPress and ties back to one of my favorite open source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p>\n\n\n\n<p>This brings us to our community highlight, the segment where I share a note about contributors who have helped others along the way or a WordPress success story. This week&#8217;s highlight is from Nok in our Bangkok community. When asked to help her find her way into the WordPress community, she said, “@shinichiN who started the WordPress community in Bangkok and encouraged me to contribute, and also @mayukojpn has introduced me to the WP community team to join as a deputy. “ Thank you for sharing those two inspiring people with us. And if you, listener, have any stories that you would like to share of your own WordPress success or people that you have been so grateful to help you find your way in the project, you can feel free to email those to me at <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>.</p>\n\n\n\n<p>That brings us to our final segment of the WP Briefing, the small list of big things. I only have three things to share with you this week. The first one is that about a week ago, we had our first release of 2021. It was the WordPress 5.7 release, titled Esperanza. If you have not yet seen it, go ahead and update your website or check with your host and make sure that they have updated you if you&#8217;re on a managed host. And then take a listen to the artists that it&#8217;s named after.&nbsp;</p>\n\n\n\n<p>The second thing that I want you to keep an eye out for is wordpress.org/news. We are starting a new series of content that gets at the heart of some of Gutenberg’s basic parts; there’s a lot of change coming up in the next few releases of WordPress. And the most important thing to me is that you understand what we&#8217;re trying to change and where those changes are primarily taking place. There will be a couple of tutorials that go up there over the course of the of the next few weeks. The third item on the small list of big things is to remind you of our call for testing. As I mentioned earlier in the podcast, the users of any open source software are the code developers; the software built is supposed to make your life and work easier. When you test things and find interactions that can use a little bit of refinement or features that are not working exactly as expected, it&#8217;s incredibly helpful for us to have that information to always make sure that we&#8217;re solving problems instead of accidentally creating them. If you want to participate in the Current call for testing, you can head over to make.wordpress.org/test. Or, if you&#8217;ve been doing your own testing, you can also submit any bugs you have found in the GitHub repo, which I will share in the show notes below. So that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9980\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:58:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WordPress 5.7 “Esperanza”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/news/2021/03/esperanza/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Mar 2021 20:52:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9888\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"Meet “Esperanza”, the first WordPress release of 2021. “Esperanza” is named in honor of Esperanza Spalding, a modern musical prodigy. Her path as a musician is varied and inspiring—learn more about her&#160;and give her music a listen! With this new version, WordPress brings you fresh colors. The editor helps you work in a few places [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4\";s:6:\"length\";s:6:\"183815\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:42711:\"\n<div class=\"wp-block-cover\" style=\"background-color:#0a5b89\"><img loading=\"lazy\" width=\"632\" height=\"327\" class=\"wp-block-cover__image-background wp-image-9932\" alt=\"\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?resize=632%2C327&#038;ssl=1\" data-object-fit=\"cover\" data-object-position=\"52% 67%\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?w=1000&amp;ssl=1 1000w, https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?resize=300%2C155&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?resize=768%2C397&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-large-font-size\"><strong>WordPress 5.7</strong> <strong>&#8220;Esperanza&#8221;</strong></p>\n\n\n\n<p class=\"has-text-align-center\">Bringing you fresh colors in the admin, simpler interactions in the editor, and controls right where you need them, WordPress 5.7 lets you focus on the content you create.</p>\n\n\n\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p></p>\n</div></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Meet “Esperanza”, the first WordPress release of 2021. “Esperanza” is named in honor of Esperanza Spalding, a modern musical prodigy. Her path as a musician is varied and inspiring—<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://en.wikipedia.org/wiki/Esperanza_Spalding\">learn more about her</a>&nbsp;and give her music a listen!</p>\n\n\n\n<p>With this new version, WordPress brings you fresh colors. The editor helps you work in a few places you couldn’t before without getting into code or hiring a pro. The controls you use most are right where you need them. Layout changes that should be simple, are even simpler to make.</p>\n\n\n\n<h2>Now the new editor is easier to use</h2>\n\n\n\n<p><strong>Font-size adjustment in more places:</strong>&nbsp;now, font-size controls are right where you need them in the List and Code blocks. No more trekking to another screen to make that single change!</p>\n\n\n\n<p><strong>Reusable blocks:</strong>&nbsp;several enhancements make reusable blocks more stable and easier to use. And now they save automatically with the post when you click the Update button.</p>\n\n\n\n<p><strong>Inserter drag-and-drop:</strong>&nbsp;drag blocks and block patterns from the inserter right into your post.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4\"></video></figure>\n\n\n\n<h2>You can do more without writing custom code</h2>\n\n\n\n<p><strong>Full-height alignment:</strong>&nbsp;have you ever wanted to make a block, like the Cover block, fill the whole window? Now you can.</p>\n\n\n\n<p><strong>Buttons block:</strong>&nbsp;now you can choose a vertical or a horizontal layout. And you can set the width of a button to a preset percentage.</p>\n\n\n\n<p><strong>Social Icons block:</strong>&nbsp;now you can change the size of the icons.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/s.w.org/images/core/5.7/about-57-cover.jpg?w=632&#038;ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>A simpler default color palette</h2>\n\n\n\n<p>This new streamlined color palette collapses all the colors that used to be in the WordPress source code down to seven core colors and a range of 56 shades that meet the <a href=\"https://www.w3.org/WAI/WCAG2AA-Conformance\">WCAG 2.0 AA recommended contrast ratio</a> against white or black.</p>\n\n\n\n<p>Find the new palette in the default WordPress Dashboard color scheme, and use it when you’re building themes, plugins, or any other components. For all the details,&nbsp;<a href=\"https://make.wordpress.org/core/2021/02/23/standardization-of-wp-admin-colors-in-wordpress-5-7\">check out the Color Palette dev note</a>.</p>\n\n\n\n<h2>From HTTP to HTTPS in a single click</h2>\n\n\n\n<p>Starting now, switching a site from HTTP to HTTPS is a one-click move. WordPress will automatically update database URLs when you make the switch. No more hunting and guessing!</p>\n\n\n\n<h2>New Robots API</h2>\n\n\n\n<p>The new Robots API lets you include the filter directives in the robots meta tag, and the API includes the&nbsp;<code>max-image-preview: large</code>&nbsp;directive by default. That means search engines can show bigger image previews, which can boost your traffic (unless the site is marked&nbsp;<em>not-public</em>).</p>\n\n\n\n<h2>Lazy-load your iFrames</h2>\n\n\n\n<p>Now it’s simple to let iframes lazy-load. By default, WordPress will add a&nbsp;<code>loading=\"lazy\"</code>&nbsp;attribute to iframe tags when both width and height are specified.</p>\n\n\n\n<h2>Ongoing cleanup after update to jQuery 3.5.1</h2>\n\n\n\n<p>For years jQuery helped make things move on the screen in ways the basic tools couldn’t—but that keeps changing, and so does jQuery.</p>\n\n\n\n<p>In 5.7, jQuery gets more focused and less intrusive, with fewer messages in the console.</p>\n\n\n\n<h2>Check the Field Guide for more!</h2>\n\n\n\n<p>Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of.&nbsp;<a href=\"https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide\">WordPress 5.7 Field Guide.</a></p>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.7 release comes to you from a small and experienced release squad:&nbsp;&nbsp;</p>\n\n\n\n<ul><li><strong>Release Lead:</strong>&nbsp;Matt Mullenweg (<a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>)</li><li><strong>Triage Lead:</strong>&nbsp;Tonya Mork (<a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>)</li><li><strong>Release Coordinator:</strong>&nbsp;Ebonie Butler (<a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a>)</li><li><strong>Core Tech Lead:</strong>&nbsp;Sergey Biryukov (<a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a>)</li><li><strong>Editor Tech Lead:</strong>&nbsp;Robert Anderson (<a href=\'https://profiles.wordpress.org/noisysocks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>noisysocks</a>)</li><li><strong>Design Lead:</strong>&nbsp;Tim Hengeveld (<a href=\'https://profiles.wordpress.org/hedgefield/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hedgefield</a>)</li><li><strong>Accessibility Lead:</strong>&nbsp;Sarah Ricker (@sarahricke<strong>r</strong>)</li><li><strong>Documentation Lead:&nbsp;</strong>Jb Audras (<a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>)</li><li><strong>Test Lead:</strong>&nbsp;Monika Rao (<a href=\'https://profiles.wordpress.org/monikarao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>monikarao</a>)</li></ul>\n\n\n\n<p>This release is the reflection of the hard work of 481 generous volunteer contributors. Collaboration occurred on nearly 250 tickets on Trac and over 950 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/7studio/\">7studio</a>, <a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/technosailor/\">Aaron Brazell</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abagtcs/\">abagtcs</a>, <a href=\"https://profiles.wordpress.org/acerempel/\">acerempel</a>, <a href=\"https://profiles.wordpress.org/activecoder/\">activecoder</a>, <a href=\"https://profiles.wordpress.org/ad7six/\">ad7six</a>, <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamboro/\">adamboro</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addison Stavlo</a>, <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais/\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexwoollam/\">Alex Woollam</a>, <a href=\"https://profiles.wordpress.org/alex27/\">alex27</a>, <a href=\"https://profiles.wordpress.org/chemiker/\">Alexander Lueken</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/almendron/\">almendron</a>, <a href=\"https://profiles.wordpress.org/amandariu/\">Amanda Riu</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">André Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/artpi/\">Artur Piszek</a>, <a href=\"https://profiles.wordpress.org/maigret/\">Aur&#233;lien Denis</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bartosz777/\">bartosz777</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/becdetat/\">becdetat</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bhanusinghkre/\">bhanusinghkre</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/bonniebeeman/\">bonniebeeman</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/carlosgprim/\">carlosgprim</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cenay/\">Cenay Nailor</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/amethystanswers/\">Christina Workman</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/clayray/\">clayray</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreyw/\">Corey</a>, <a href=\"https://profiles.wordpress.org/cristinasoponar/\">cristinasoponar</a>, <a href=\"https://profiles.wordpress.org/dam6pl/\">Damian Nowak</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dvankooten/\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davecpage/\">David Page</a>, <a href=\"https://profiles.wordpress.org/dbtedg/\">dbtedg</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dkoo/\">dkoo</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/e_baker/\">e_baker</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/erichmond/\">Elliott Richmond</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/enricocarraro/\">Enrico Carraro</a>, <a href=\"https://profiles.wordpress.org/epicfaace/\">epicfaace</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion/\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann/\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/eventualo/\">eventualo</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/florianziegler/\">Florian Ziegler</a>, <a href=\"https://profiles.wordpress.org/floriswt/\">floriswt</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekpress/\">GeekPress</a>, <a href=\"https://profiles.wordpress.org/geekzebre/\">geekzebre</a>, <a href=\"https://profiles.wordpress.org/geoffguillain/\">Geoff Guillain</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/gmariani405/\">gmariani405</a>, <a href=\"https://profiles.wordpress.org/alinod/\">Gord</a>, <a href=\"https://profiles.wordpress.org/greatsaltlake/\">greatsaltlake</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzim/\">grzim</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/gunnard/\">gunnard</a>, <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hansjovisyoast/\">Hans-Christiaan Braun</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani/\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/hauvong/\">hauvong</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/helmutwalker/\">helmutwalker</a>, <a href=\"https://profiles.wordpress.org/tejwanihemant/\">Hemant Tejwani</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/nonverbla/\">hirasso</a>, <a href=\"https://profiles.wordpress.org/hmabpera/\">hmabpera</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hsingyuc7/\">hsingyuc7</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ibiza69/\">ibiza69</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/iprg/\">iprg</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/iviweb/\">iviweb</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadeddragoon/\">jadeddragoon</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha/\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/jamesgol/\">James Golovich</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/viablethought/\">Jason Ryan</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffr0/\">Jeff Chandler</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jessplease/\">Jessica Duarte</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/joanrho/\">joanrho</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenstr&#246;m</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/jomisica/\">Jos&#233; Miguel</a>, <a href=\"https://profiles.wordpress.org/jose64/\">Jose Luis</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/accessiblejoe/\">Joseph Karr O&#039;Connor</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsmoriss/\">JS Morisset</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justinsainton/\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg/\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">kafleg</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karamcnair/\">kara.mcnair</a>, <a href=\"https://profiles.wordpress.org/vyskoczilova/\">Karolina Vyskocilova</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/tmfespresso/\">kimdcottrell</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/hwk-fr/\">Konrad Chmielewski</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kurtpayne/\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/notlaura/\">Lara Schenck</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/levdbas/\">Levdbas</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lpawlik/\">Lukas Pawlik</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">Luke Walczak</a>, <a href=\"https://profiles.wordpress.org/oellin/\">Magali</a>, <a href=\"https://profiles.wordpress.org/magnuswebdesign/\">magnuswebdesign</a>, <a href=\"https://profiles.wordpress.org/mahfuz01/\">Mahafuz</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/mallorydxw/\">mallorydxw</a>, <a href=\"https://profiles.wordpress.org/tomdxw/\">mallorydxw-old</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/netweblogic/\">Marcus</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn Koopman</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mdwolinski/\">Mark D Wolinski</a>, <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/vindl/\">Marko Andrijasevic</a>, <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/mberard/\">Mathieu Berard Smartfire</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/mdrockwell/\">mdrockwell</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/megabyterose/\">Megan</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/mehrshaddarzi/\">Mehrshad Darzi</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mendezcode/\">mendezcode</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">mirka</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/daddou/\">Mohamed El Amine DADDOU</a>, <a href=\"https://profiles.wordpress.org/monika/\">Monika</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morenaf/\">morenaf</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mzorz/\">mzorz</a>, <a href=\"https://profiles.wordpress.org/naveen17797/\">Naveen</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/nre/\">nicky</a>, <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a>, <a href=\"https://profiles.wordpress.org/nico_martin/\">Nico Martin</a>, <a href=\"https://profiles.wordpress.org/nicolalaserra/\">Nicola Laserra</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/nwjames/\">nwjames</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patopaiar/\">patopaiar</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pawki07/\">pawki07</a>, <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a>, <a href=\"https://profiles.wordpress.org/gungeekatx/\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pinkalbeladiya/\">Pinkal Devani</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prettyboymp/\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/princeahmed/\">Prince</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafaelgalani/\">Rafael Galani</a>, <a href=\"https://profiles.wordpress.org/rafhun/\">rafhun</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a>, <a href=\"https://profiles.wordpress.org/ratneshk/\">ratneshk</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/reardestani/\">Reza Ardestani</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/roger995/\">roger995</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/romain-d/\">Romain</a>, <a href=\"https://profiles.wordpress.org/burtrw/\">Ronnie Burt</a>, <a href=\"https://profiles.wordpress.org/magicroundabout/\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Sa&#353;a</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/shahinsid07/\">Shahin Sid</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/souri_wpaustria/\">souri_wpaustria</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/quadthemes/\">Sunny</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan</a>, <a href=\"https://profiles.wordpress.org/teamdnk/\">TeamDNK</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/tweetythierry/\">Thierry Muller</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tinodidriksen/\">tinodidriksen</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/tonysandwich/\">tonysandwich</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, <a href=\"https://profiles.wordpress.org/tylertork/\">Tyler Tork</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/umangvaghela123/\">Umang Vaghela</a>, <a href=\"https://profiles.wordpress.org/vandestouwe/\">vandestouwe</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/vipulc2/\">Vipul Chandel</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a>, <a href=\"https://profiles.wordpress.org/wesselvandenberg/\">wesselvandenberg</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wallstead/\">Willis Allstead</a>, <a href=\"https://profiles.wordpress.org/worldedu/\">worldedu</a>, <a href=\"https://profiles.wordpress.org/wponlinesupport/\">WP OnlineSupport</a>, <a href=\"https://profiles.wordpress.org/tikifez/\">Xristopher Anderton</a>, <a href=\"https://profiles.wordpress.org/yannkozon/\">Yann Kozon</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuliyan/\">yuliyan</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, and <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a>.\n\n\n\n<p></p>\n\n\n\n<div class=\"wp-block-group has-background\" style=\"background-color:#0a5b89\"><div class=\"wp-block-group__inner-container\">\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-white-color has-text-color has-large-font-size\"><strong>Code is poetry.</strong></p>\n</div></div>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/03/people-of-wordpress-olga-gleckler/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 08 Mar 2021 22:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9875\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"The latest edition of our People in WordPress series features developer Olga Gleckler, who grew her interest in computers into a career as a tech entrepreneur.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:19992:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<p><strong>From a natural interest in computers and fixing things as a young woman, Olga Gleckler from St Petersburg, Russia, found WordPress took her on a journey to becoming a successful female tech entrepreneur. On International Women’s Day, we share her story.&nbsp;&nbsp;</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=580%2C768&#038;ssl=1\" alt=\"Olga with a WordCamp Vienna t-shirt\" class=\"wp-image-9878\" width=\"580\" height=\"768\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=773%2C1024&amp;ssl=1 773w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=226%2C300&amp;ssl=1 226w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=768%2C1018&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=1159%2C1536&amp;ssl=1 1159w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=1546%2C2048&amp;ssl=1 1546w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?w=1932&amp;ssl=1 1932w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 580px) 100vw, 580px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>Finding your path can take longer than you expect</strong></h2>\n\n\n\n<p>From the age of 15, Olga found herself under pressure to find a free place for her professional studies. She said: “I didn’t know how high or low my chances were even if I had very good marks. I could have been just the biggest fish in a small pond. But anyway, I made up my mind to go to technical school.”</p>\n\n\n\n<p>On leaving school in St Petersburg with her certificate, Olga felt her knowledge of opportunities was very narrow. She had pictured being an ecologist or guide translator based on the subjects she had been taught at school. There was also an advertising boom in Russia and she began to explore this as a career avenue. She had developed her computer skills and found opportunities to practise by helping her teachers with administrative work.</p>\n\n\n\n<p>Though she did not have access to any formal career advice, her journey led her into programming. She said: “The range of technical schools was not wide. I spent four years studying transistor markings, soldering and drawing PCB layouts. Programming courses using Pascal didn&#8217;t do anything useful with it.”</p>\n\n\n\n<p>A lack of suitable access to English-language courses made things harder for Olga. She was determined that she would master the language later in her life. In the meantime, she left technical school with an honors degree and improved typing skills.</p>\n\n\n\n<p>“I faced it was a wild, unfriendly market. I didn’t know how to recognize a genuine job offer or how to avoid the bad ones. It was difficult and I don’t know how long I would’ve looked for work without help.”</p>\n\n\n\n<h2><strong>Think differently to find where you belong</strong></h2>\n\n\n\n<p>Olga&#8217;s father worked in an IT company and was able to give her some advice and help with potential introductions. When she was still studying, he suggested her strong technical skills might be useful as a substitute typist. When she finished her studies, he helped her apply for a job updating a legal system on clients’ computers.<br><br>Six months later, she got a full-time job in the same service department. She liked her position and her clients. However, she was given friendly advice that without a university degree she would not be able to have any further promotions.</p>\n\n\n\n<p>At this time, Olga was trying to study PHP from a book. She found it very exciting at first, but a lot of their functions did not give her explanations on how to build something useful. She found when she tried to build practical items from book reading, it did not always make sense and the solutions would often fail.&nbsp;</p>\n\n\n\n<p>She said: “It was hard to admit a failure even to myself and it was nagging me for a long time. I had to choose something I could handle, that I was interested in and could afford. It turned out to be advertising.”</p>\n\n\n\n<p>She spent most of the family’s holidays on learning sessions during the next six years. Olga recalled: “It was tricky for my husband to make me leave a computer, once I was glued to it, so he bought me my first laptop. English was still hard for me, I got high marks through just memorizing all the words in a textbook and how they should sound.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Doubting your professional skills can happen when you are at home isolated looking after children. Keeping up your interests is important.</strong></p></blockquote>\n\n\n\n<p>Olga’s life took a change after having a new baby and she spent three years doubting her professional skills and her chances of getting a good job. She tried to get back into other interests through studying, baking and drawing, but found ‘the pram was pulling me back’. She found she became very isolated and felt less able to contribute as the family was relying on her husband’s income as she tried to focus on looking forward.</p>\n\n\n\n<p>She said: “I was convinced (and saw) that not too many companies wanted a woman in the office, who with a small baby might need lots of leave.”</p>\n\n\n\n<p>She finished her education when she returned to work after three years caring for her son. She secured a promotion but with changes in the company’s staffing, things were tense. She found the difficulties there had become more heightened and felt that young female colleagues were treated as ‘pieces of furniture’ by one manager. She did not want to stay in this environment and in a few months time decided to leave.</p>\n\n\n\n<h2><strong>Your next chapter may be nearby</strong></h2>\n\n\n\n<p>Determined to not repeat this type of experience, Olga looked at the brighter side. She said: “I wanted to be a marketer. Knowing how tricky it is to sell intangibles, I wanted a solid product to work with.”&nbsp;</p>\n\n\n\n<p>It turned out to be more difficult to find a job outside traditional IT as a young mother. Some human resource officers advised her to remain within the technology arena.</p>\n\n\n\n<p>Olga remained hopeful and continued to study hard. She had many learning experiences along the way, which she hopes others can learn from too. One was setting a low bar to employers. She said: “Companies I worked in wanted to get all publicity and sales increases achieved through deductions from my salary.” This happened once and the next time she was in this situation she asked specifically about the budget before signing up. &#8220;I was assured this would not be the case, but again I found the budget for publicity came out of my wages. It was a tough period of disappointments. So when I was offered a part-time administrative job with basic sick leave, I took it gladly as a reprieve.”</p>\n\n\n\n<p>The job was far from home and involved a lot of travelling. Olga spent two to three hours a day on buses with Harry Potter audio books for company. “In these traffic jams, I started to feel English at last and loved it. It gave me a freedom no money can buy. Life was getting better.” </p>\n\n\n\n<p>Though the job did not pay highly, it gave her something valuable &#8211; a working website. After her boss and the developer parted company, she was asked to maintain the site. Through some studying and reverse engineering, she discovered how it worked and it gave her an insight into how to write simple websites from scratch.</p>\n\n\n\n<p>Olga’s first encounter with JavaScript wasn’t easy: “My first JavaScript calculator almost made me crazy, but I pursued it.”</p>\n\n\n\n<p>Quickly she started to get small tasks from friends and relatives, usually to solve some urgent problems and started to meet popular content management systems. One of the first she met with was WordPress. There was an issue in a website theme used by a website which had been changed and not maintained. It took a whole weekend to solve, but she was determined to work it out. Back then, WordPress was ‘just a system’. She didn’t know then how much it was to become part of her life.</p>\n\n\n\n<p>Olga spent the next two years in this role. As time went on, she started to feel worried and less satisfied with the work. The last straw for her was a negative statement from her boss, who was not a programmer and who hadn’t seen any of the work done on the website. She felt the approach was unfair as she had done extensive work on the site. She recalls: “I became angry, but it was exactly what I needed to move jobs.”</p>\n\n\n\n<p>When Olga was job hunting, she didn&#8217;t feel she had the courage to apply for a developer’s role, despite the learning and work she had already done. So instead she started working on projects where she felt she was more like a ‘seller of box-ready websites’. It was another tough half a year for her with a lot of work, low payment and plans not turning out as she had hoped. On top of long hours, she ended up with pneumonia. She said: “I see now that I was doing a disservice to customers, websites are not a microwave meal &#8211; quick, cheap and dummy. There was no life in the sites without a lot of work which no one was willing to buy. Most of the sites I sold back then died after the first year and they never were truly alive and useful.”</p>\n\n\n\n<h2><strong>You need to be brave and have courage</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=632%2C422&#038;ssl=1\" alt=\"Olga in Berlin wearing the WordPress Code is Poetry lanyard and a WordCamp t-shirt\" class=\"wp-image-9879\" width=\"632\" height=\"422\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=768%2C513&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?w=2048&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Olga really wanted a developer job but seeking jobs of this type was very frustrating. From the job adverts she found, it felt like most IT companies were asking for geniuses who already knew a lot of technologies and frameworks. She found this very demotivating.</p>\n\n\n\n<p>She then found a job offer on a website outside the most popular job portals  and it seemed like a perfect fit. They wanted someone with experience to write from scratch, understand someone else’s code and maintain it, with an ability to translate technical documentation and articles, and make simple designs for printing products. After completing a trial task, she was taken on, and enjoyed a better salary, in a calm environment with good colleagues and without the requirement for a lot of extra hours.&nbsp;</p>\n\n\n\n<p>The advert turned out to be a direct ad from one of the sales departments in a technology company. By succeeding in the  task set, Olga had bypassed the Human Resources team which she felt&nbsp;would not normally have considered her.&nbsp;</p>\n\n\n\n<p>Her boss agreed to her working remotely most of the time. It solved any potential leave problems which Olga had thought may be an obstacle.&nbsp;</p>\n\n\n\n<p>For Olga it had been 14 years since the original decision to become a programmer and it was only the beginning.&nbsp;</p>\n\n\n\n<p>After a few years at what she describes as an ‘amazing experience’ in this workplace, Olga felt able to move on to her next challenge as a developer.</p>\n\n\n\n<h2><strong>Decision-making can benefit from wider knowledge</strong></h2>\n\n\n\n<p>After working with different systems Olga became sure that WordPress is the best CMS for developers and clients. But she was disappointed to find that the ease of use meant that good code was not always a priority for some of the sites she looked at.&nbsp;</p>\n\n\n\n<p>“The biggest flaw of WordPress &#8211; it’s so easy to make things work that some may feel they don’t need to bother to do things right, but this becomes a problem later.”</p>\n\n\n\n<p>In custom themes for a site, she also saw sites being made and clients left without any further support, or items hard coded when clients actually needed more control to change regularly.</p>\n\n\n\n<p>Olga used to rely on examples she could easily find, documentation and search engines to improve her understanding in using WordPress. She discovered that just by searching for a specific feature or a solution, you can miss the whole picture.&nbsp;</p>\n\n\n\n<p>She turned to online courses to get more comprehensive knowledge and then started to attend WordPress events, firstly online and then by foot, trains and planes! She discovered a worldwide community that was very much alive. She didn’t know when she started studying online materials and attending discussions that she would end up contributing herself to the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform a few years later.</p>\n\n\n\n<p>WordCamps and contributor days became a big part of her life. From her early days attending events and starting out contributing to WordPress, she is an active member of the WordPress.org Global Marketing and Polyglots Teams, and supported the recent WordPress release. She is just beginning her first WordCamp organiser experience, joining WordCamp Europe 2021 on the Contribute Team. </p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=632%2C602&#038;ssl=1\" alt=\"Olga next to a banner of WordCamp St Petersburg 2018\" class=\"wp-image-9883\" width=\"632\" height=\"602\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=1024%2C976&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=300%2C286&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=768%2C732&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=1536%2C1464&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=2048%2C1951&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Olga said: “Through the wider WordPress community, I knew not only where to look but also whom to ask. Most importantly, I found allies who don’t think I’m going crazy by speaking with delight about work, and with whom I share a passion and fondness for WordPress. This is what matters.</p>\n\n\n\n<p>“Now, after more than seven years of full time development, I am still enjoying endless learning, frequent discoveries, mistakes and an impassioned wish to do better.”</p>\n\n\n\n<p>This and a desire to help others use WordPress.org is part of Olga’s continued contribution to its Support and Marketing Teams, and led her to be involved in the Release Marketing questions and answers in 2020.</p>\n\n\n\n<h2><strong>There is no chequered flag on the way</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"946\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=632%2C946&#038;ssl=1\" alt=\"Olga at WordCamp Europe in Berlin in 2019\" class=\"wp-image-9881\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=684%2C1024&amp;ssl=1 684w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=200%2C300&amp;ssl=1 200w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=768%2C1151&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=1025%2C1536&amp;ssl=1 1025w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?w=1367&amp;ssl=1 1367w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The road to freedom and becoming her own boss has not been easy for Olga. It is the path that got her where she is today, and she continues to find joy in it. She retains the lessons she’s learned and is always hungry to learn more.</p>\n\n\n\n<p>&nbsp;“I travelled through a very uneven path, with a lot of obstacles and noise, but for me it’s like a kaleidoscope where a little turn presents a new picture, a new “ah-ha” moment, new excitement after seemingly pointless efforts.”&nbsp;</p>\n\n\n\n<p>She added: “When in doubt I remind myself about David Ogilvy (generally considered the Founding Father of the modern advertising industry) who tried a lot of things before he struck gold with advertising, and maybe that’s why he did.”</p>\n\n\n\n<p>Finally, she learned not only to keep a good spirit and try different things, but also to dare as you move forward.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>). Thank you to Olga Gleckler (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>) for sharing her #ContributorStory.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh3.googleusercontent.com/Y3odYTyvSfJbVxUxUWEgKxOprox2zxVwhk7_vdW-AIs4IlE-jK0Zt1itCj867x0dIAbIiK-VeuTLMZr6BjNEY0fkTf--4dT1hkLbnGtsPFNfyrVBYIN59IirTkNnqiQgqxk6E1MI\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> series.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\n\n\n\n<p></p>\n\n\n\n<p><em>Photo credits: 2nd and 4th Pablo Gigena, Berlin, 2019</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9875\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 23 Apr 2021 19:54:50 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 21 Apr 2021 21:03:47 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}}s:5:\"build\";s:14:\"20210417071751\";}','no'),(1491,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1619251369','no'),(1492,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1619208169','no'),(1493,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1619251380','no'),(1494,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Plausible Analytics Adds Statistics Dashboard to the WordPress Admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115526\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/plausible-analytics-adds-statistics-dashboard-to-the-wordpress-admin?utm_source=rss&utm_medium=rss&utm_campaign=plausible-analytics-adds-statistics-dashboard-to-the-wordpress-admin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5460:\"<p class=\"has-drop-cap\">Earlier this week, <a href=\"https://plausible.io/\">Plausible Analytics</a> released version 1.2 of its <a href=\"https://wordpress.org/plugins/plausible-analytics/\">WordPress plugin</a>. The update includes a missing feature that should make it more appealing to end-users. The plugin now supports an &ldquo;embedded mode&rdquo; that displays a site&rsquo;s stats directly in the WordPress admin interface.</p>\n\n\n\n<p>Without counting the self-hosted users of its open-source project, Plausible Analytics recently surpassed 14,000 users on its hosted service. That is a step forward in its two-year path toward making a dent in the analytics market.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve taken 1.4 billion pageviews directly from Google Analytics to date,&rdquo; said Plausible&rsquo;s co-founder Marko Saric&rdquo;. We&rsquo;re about to reach 3,000 paying subscribers by the end of the week.&rdquo;</p>\n\n\n\n<p>It is an exciting moment for the small, EU-based team. However, the work does not stop there. The plugin has gained 500 active installs after its recent launch. It is a small number, but Saric seems happy that the plugin is simply showing up in the directory when people search for &ldquo;web analytics&rdquo; at this point, hoping that it will bring more WordPress users around to a privacy-first solution.</p>\n\n\n\n<p>It is a slow burn and organic growth. However, WordPress users are stepping up and filing tickets through the plugin&rsquo;s <a href=\"https://github.com/plausible/wordpress/issues\">GitHub repository</a> now. Activity and feedback are the lifeblood of young products, giving developers goals to reach toward.</p>\n\n\n\n<p>The latest version of the Plausible Analytics plugin gives users access to their stats dashboard from the WordPress admin. Hooking it up is as simple as generating a shared link via the service&rsquo;s website.</p>\n\n\n\n<img />Generating a shared link from the Plausible Analytics site.\n\n\n\n<p>Earlier versions of the plugin did not include this functionality because the team was still building their public API, a necessary feature for sharing the data outside of their system.</p>\n\n\n\n<p>The new stats API is not just for the plugin. Developers can build on top of the system, retrieve stats, and present them however they want. <a href=\"https://dailytics.com/\">Dailytics</a>, a third-party service, already integrates with it and sends out daily analytics emails.  The team has <a href=\"https://plausible.io/docs/stats-api\">detailed documentation</a> on using it.</p>\n\n\n\n<img />Realtime stats embedded into the WordPress admin.\n\n\n\n<p>The latest version of the self-hosted Plausible script is available too. It features all of the same capabilities. However, the WordPress plugin does not yet support embedded mode for analytics just yet.</p>\n\n\n\n<p>&ldquo;The development of the WordPress plugin started before this self-hosted release was completed, so WP dashboard for self-hosters is not part of the 1.2 plugin release, unfortunately,&rdquo; said Saric. &ldquo;I&rsquo;ve now spoken with Mehul Gohil, who is the WordPress developer that has helped us with the plugin, and we will try to do a mini-release of the plugin in the upcoming days to allow the self-hosters to get their stats within the WordPress interface too.&rdquo;</p>\n\n\n\n<h2>Version 1.3 and Beyond</h2>\n\n\n\n<p class=\"has-drop-cap\">Saric said his team already has a roadmap for the next version of the plugin. Several new features should land in version 1.3, such as excluding authors and editors being counted in the stats. This option exists for administrators at the moment.</p>\n\n\n\n<p>&ldquo;The second one is a widget that gives a quick overview of the most import metrics such as unique visitors and pageviews, so you don&rsquo;t need to go into the analytics section if you don&rsquo;t want to,&rdquo; he said.</p>\n\n\n\n<p>The team is also looking at out-of-the-box integration with some popular third-party plugins to support event tracking. At the moment, this is primarily a developer-friendly feature because it requires a bit of JavaScript to track signups and conversions. Making it work by default is the goal.</p>\n\n\n\n<p>&ldquo;We&rsquo;ve already done some work to make it easier, such as the recent introduction of the ability to group pages,&rdquo; said Saric. &ldquo;For instance, you can now group WooCommerce checkout pages for your eCommerce, so now we just need to enable that out of the box in the plugin.&rdquo;</p>\n\n\n\n<p>They are shooting for a self-hosted or proxied version of their script from the plugin in the long term. This would allow users to run the script from their domain directly as a first-party connection, providing more accurate data. This is a manual process right now, but the team wants the process to be easy for those users going down the self-hosted path.</p>\n\n\n\n<p>&ldquo;Obviously, in addition to the WordPress-specific improvements, we&rsquo;re constantly working on improving Plausible Analytics itself,&rdquo; said Saric. &ldquo;WordPress users automatically get all of those into their dashboard as we improve and update the main site. No need to wait for WordPress plugin updates for those to make it into the WordPress dashboard. One metric we&rsquo;re hoping to release over the upcoming weeks is the inclusion of states and city data in addition to the countries that we have now. Many of our users have asked for this, so we&rsquo;re prioritizing it in our development.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Apr 2021 15:49:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: With Some Hits and Misses, the Guten Blog WordPress Theme Has Potential\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115543\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/with-some-hits-and-misses-the-guten-blog-wordpress-theme-has-potential?utm_source=rss&utm_medium=rss&utm_campaign=with-some-hits-and-misses-the-guten-blog-wordpress-theme-has-potential\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5431:\"<p class=\"has-drop-cap\">Any time I see a new block-ready WordPress theme, I am like a toddler in a toyshop. I cannot wait to bring it home, rip off the packaging, and play with it. Sometimes it is the type of fun that will create lasting, years-long memories. Other times, the toy is not all it is cracked up to be. It does not deliver on the promises on its packaging. It is too hard to play with or just not what you expected. You discard it and move on to one of your other trusted toys, ones with guaranteed fun built-in.</p>\n\n\n\n<p>The latter feeling is where I am at with <a href=\"https://wordpress.org/themes/guten-blog/\">Guten Blog</a> by Avid Themes. I want to love it. It has many elements that could make for a great theme. At first glance, I even believed it could be one of only a handful of quality, block-supported themes in the directory.</p>\n\n\n\n<img />Guten Blog default demo homepage.\n\n\n\n<p>However, I was that kid all over again, let down by the shiny veneer of colorful packaging. The upside is that there is potential. It has all the elements needed to be among the great blogging themes. With more work, it could go from mediocre to top-10 material.</p>\n\n\n\n<p>The most disappointing thing about the theme is the following homepage section:</p>\n\n\n\n<img />Common three-box design pattern.\n\n\n\n<p>It is a typical design on the web today &mdash; a section containing some intro text with three boxes. I do not dislike the design. The problem is how it is handled by the theme. It relies exclusively on the <a href=\"https://wordpress.org/plugins/gutentor/\">Gutentor plugin</a> to build this, and there are zero reasons to do so. The block editor is capable of handling this on its own.</p>\n\n\n\n<p>This would have been an easy win for the theme to package this section design as a custom block pattern.</p>\n\n\n\n<p>For some blocks, I get it; WordPress&rsquo;s built-in blocks do not cut it yet. For example, the various post-related blocks do not exist yet. Of course, the Query block is slated to land in WordPress 5.8. That would be an opportune moment to make the switch.</p>\n\n\n\n<p>However, the above section is representative of all the imported demo content. Everything from columns to quotes to paragraphs &mdash; yes, paragraphs &mdash; is built with Gutentor&rsquo;s blocks.</p>\n\n\n\n<p>One of my primary fears with theme developers is that they will continue to over-rely on plugins for basic features that exist in WordPress. This teaches end-users to also rely on these plugins, and it is a shame. This creates less flexibility for users, tying basic content to a third-party tool.</p>\n\n\n\n<p>There are some stunning <a href=\"https://avidthemes.com/preview/?product_id=gutenblog-free-1\">pre-made demos</a> that users can import. In total, the theme offers 18 options. Seven of those are available for free. The other demos are part of the <a href=\"https://avidthemes.com/guten-blog-pro/\">&ldquo;pro&rdquo; package</a>, ranging from $49.99 to $79.99 depending on the number of sites the customer wants support and updates.</p>\n\n\n\n<img />Pre-made, importable demos.\n\n\n\n<p>In particular, I am a fan of its third free option for lifestyle-type blogs:</p>\n\n\n\n<img />Lifestyle-type free, importable demo.\n\n\n\n<p>The importable demos are the bright spot of the theme, most of which showcase various homepage options. The development team simply bypassed the tools available in core WordPress. There are no block styles or patterns, and the demos offer a plethora of opportunities to flesh out custom designs for users to insert with one click.</p>\n\n\n\n<p>The theme technically works without extra plugins. It is billed as a blogging theme, so the hope is that it holds up in that regard. With a content size between 730 &ndash; 800 pixels and text of 16 pixels, it does not. The text is practically unreadable when it comes to long-form content. It may as well be a jumbled mass of words where you continually lose your place from line to line.</p>\n\n\n\n<p>This is not <em>Justin-is-having-a-bad-day-so-let&rsquo;s-dump-on-a-theme</em>. I genuinely love the potential Guten Blog has. I want it to be better. The overall design is something I could imagine myself using on various websites I am involved with. Its font choices, minimalist layout, and generous use of whitespace are right up my alley.</p>\n\n\n\n<p>However, it has some issues. For example, it updates a database option for a third-party plugin on every page load (I am not sure how that made it through the review process). It also missed a lot of opportunities to showcase the core block editor.</p>\n\n\n\n<p>Other issues are with the theme&rsquo;s primary admin notice. The small text that reads &ldquo;Clicking on get started will activate Advanced Import&rdquo; felt shady. Literally, the text was intentionally styled with a 10-pixel font size, which was incredibly difficult to read, so tough that I did not catch it until I unwittingly began installing a third-party plugin. It also installed Gutenblog Demo Import and the Gutentor plugin without authorization at that moment.</p>\n\n\n\n<p>These are fixable issues. I hope the theme development team can take my complaints and build something that eventually exceeds my expectations. The potential is there.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong>Disclosure:</strong> This theme makes use of a library I built for breadcrumbs. It is using a version that is at least three years out of date.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Apr 2021 23:12:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: Google Delays Page Experience Ranking Signal Rollout until June 2021, Adds New Report to Search Console\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115367\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:269:\"https://wptavern.com/google-delays-page-experience-ranking-signal-rollout-until-june-2021-adds-new-report-to-search-console?utm_source=rss&utm_medium=rss&utm_campaign=google-delays-page-experience-ranking-signal-rollout-until-june-2021-adds-new-report-to-search-console\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2764:\"<p>Google <a href=\"https://developers.google.com/search/blog/2021/04/more-details-page-experience\">announced</a> this week that it will be delaying the rollout of the new page experience ranking signal to mid-June 2021. Page experience will be included along with existing search signals like&nbsp;mobile-friendliness,&nbsp;safe-browsing,&nbsp;HTTPS-security, and&nbsp;intrusive interstitial guidelines. The rollout, previously planned to begin in May, will be gradual and page experience will not be in full force as a ranking signal until August.</p>\n\n\n\n<p>In the meantime, Google has been elaborating on <a href=\"https://support.google.com/webmasters/answer/10218333\">how page experience is evaluated</a> and has published an <a href=\"https://support.google.com/webmasters/thread/86521401\">FAQ</a> page with common questions they have been answering:</p>\n\n\n\n<ul><li>If I built AMP pages, do they meet the recommended thresholds?</li><li>Can a site meet the recommended thresholds without using AMP?</li><li>Is there a difference between desktop and mobile ranking?</li></ul>\n\n\n\n<p>Google also announced a new&nbsp;<a href=\"https://support.google.com/webmasters/answer/10218333\">Page Experience report</a> in the Search Console that displays the percentage of URLs with good page experience and search impressions over time. Currently, page experience only applies to mobile search. Good URLs refers to the percentage of mobile URLs with both&nbsp;Good&nbsp;status in Core Web Vitals and no mobile usability issues according to the Mobile Usability report.</p>\n\n\n\n<img />\n\n\n\n<p>Google News will also be getting some important AMP-related updates during the rollout, with the removal of the AMP badge icon and the inclusion of non-AMP content in the mobile apps:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>As part of the page experience update, we&rsquo;re expanding the usage of non-AMP content to power the core experience on&nbsp;<a href=\"https://news.google.com/\">news.google.com</a>&nbsp;and in the Google News mobile apps.</p><p>Additionally, we will no longer show the AMP badge icon to indicate AMP content. You can expect this change to come to our products as the page experience update begins to roll out in mid-June.</p></blockquote>\n\n\n\n<p>Non-AMP pages will also be eligible to appear in the Top Stories carousel as another planned part of this update.</p>\n\n\n\n<p>Google Search has been updated to include support for signed exchanges (SXG) on all pages, previously only available on AMP-generated pages. This allows for pre-fetching resources, such as HTML, JavaScript, CSS, images, or font, in order to render pages faster. <a href=\"https://web.dev/signed-exchanges/#tooling\">Web.dev</a> has a guide and tools for monitoring and debugging SXG.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Apr 2021 14:26:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: Themes Set Up for a Paradigm Shift, WordPress 5.8 Will Unleash Tools To Make It Happen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"https://wptavern.com/themes-set-up-for-a-paradigm-shift-wordpress-5-8-will-unleash-tools-to-make-it-happen?utm_source=rss&utm_medium=rss&utm_campaign=themes-set-up-for-a-paradigm-shift-wordpress-5-8-will-unleash-tools-to-make-it-happen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9813:\"<p class=\"has-drop-cap\">For much of WordPress&rsquo;s history, the foundational elements of building a theme have been slow to change. Every so often, developers would get a new feature, such as child themes, featured images, nav menus, and template parts. Each of these was epic in its own way. However, theme authors had ample time to adapt to these single feature introductions.</p>\n\n\n\n<p>When the block editor landed, it did so with a bang. Love it or hate it, it shifted how we think about design for the web. It was not one of those one-off enhancements, regardless of how many times we were told it would &ldquo;just work&rdquo; with any theme. It sometimes does not <em>technically</em> break things. Support and integration are necessary for an ideal user experience, and theme authors have been slow to catch up.</p>\n\n\n\n<p>With WordPress 5.8, theme authors are gearing up for another paradigm-shifting set of changes. Josepha Haden Chomphosy, WordPress Executive Director, announced last week that several Full Site Editing (FSE) sub-components will begin <a href=\"https://wptavern.com/full-site-editing-is-partly-a-go-for-wordpress-5-8\">shipping with the next release</a>.</p>\n\n\n\n<p>In the <a href=\"https://wptavern.com/podcast/2-anne-mccarthy-on-how-full-site-editing-will-impact-wordpress\">latest episode</a> of the WP Tavern Jukebox podcast, Nathan Wrigley hosted guest Anne McCarthy. He asked her to calm people&rsquo;s fears over upcoming changes. &ldquo;So, as an example, let&rsquo;s imagine that we&rsquo;re a theme developer. We may be getting concerned that themes are going to become a thing of the past, that the livelihood that we&rsquo;ve created for ourselves is going to disappear before our eyes.&rdquo;</p>\n\n\n\n<p>It is a common question. Since the inception of Gutenberg, particularly its features that fall under FSE, themers have wondered if there would be a place at the table for them. If WordPress is moving toward a grander page-building experience, where do themes fit in? If users can change the layout or manipulate all of the styles, what is the theme&rsquo;s job?</p>\n\n\n\n<p>These questions are finally getting some answers. We can see the real-world changes introduced in recent months. They paint a much clearer picture, defining the role of themes in WordPress&rsquo;s future.</p>\n\n\n\n<p>&ldquo;And for theme authors, themes are going to be so important in a full site editing world,&rdquo; said McCarthy. &ldquo;And one of the things I am so excited about is that there&rsquo;s going to be a ton of what they&rsquo;re calling&hellip;the idea of these hybrid universal themes that can work with, for example, template editing.&rdquo;</p>\n\n\n\n<p>She is referring to a <a href=\"https://github.com/WordPress/gutenberg/issues/29024\">recent discussion</a> that <a href=\"https://github.com/WordPress/gutenberg/issues/29024#issuecomment-792796711\">makes some distinctions</a> between universal and hybrid themes. Essentially, universal themes would work in both a classic or block editor context, depending on what the user chose. A hybrid might support parts of the block experience but have a path to becoming a universal theme that fully caters to any user down the road.</p>\n\n\n\n<p>While this does not wholly address theme authors&rsquo; concerns, these are the building blocks that Gutenberg contributors are thinking about. First and foremost, they want a solid user experience. However, the discussions show that they also recognize that theme developers need to opt into new things at their own pace, supporting features as they understand them and learn how to implement them. This provides a path forward for traditional themes to transition into the new era and be built from scratch with new tools.</p>\n\n\n\n<p>Themes may well be more vital to WordPress&rsquo;s future than they were in the past.</p>\n\n\n\n<h2>New Tools Coming in WordPress 5.8</h2>\n\n\n\n<img />\n\n\n\n<p class=\"has-drop-cap\">The site editor and global styles features are not planned to ship with WordPress 5.8. However, the upcoming release is set to introduce some powerful tools for theme authors. This will be a pivotal moment for theme development companies that want to make their mark in the space. The right team with a forward-looking mindset stands to disrupt the market and make millions. And, there is room for the authors who just want to build cool stuff.</p>\n\n\n\n<p>It all starts with the new template-related blocks that should be enabled in the next major update. In particular, the Query block provides an alternative to what was formerly only possible via code and carefully constructed theme options. Coupling it with existing features opens us to a world of possibilities.</p>\n\n\n\n<p>For example, I chose a theme from the most popular list on WordPress.org that looked to have one of the most complex query and loop setups of the bunch. The following is the homepage of <a href=\"https://wordpress.org/themes/enternews/\">EnterNews</a>:</p>\n\n\n\n<img />EnterNews WordPress theme homepage.\n\n\n\n<p>Anyone familiar with theme development can tell you that it would take at least eight different queries to create that homepage design without looking at the code. The only way to build that and allow users to customize which posts appear is through a series of theme options (probably category-based dropdown select boxes).</p>\n\n\n\n<p>If the Query block ships with WordPress 5.8 as expected and is also enabled for any theme, this layout is suddenly possible directly from the block editor &mdash; <em>no site editor necessary</em>. Via block patterns, users can insert these &ldquo;sections&rdquo; of different Query blocks in their page and reorder them. However, it requires buy-in from the theme author.</p>\n\n\n\n<p>As I said earlier, theme authors have been slow to adopt block-related features as a whole. Undoubtedly, the system for the EnterNews homepage is already getting the job done. And, if it works for the theme&rsquo;s current user base, there may seem to be little incentive to change.</p>\n\n\n\n<p>However, there are real benefits from a development angle to transitioning to a new system. The most obvious is that it requires little code compared to the PHP needed for building customizer options. Block patterns are little more than HTML with bits and pieces of JSON configuration in the mix. Developers can literally build them from the editor and copy/paste the code part.</p>\n\n\n\n<p>By writing less code, it lowers the potential for security issues and other bugs. Theme authors can also be less rigid in their design, allowing users to move pieces of the layout around.</p>\n\n\n\n<p>The Query block is not the only one slated for inclusion in 5.8 outside of a block-based theme context. The Navigation, Site Title, Site Logo, and more are ready to ship. Most such blocks are vital components for building an entire page. Theme authors could start handing over the tools for building complex landing pages on launch day this July.</p>\n\n\n\n<h2>Stepping Stones</h2>\n\n\n\n<img />\n\n\n\n<p class=\"has-drop-cap\">Not every theme author needs to step up and attempt to revolutionize the theme space &mdash; though I am looking forward to those who do. Others might want to take a more measured approach. FSE is a set of many sub-components, some of which are shipping with WordPress 5.8. Many of these do not require developers to opt into them. They will &ldquo;just work.&rdquo; <em>Sort of. Mostly.</em></p>\n\n\n\n<p>Users will be able to switch to a template-editing mode directly from the block editor. From there, they can create entire page templates of their choosing. Theme authors can either stand in their way by not styling for blocks or make the experience more enjoyable.</p>\n\n\n\n<p>The widgets screen and customizer will allow end-users of traditional themes to insert blocks in any of their sidebars. Some theme authors will need to account for this in their designs. The HTML output might throw off some layouts. For those who are not ready, they should disable block-based widget support.</p>\n\n\n\n<p>The most crucial tool, however, is entirely optional for theme authors. That is the introduction of <code>theme.json</code> support. The <code>theme.json</code> file is the cornerstone of future theme development. It acts as a config file for block settings and styles, allowing theme authors to set up the defaults for anything.</p>\n\n\n\n<p>In a nutshell, theme developers can set up any of the block options from this file, and those options are automatically handled in the editor and on the front end.</p>\n\n\n\n<p>Themes can also define defaults for block options that do not yet exist in the interface. The system will automatically output these as styles, even if users cannot change them in 5.8.</p>\n\n\n\n<p>Again, this means less code work for themers in the long run. While there will likely always be a place for custom CSS, some themes could essentially be built from <code>theme.json</code> configurations. That is not possible today. However, theme authors can start taking advantage of this tool.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p>Themes are not going the way of the dinosaur. All of that overly complex PHP code work necessary in the past might just be. The shift is putting themes back into their proper place: design. Previously available tools such as patterns and styles coupled with the new pieces like <code>theme.json</code> and template-related blocks will be the backbone of the new system. It is all starting to come together.</p>\n\n\n\n<p>The transition will take some time, and each themer will need to decide for him or herself how much they want to take on. But, the time is near. I might even crank up the old code editor and start putting together a project myself. There has never been a better time to be excited about theme development than now.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Apr 2021 23:32:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WordPress.org blog: Become an Early Adopter With the Gutenberg Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10164\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4168:\"<p><strong><em>Copy by Anne McCarthy (<a href=\"https://profiles.wordpress.org/annezazu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>annezazu</a>) and Design by Mel Choyce-Dwan (<a href=\"https://profiles.wordpress.org/melchoyce/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>melchoyce</a>)</em></strong></p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://i2.wp.com/wordpress.org/news/files/2021/04/Frame-1.png?resize=632%2C354&ssl=1\" alt=\"\" class=\"wp-image-10165\" width=\"632\" height=\"354\" /></div>\n\n\n\n<p>In WordPress circles (whether it’s your local meetup, a trusted publication, or your networking group), you may have heard terms like Core Editor, Gutenberg, and the Block Editor used interchangeably over the last four years. And if you’re following contributor work on the project itself, you may also have heard some additional nuances—Gutenberg plugin, Gutenberg, or Block Editor.&nbsp;</p>\n\n\n\n<p>It can get a little confusing, so let’s take a look at four terms that will help you find your way:&nbsp;</p>\n\n\n\n<ul><li>WordPress &#8211; WordPress refers to the open source software but also to the community that surrounds it.&nbsp;</li><li>Gutenberg &#8211; Gutenberg is the code name for a multi-year project to update editing areas for the WordPress software.</li><li>Editor &#8211; The editor refers to a section of the software that allows you to update content on your site’s posts and pages.&nbsp;</li><li>Gutenberg Plugin &#8211; The Gutenberg plugin is where early work to update the editor is shared.</li></ul>\n\n\n\n<h2>The Gutenberg Plugin</h2>\n\n\n\n<p>Now that we’ve cleared up the definitions, let’s talk about the plugin. When might you use it? What would you use it for? You can think of it as an early access program or a “WordPress lab.” The plugin is updated every two weeks, which means that bugs that have been reported are often fixed and that what you see changes rapidly.&nbsp;</p>\n\n\n\n<p>The Gutenberg plugin also contains features that aren’t yet ready for their WordPress debut but are ready for curious users to test and provide feedback. This is a common practice that allows stable features to make it to your site in WordPress releases while allowing experimental features to be tested and refined. To get a sense of whether using the Gutenberg Plugin might be something you want to explore to get access to earlier features, check out the <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">“What’s New” release posts </a>and the <a href=\"https://make.wordpress.org/core/tag/core-editor-improvement/\">Core Editor Improvement post series</a>. </p>\n\n\n\n<h2>Do I Need the Plugin to Use Gutenberg?</h2>\n\n\n\n<p>It depends on your comfort level! Generally speaking, it is not recommended to use the plugin on a site that has launched and is actively in use unless you’re very comfortable with the code side of WordPress. Fortunately, each WordPress release comes ready to go with <a href=\"https://developer.wordpress.org/block-editor/handbook/versions-in-wordpress/\">multiple versions of the Gutenberg plugin</a>.&nbsp;</p>\n\n\n\n<p>But if you are a keen beta tester who loves reporting feedback, or you feel comfortable navigating how to opt-in/out of the experimental aspects of the plugin, here are a few reasons you might want to dig into what the Gutenberg Plugin has to offer:</p>\n\n\n\n<ul><li>Test new features and give helpful feedback. For example, you can use the plugin to <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/how-to-test-fse/\">help test Full Site Editing</a>.&nbsp;</li><li>Get early access to the latest &amp; greatest while navigating when to opt-in or out of experimental features.&nbsp;</li><li>Prepare for the future whether you’re a theme author, plugin developer, agency owner, etc.&nbsp;</li></ul>\n\n\n\n<p><em>Do you use the Gutenberg plugin and </em><a href=\"https://github.com/WordPress/gutenberg/issues\"><em>share feedback on GitHub</em></a><em>? Thank you! This kind of feedback is what helps ensure stability in what’s shipped in WordPress releases.&nbsp;</em></p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Apr 2021 21:03:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: #2 – Anne McCarthy on How Full Site Editing Will Impact WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=115391\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/podcast/2-anne-mccarthy-on-how-full-site-editing-will-impact-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=2-anne-mccarthy-on-how-full-site-editing-will-impact-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68360:\"<h2 class=\"is-style-default\">About this episode.</h2>\n\n\n\n<p>So the podcast today features Anne McCarthy. Anne is Developer Relations Wrangler for Automattic. Her work is focussed on the WordPress.org space, and she is leading the Full Site Editing Outreach Program.</p>\n\n\n\n<p>Full Site Editing is an endeavour to make it easier to manage how your WordPress website works. It&rsquo;s hoped that tasks which once required a fairly technical understanding of the WordPress code, will become available to all. Creating headers and footers, deciding what information to pull from the database and where it should be displayed. These will become part of the Block Editor interface. Complexity replaced by simplicity; or at least that&rsquo;s the goal.</p>\n\n\n\n<p>This, as you might imagine, is not an easy task. Now that WordPress is pushing beyond 40% of the web, there&rsquo;s a lot to consider, and that&rsquo;s what Anne is doing. She&rsquo;s part of the team trying to work out how this might look, how it should work and when it will be ready.</p>\n\n\n\n<p>We start off with an introduction from Anne and how she became involved with WordPress and the Full Site Editing initiative in particular.</p>\n\n\n\n<p>Then the discussion moves to an explanation of what Full Site Editing hopes to achieve. Which areas of a website are intended to be made available with Full Site Editing?</p>\n\n\n\n<p>We then get into the specific details of what constraints the project faces; and there are many points to consider. Backwards compatibility, accessibility and how commercial and free plugins feed into the project roadmap.</p>\n\n\n\n<p>Towards the end of the podcast we get into the process of how Full Site Editing is moving forwards, who is making the decisions and how the WordPress community can get involved in shaping WordPress&rsquo; future through endeavours like Anne&rsquo;s Outreach Program.</p>\n\n\n\n<p>It&rsquo;s a very timely episode. Many of the areas discussed will be landing in WordPress soon.</p>\n\n\n\n<p>If any of the points raised here resonate with you, be sure to leave a comment below.</p>\n\n\n\n<h2 class=\"is-style-default\">Useful links.</h2>\n\n\n\n<p>Full Site Editing is moving fast. Since the recording of this episode, there&rsquo;s been some movement. To get the latest information and learn more, see the following links:</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\" target=\"_blank\">Full Site Editing Outreach Program</a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=aPPzATDkHzg\" target=\"_blank\" rel=\"noreferrer noopener\">Full Site Editing for WordPress Overview</a></p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\" target=\"_blank\">Full Site Editing Go/No Go | April 14, 2021</a></p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2021/04/20/full-site-editing-go-no-go-next-steps/\" target=\"_blank\">Full Site Editing Go/No Go: Next steps</a></p>\n\n\nTranscript<div><div class=\"chat-transcript\"><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:00:00]</div> <div class=\"chat-text\"><p>Welcome to the second edition of the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Our aim here is to create a podcast and transcript for people who are interested in WordPress and the WordPress community. We&rsquo;re going to create one episode each month, for the time being, but that might change in the future.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We&rsquo;d love to hear your feedback about the podcast. Perhaps there&rsquo;s a subject that you&rsquo;d like us to feature, a person who you think would make a great guest or anything else that comes to mind. We&rsquo;re very open to suggestions so long as it&rsquo;s to do with WordPress and the wider WordPress community. You can do that by going to WP Tavern dot com forward slash contact forward slash jukebox. And there you&rsquo;ll find a contact form for you to complete. Once again, WP Tavern dot com forward slash contact forward slash jukebox, and thanks in advance if you reach out.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay, so the podcast today features Anne McCarthy. Anne is a developer relations wrangler for Automattic. She focuses on the wordpress.org space and is leading the full site editing outreach program. Full site editing is an endeavor to make it easier to manage how your WordPress website works. It&rsquo;s hoped that tasks, which once required a fairly technical understanding of the WordPress code will become available to all. Creating headers and footers, deciding what information to pull from the database and where it should be displayed.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>These will become part of the block editor interface. Complexity replaced by simplicity, or at least that&rsquo;s the goal. This, as you might imagine, is not an easy task. Now that WordPress is pushing beyond 40% of the web, there&rsquo;s a lot to consider, and that&rsquo;s what Anne is doing. She&rsquo;s part of the team, trying to work out how this might look, how it should work and when it will be ready.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We start off with an introduction from Anne and how she became involved with WordPress and the full site editing initiative in particular. Then the discussion moves to an explanation of what full site editing hopes to achieve, which areas of a website are intended to be made available with full site editing.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>We then get into the specific details of what constraints the project faces, and there are many points to consider. Backwards compatibility, accessibility, and how commercial and free plugins feed into the project roadmap. Towards the end of the podcast, we get into the process of how full site editing is moving forwards, who is making the decisions and how the WordPress community can get involved in shaping WordPress&rsquo;s future through endeavors like Anne&rsquo;s outreach program.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>It&rsquo;s a very timely episode. Many of the areas discussed will be landing in WordPress soon. If any of the points raised here resonate with you, be sure to head over and find the post at wptavern dot com forward slash podcast, and leave a comment there. And so without further delay, I bring you Anne McCarthy.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>I am here with Anne McCarthy, Anne welcome to the podcast.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:03:55]</div> <div class=\"chat-text\"><p>Thank you so much for having me.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:03:57]</div> <div class=\"chat-text\"><p>You&rsquo;re very, very welcome. Now it&rsquo;s a regular question, I often ask them at the beginning of such podcasts, but I think it&rsquo;s important that we lay the foundations of who you are and how you&rsquo;ve come to be on the podcast.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Would you mind giving us a little bit of backstory about how it is that you came to be on this podcast today? What&rsquo;s your relationship with WordPress and perhaps tell us what the role is that you have currently?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:04:20]</div> <div class=\"chat-text\"><p>Great question. It&rsquo;s hard to succinctly sum up who I am, but I&rsquo;ll give it a try. I first got started with WordPress in 2011 as a freshmen in college, and I was using blogger for many years before that to get out all my feelings on the internet as a millennial does.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And eventually, it turned into three years working at the university and their ITS department, which led me eventually to finding out about Automattic. In 2014, I joined them as a happiness engineer and very recently, almost exactly a year ago, switched into a developer relations wrangler role focused on the wordpress dot org community. And currently part of why I&rsquo;m here today is cause I&rsquo;m spearheading the full site outreach program. So I&rsquo;m here to talk about that and talk about full site editing and all the fun stuff that&rsquo;s happening. Cause I know it&rsquo;s a lot to keep up with.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:05:08]</div> <div class=\"chat-text\"><p>Yeah, there is a lot to keep up with, but it is a really interesting episode.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>There&rsquo;s an awful lot to say when we&rsquo;re recording this, in the month of April 2021, this episode will probably air shortly after we record it, and there&rsquo;s an awful lot that has been going on, but there&rsquo;s an awful lot to happen during the course of the rest of this year. And we know that there&rsquo;s a lot of change coming.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>First of all, just rewinding the clock. Would you just like to try and sum up what the ultimate ambition of the full site editing project is? I know that there may be things about that roadmap which change things you wish had been included that probably won&rsquo;t get included, but just sum it up. What is the full intention of the project?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:05:48]</div> <div class=\"chat-text\"><p>That&rsquo;s a great question. I would simply say it&rsquo;s to empower users more and bring WordPress to the future. There&rsquo;s a reason these projects are taking so long. It really is about planting seeds for decades to come. And it&rsquo;s something that Matt, the co-founder I really admire in him as he thinks about those decades.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And so this is a part of that push into using blocks as a paradigm into empowering users, more and bringing WordPress to the future.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:06:10]</div> <div class=\"chat-text\"><p>Okay. So it&rsquo;s all about creating websites with blocks. What kind of areas is it getting into? What is it going to empower us to do? What things in the future will we be able to do inside the block editor?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:06:24]</div> <div class=\"chat-text\"><p>Yeah, so everything you can edit any part of a global style on your site. So if you want to have every font color, be one thing, you can quickly change it. Even by block, you&rsquo;ll be able to change things by block, which is really exciting to have a global point of view of your site, and to be able to actually customize it to your liking unlocks things.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>There was recently a test that we did around, the 404 page. Normally that&rsquo;s something that a theme author decides. And you&rsquo;re locked into it, and if you want to change it, you have to go digging through the code. With full site editing, you can actually go straight ahead and customize it to your liking, make it real fun, make it really clever and make it really serious.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Like you can do whatever you want with that. So a lot of template editing that normally you wouldn&rsquo;t have access to. So even editing, like if you land on your blog page, you can actually adjust how that looks, what shows up, what doesn&rsquo;t, in a really powerful way. I try and talk about the tangible aspects of it, but there&rsquo;s also a lot underneath the hood.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So there&rsquo;s a lot of design tools for theme authors as well. That there&rsquo;ll be able to hook into that ideally will make it much easier to create themes and to focus more on the aesthetics and the experience rather than on coding up the basics. So there&rsquo;s a lot that I think across the board, whether you&rsquo;re a user or a theme developer or a plugin author, there&rsquo;s a lot to be excited about in the future.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:07:34]</div> <div class=\"chat-text\"><p>One of the things that keeps coming on my radar is the comparison between what we&rsquo;ll call page builders, these plugins, or perhaps it&rsquo;s a theme we&rsquo;ve seen lots of commercial and free products available in the WordPress community, which enables you to achieve many of the goals that the full site editing hopes to achieve. So templates for this templates for that. Headers, footers, you can have global color palettes and all of the things, and it can be done within their interface. I guess the thing about those products is they are created by a team of developers and they are released presumably when they&rsquo;re mature and they&rsquo;re ready to go and the company believe that it&rsquo;s now suitable and people will purchase it or use it and deploy it. Now you&rsquo;ve got a very different set of constraints that you have to work within. And I think highlighting what those constraints are, would be really useful to give people some context as to why it isn&rsquo;t where some of these other solutions might be, because you&rsquo;ve got many, many things to be thinking about in the background. So if we just get into that, maybe one thing at a time, do you want to just rattle off a list of things that you&rsquo;ve got to be concerned about that perhaps we didn&rsquo;t know you needed to be concerned about.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:08:48]</div> <div class=\"chat-text\"><p>Yeah. I&rsquo;ll start with the most obvious ones, which is we&rsquo;re building things so that other people can build upon it, including page builders. So I think that&rsquo;s something that often gets overlooked. Like some of our audience members are these page builders. So it&rsquo;s an interesting dynamic there because it really is about that foundational level. Anyway, 40%, the internet, just the diversity of ways that people use WordPress, whether it&rsquo;s multi-site or what have you, there&rsquo;s a lot to consider.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Then you add in internationalization, which is part of like future phase four. Accessibility is a huge issue. Something that really needs to be thought about including backwards compatibility, and that&rsquo;s another. A lot of page builders could easily say, hey, update to this version after this, x Y and Z will no longer be supported. Doing that with 40% of the internet is huge.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Just recently actually, I did some outreach because in 5.2, which is many releases ago, some smaller APIs were deprecated. We&rsquo;re finally removing them from the Gutenberg plugin. And there were still three plugin authors who were using these APIs, and I reached out to them, let them know and made sure they were aware that this was coming, but that&rsquo;s something that a page builder is not building the same APIs that are going to be used across the internet in the same way.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So there&rsquo;s a lot of just scale that I think has to be thought of, which is partly why things get pulled from releases until they&rsquo;re ready. But it&rsquo;s also why sometimes we have to include things in releases in order to get feedback in order to, hear from people what needs to be improved and what we haven&rsquo;t thought of, because inherently you can&rsquo;t talk to 40% of the internet at once.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>You just can&rsquo;t. So part of that is that dance of, hey, this is coming up, hey, this is what&rsquo;s new. And seeing how 40% response. What did we miss and how can we do better next time? And the way I think of it as it&rsquo;s this nice chance with every single release of thanks for making me better. Thanks for making the web better.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And when the feedback comes in, that&rsquo;s what it is. Whereas I think page builders and site builders have a unique position where they might have a very large user base, but it&rsquo;s not going to be 40% of the internet. You know, there&rsquo;s just a huge difference there.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:10:42]</div> <div class=\"chat-text\"><p>So some of the constraints that you mentioned there were the audience size, 40% of the internet, you&rsquo;ve got to be mindful of the fact that they are going to expect things to break as little as possible.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>You&rsquo;ve got accessibility and so on. And there were probably two or three other things that you mentioned there as well. In real terms, how does this constrain the development? How do these factors slow you down? Do they have a material impact in the amount of time it takes you to do things because you have to ask for more consultation or you have to receive feedback from various people before you can get the green light to push that and move onto the next thing.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:11:18]</div> <div class=\"chat-text\"><p>What you described is very, very accurate. I&rsquo;ll give a specific example. So the widgets editor, which is bringing blocks to the widgets editor. Originally, it was slated for 5.5. I&rsquo;m pretty sure. And it&rsquo;s gotten pulled from 5.5 from 5.6. Wasn&rsquo;t even considered for 5.7 and is now hopefully going to be slated for 5.8.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And a big part of this was originally, it was just going to be a separate editor, separate from the customizer and with feedback, it became very clear, customizer is a key interaction that we need to prioritize. How do we bring blocks to the customizer, which is a whole unique experience to think about.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And this is where the 40% of the internet comes into play, right? Because we understand that you&rsquo;re releasing new things, that&rsquo;ll cascade to new people. But what about the person who&rsquo;s had a site for five years? What benefits can we bring to them? Not just brand new users who are going to be using WordPress for the first time, because the majority of the users are people who have been using WordPress and who have trusted the community and the people building WordPress, with their site, with their, who knows what is their story, their business.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So there&rsquo;s a level of thought that has to go into play with that, and I think part of it is why Gutenberg, the plugin does bi-weekly releases. And I think there&rsquo;s about 300,000 active installs, which is a much smaller compared to the 40% of the internet. And it allows us to test things out, have experiments, go do outreach, like the outreach program I&rsquo;m running, get the feedback that we need, reach out to specific plugin authors. And in the case of the widgets editor, it became clear with each release, it just wasn&rsquo;t ready. It wasn&rsquo;t in the place that it needed to be. It wasn&rsquo;t as stable as it needed to be. It wasn&rsquo;t refined, it wasn&rsquo;t intuitive enough.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And in many ways, one of the things that slowed us down was wanting to have it in the customizer, which I think is a huge win. It&rsquo;s a main interaction that people are used to. It&rsquo;s something that people trust. So how can we go where people trust and extend that and provide an experience that they can also in the future trust and have actually unlock more things because when you&rsquo;re able to use blocks in the customizer, you&rsquo;re now able to add way more stuff than you would be able to and do way more things than you&rsquo;d be able to when it was just the customizer, which is pretty exciting. So it&rsquo;s both like trying to get user trust, but then also providing value at the same time and going to areas that people feel familiar with and slowly incrementally having stepping stones towards this eventual idea of full site editing, where everything is through a block paradigm, and you&rsquo;re able to extend your site, however you want.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:13:35]</div> <div class=\"chat-text\"><p>Do you ever get feedback from people who use these tools? That sort of question I&rsquo;m trying to frame is something along the lines of. How do you cope with people who wish that it were already something that their current tool can do? Take the example of a commercial page builder. There&rsquo;s several, you could pick the names of, and they&rsquo;ve got this tool and they&rsquo;re quite happy with it. And it does all of the things that they would wish to achieve. And then they come over and they look at the project that you&rsquo;re involved with, the full site editing, and they see a real difference. They see that this tool over here, which I&rsquo;m familiar with that works. I&rsquo;m very happy with it and it works and it does all these things that you are, you&rsquo;re still trying to put together. How do you bridge the gap between what their expectations are and what you&rsquo;re trying to build? Do you have conversations with people? In fact, you even download some of these commercial products and check them out and see what it is that people get excited about, about them.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:14:33]</div> <div class=\"chat-text\"><p>I definitely check them out. I actually love, love, love hearing about new plugins because I do, I actually test full siting every single day. I have been, it&rsquo;s been a challenge of mine like last couple of weeks, but I do also love when people flag things and say, hey, this new page builder or this new plugin provides a really interesting experience.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>One of the recent ones, I actually went back and checked out was the Iceberg plugin that simplifies the Gutenberg editor. And I recently checked that out again cause I was actually talking to someone in a completely different, it was a developer relations, a Slack community, and I have an alert word set up, anytime someone says, WordPress, I love doing that&rsquo;s my favorite little hack, life hack for everyone just joined a bunch of communities and then set up alert words. Yeah. He was just like, oh, man, this editor sucks. I don&rsquo;t know what to do with it. I immediately reached out to him and said, hey, no pressure. If you&rsquo;re game to talk about this, I&rsquo;d love to hear your concerns are what features are missing or what has you blocked? And I ended up sharing the Iceberg plugin with him and then went back through and tried it out again. And I bring this up because I think something to be said is that, the hope is that WordPress can provide common tools so that people, for example, aren&rsquo;t locked into one single page builder.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Like you can move around, and I get the rush to say man, I want to use the core system, but right now I&rsquo;m relying on this page builder, and we&rsquo;re frustrated with that too. There is a sense of urgency and Matias and Josepha touched on that in a WP Briefing podcast very recently that there&rsquo;s this urgency of getting features out to people now, because we know that it will benefit them.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And I think that as a really exciting position to be in. I know where we&rsquo;re coming&hellip; It&rsquo;s going to come, I promise, hang in in there. Which I think is a neat space rather than this impatience or hesitancy, which I also think happens, but I do seek out feedback like that, and I do enjoy talking to people whenever they explicitly have a bad experience. And one of the best questions that I ask is, what features about this page builder do you really like, what would you want to see in the core experience. And then from there, I can be honest with them and say, oh yeah, we&rsquo;re working on that. That&rsquo;s going to be like, here are a couple of Github issues that you might be interested in that this is the design. This is whatever it is. But then on the flip side, There is also going to be a role that plugins have to play into the future. Same with the Gutenberg editor right now, and the core editor right now with Iceberg, for example, like where it simplifies the editor.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I imagine in the future with full site editing, there will be both plugins that really open up the options in the settings, and I also can imagine there&rsquo;ll be plugins that really simplify things and make it really easy for certain users to use it and people can pick and choose and customize as they&rsquo;d like, same to what we see with plugins now, anyway. And the biggest thing I often say to people whenever they talk about page builders, I&rsquo;m like, that&rsquo;s fine, if you&rsquo;re not ready to switch, that&rsquo;s totally fine. But at the end of the day, when you&rsquo;re starting with new client or you&rsquo;re starting a new site, or you&rsquo;re redoing your site at some point, you&rsquo;re going to have to learn something new, and it&rsquo;s better to learn the sure thing. Doesn&rsquo;t mean you only have to learn this your thing. I can imagine a world where people have these like hybrid experiences for some time, but the hope is that we can provide common tools so that people are not locked into one single page builder. Ideally the page builder is actually build alongside full site editing and the editor tools that we have. And then from there, people can customize to their liking either having more options show up or having less, and I do love hearing, what do you want? What&rsquo;s missing? Cause it helps sharpen our thinking, and oftentimes I hear about things that I would never think of. That&rsquo;s the beauty of having 40% of the internet is it&rsquo;s like, whoa, I never thought about that. You&rsquo;re right. That is a really interesting use case.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Like someone recently a good example with the custom 404 test, as part of the outreach program, we had people build fun, custom 404 pages and someone reached out and said, well right now, it&rsquo;d be really awesome to have different templates depending upon how the person landed on the 404, having some level of customization of what you present.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So maybe you have four different 404 templates and it cycles through them. They were like, is this possible? I would want to put a feature request in. And it was pretty easy for me to say, you know what? That probably will be done by a plugin. So, that&rsquo;s a great idea. That&rsquo;s a really interesting use case, and I do think that&rsquo;s something that&rsquo;s desired, but this is also where plugins will still play a role. And being able to tell people that, so that expectations are in line as much as possible, I think is really important. There are going to be aspects that will not be covered by the site editor and that&rsquo;s good.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:18:39]</div> <div class=\"chat-text\"><p>Commercial page builders if you like, the process which I often see is they&rsquo;ll release a statement out into their email list or what have you, and they&rsquo;ll describe the features that they have been working on that have now been released and so on. And so in many cases you don&rsquo;t really know what is happening unless you probably take great interest in their team and what have you. So I&rsquo;m curious to know what is the actual process that is going on in the background that iterates your project, the full site editing project. How did the little leaps forward get made? Who is involved? How can people get involved? How can they find out what it is that you&rsquo;re working on currently? And ways in which they can help you. And there&rsquo;s a lot in that question, so probably the first thing I&rsquo;ll just rewind a little bit and say, could we just concentrate on how the full site editing, the team that&rsquo;s behind that, how does it actually work? What is it that you do? How do you communicate with each other? How do you ensure that things are being built that people want to have in.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:19:38]</div> <div class=\"chat-text\"><p>Yeah, that&rsquo;s a great question. To start, I would say Matias is kind of, I think Josepha described him as the spark behind Gutenberg, and I really love that title, so I&rsquo;m going to use it, reuse it. He is the project architect. So imagining multiple steps ahead, thinking about where we need to go, thinking about truly the infrastructure of what&rsquo;s being built, APIs, is design tools, all that sort of stuff. And really thinking about based on many, many, many years of experience in the WordPress community, what do we know for sure that people need? And then from there, a lot of it is just this back and forth with the community, releasing stuff, doing calls for testing. The outreach program is a big part of that. So getting feedback from the outreach program, but one of the things that I recently came up that I am working on doing a better job of communicating is the outreach program is bringing in feedback, but that feedback and the high level, top feedback items are likely going to be different than what are the top issues to solve for full site editing if that makes sense. So there&rsquo;s the feedback there&rsquo;s actually using the tool, and then there are, these are the things that have to be solved and sometimes there&rsquo;s overlap where sometimes some of the feedback becomes a top issue. But not all the time. And that&rsquo;s partly because the MVPs is a work in progress.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And as those things get clear, for example, I think after April is gonna be a jam packed month, but once there&rsquo;s that decision point that go no go date, there will be a time where the full site editing outreach program can start switching into a more narrowed experience of testing. And I&rsquo;m really excited for that, where it&rsquo;s okay, here&rsquo;s the MVP. Here&rsquo;s what we&rsquo;re thinking for 5.8 which are two separate goals, by the way, there&rsquo;s like building MVP, and then there&rsquo;s, what&rsquo;s going to go in 5.8 and I think that&rsquo;s important to keep in mind as well. And yeah, one of the biggest ways that we get feedback and figure out what needs to be done next, especially now that we&rsquo;re in a more refinement period is through the outreach program is through people filing feature requests and just doing as much testing as possible. Ideally this is also where a theme authors start exploring what it&rsquo;s like to build block-based themes and give feedback on that experience. So, yeah, there&rsquo;s a lot of ways that the feature development goes on. I will say a lot of the work happens in Github and then every, probably I think, a two month cadence, there&rsquo;s some high-level posts about full site editing, whether it&rsquo;s about a specific release or just like a check-in post, or if it&rsquo;s about FSE and themes. There have been various posts over the last six months and I expect to see a lot more in the coming months leading up to 5.8 so that people are aware and they don&rsquo;t have to pay attention to the day to day with Github. Another really good post to keep an eye out on is the what&rsquo;s next post. And that&rsquo;s posted each month and kind of defines, this is what the team is working on next.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And a lot of that does come down to, what issues of have come up in testing, what issues does Matias think are high priority to solve? What else is remaining in the MVP that&rsquo;s been discovered previously? And one thing that I think is really easy to miss with full site editing, and it almost feels weird to just say. This monolithic full site editing when actually it&rsquo;s this really diverse set of projects, and each is further along than others.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So there&rsquo;s this very interesting battle that goes on in my mind, whenever I talk about full site editing, cause what I really want to do is talk about a specific piece of full site editing, but that also can get too granular in a way that can be really confusing. But it&rsquo;s something I like to mention where if you try out the experience and one part seems really good and one part you&rsquo;re like what&rsquo;s happening here, that&rsquo;s on purpose. Because at the end of the day, I don&rsquo;t expect the entire experience to go into 5.8. I expect certain things to fit in and for there to be a drip campaign, probably through even the 6.0 release, who knows, but definitely through the 5.9.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:23:02]</div> <div class=\"chat-text\"><p>Let&rsquo;s say somebody is listening to this and they&rsquo;ve got no experience contributing to any software project, and they&rsquo;re interested, they like the idea of full site editing and they&rsquo;ve got a few things they&rsquo;d like to get off their chest and they want to be of some help. What are the most effective things that can help to push the project forward right now? That could be an answer as to which website to go to, and get involved in, or it could be, well, actually, no, we need help about this specific thing right now over the next month or two, you can take that in any way you like.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:23:35]</div> <div class=\"chat-text\"><p>I mean the simplest answer that I would love to see is people joining the Core Editor meeting. If you can. If you can&rsquo;t reading the notes and starting there, which you can see them posted on make.wordpress.org backslash core, there&rsquo;s actually a tag for the Core Editor meeting. But I would start there, and I say that partially because we&rsquo;re in a pandemic. Most places in the world, you can&rsquo;t meet up in person. So getting connected with the people behind this work before you step into Github, before you step into anything else, I think is really important. There are humans doing this work. There are humans who are listening, who are caring, who are staying up late, thinking about problems. So join the meetings if you can, if you can&rsquo;t asynchronous contributions are very welcome. So if you can comment on the post with a question and have it answered, but I want to start there with the human element, especially right now. So my answer, you&rsquo;re listening to this many years in the future, hopefully we&rsquo;re beyond this, but for now I really want to connect people with other people. And then from there, start as simple as just testing, get a test site up, try things out. There&rsquo;s another make site, which is where we communicate in the project, make.wordpress.org backslash test. That&rsquo;s where I post a lot of the stuff around this outreach program. So if you just want dip your toes in, that&rsquo;s a great place to start. It walks you through, there&rsquo;s instructions on how to set up everything, what to use what to pay attention to, how to actually go through the call for testing. It&rsquo;s very purposely constrained right now, so that it makes it easy for people to jump in. But if you&rsquo;re more advanced, I would just say, start scrolling th through Github. Look at different labels. There&rsquo;s a really good label that I check regularly, the overview label. So if you want to get a sense of the top issues, or I guess the summarized issues, the overview label is my jam. I love going through that and seeing what&rsquo;s new and also just seeing the status of things. It&rsquo;s a really great way to dig into the project, but not too deeply. And if you&rsquo;re someone who&rsquo;s been around WordPress for awhile I would say starting to, try to create a block plugin or build a block based theme.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>We&rsquo;re going to need to see the community in the future, really adopt these things and starting early while things are almost refined, I think is super helpful because it helps us define them in a place that there&rsquo;s early enough for things to shift. Getting that feedback is pretty key so that we are creating tools that you can actually use, because the whole point is this is all being built, so other people can use it. Other people can&rsquo;t use it, and we don&rsquo;t know that. That&rsquo;s a problem and it&rsquo;s hugely helpful and valuable to do that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:25:48]</div> <div class=\"chat-text\"><p>You highlight the fact that you obviously need help with the things that you just described. All those technical areas. If I was to be listening to this and I am a more casual user of WordPress, I use it to create blog posts and I&rsquo;m good at writing, but I&rsquo;m not really into the code, and that side of things is of no interest to me, are there avenues that would still be open to me to assist with this?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:26:09]</div> <div class=\"chat-text\"><p>Yeah, I would actually say the testing should be pretty basic enough that you can dig into it. I&rsquo;m saying this as the person who writes the test, I purposely try to make them very contained, so anyone can jump in and if they want to spend five minutes, ten minutes, that&rsquo;s great. You don&rsquo;t need to spend hours on this. Some people do, some people really like to go deep with it, but the whole point is that it&rsquo;s something that anyone can jump into.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And even if a call for testing is passed, it&rsquo;s still great to go back through previous calls for testing and I actually have videos as part of the calls for testing so that you can see me walk through it. So if you get stuck, if you&rsquo;re reading my instructions and you&rsquo;re like, what is this person saying?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>You can watch the video and watch me go through it. And even just watching that and giving feedback and saying, hey, this is really weird, or, I really like when my page builder does this , do you all have plans for that? And another thing that&rsquo;s actually coming up that I plan to do that anyone can participate in is another big call for questions. So there was a lull in testing. I was waiting for a new Gutenberg release and a couple of months ago, I did just, anyone could ask anything about full siding and I would find the answer for it. And we ended up getting, I think it was 46, 47 questions, which was fantastic. And I grouped them into different chunks, answered them, all, publish them, pass them on to the documentation team, the marketing team, but that allowed people where if they don&rsquo;t have time to test, but they&rsquo;re nervous about it, or they&rsquo;re curious about it or they&rsquo;re excited for it, or they&rsquo;re impatient, whatever their emotional state is. Ask any question and I&rsquo;ll answer it. And I plan to do those, another round of that definitely in the future. Probably at the end of April, and if that&rsquo;s of interest paying attention to the, make.wordpress.org backslash test as the best place to pay attention or in Slack there&rsquo;s in wordpress.org Slack, there&rsquo;s a FSE hyphen outreach hyphen experiment that you can join, and you can just sit back and listen to me update you as I go, but that&rsquo;s also a great way is asking questions, sharing concerns. That is actually hugely helpful. It sets the foundation for documentation. It helps the people building it know what the points of confusion are likely to be. So yeah, if you just want to ask a question by all means that&rsquo;s a very easy pathway to jump into.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:28:10]</div> <div class=\"chat-text\"><p>Thank you. I&rsquo;ll be sure to take those links off you before we finally hang up the call today and we&rsquo;ll make sure they make it into the show notes. Do you feel that you have. Enough people giving you feedback to justify the decisions that you made. I mean obviously in any software development, the answer I guess, is going to be, well, it would be great to have more. Do you feel that there is enough people assisting you at the moment so that you can be confident in the direction that you&rsquo;re going? We&rsquo;re doing this, we&rsquo;ve got some feedback, but curious whether or not, if we have more feedback, we&rsquo;d go in a different direction or not.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:28:44]</div> <div class=\"chat-text\"><p>That&rsquo;s a great question. I am always someone who wants more people involved. I don&rsquo;t think I&rsquo;ll ever be happy with the numbers. Right now we have between 10 to 15 people with each test. And one of the things I actually recently consulted some of our design team with an Automattic, and I asked, I said, with usability testing what kind of numbers do you look for when you all did this with 5.0 what did you look for how many people? And a lot of times I got feedback saying, Oh my gosh. Anne, five to 10 people, it was great. You can calm down. It&rsquo;s fine. I&rsquo;m like, no, no, no. I need like 50, you know, it is this weird sense of no, no, I want more and more and more. And I can tell you, I don&rsquo;t think we can ever get too much feedback, especially if it&rsquo;s relevant and its&hellip; I mean, obviously there&rsquo;s like irrelevant feedback where it&rsquo;s make WordPress like Facebook. I mean, whatever, it could be something outrageous. That&rsquo;s not terribly helpful, you know? But imagine if we just got completely inundated with feedback in the outreach program, that would be amazing. My goal, my personal goal that I&rsquo;ve been trying to say outwardly in hopes it encourages people is I would love to have 20 to 25, really dedicated, diverse testers, each release and not each release each call for testing. That&rsquo;s my ideal. And the reason I mentioned engaged testers is because I want people who are along for the journey a little bit,ideally. Obviously I think it&rsquo;s great if people jump in and out, I think there&rsquo;s something to be said for really new perspectives and I love when people comment saying, hey, this is my first time using full site editing and here are my thoughts. That&rsquo;s excellent. But the idea of quality over quantity, I think is really key, for this phase of testing. I think when things actually get merged into core and certain aspects get merged into core, that&rsquo;s when things can open up and be a bit more, having 2000 people give feedback, but yeah, I don&rsquo;t think there&rsquo;s ever enough testing and honestly, I do worry about that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And it&rsquo;s something, one of the things I&rsquo;ve been very intentional about is reaching out to the accessibility team to try and get people to help give feedback so that we&rsquo;re thinking about accessibility needs and reaching out to folks in the polyglot space so that we have translations of these posts so that people can participate. I only speak English and I had been in countries where all of a sudden, you see something in English and it&rsquo;s like this it&rsquo;s like such a relief to have a menu in English. Like, Oh yes, this is so nice. And I want that outreach to happen because I think sometimes the software development I&rsquo;ve seen this like arrogance of, oh well, we&rsquo;ll just be doing the work and if they&rsquo;re curious, they can come to us. And I actually think this is one of those situations where we need to go to them. And that&rsquo;s what the outreach program is all about is meeting people where they are doing the outreach. Bringing people along with us and learning from them as we go. Part education, part feedback loop, and part, hey, here&rsquo;s a really easy way to get involved and walk you through what&rsquo;s coming.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I would love to see more engagement from folks who are non-English speaking. We&rsquo;ve had Italian, Spanish and Japanese translations very consistently. I&rsquo;m so grateful for the people who&rsquo;ve done that. I think it&rsquo;s just, oh, I&rsquo;m so bad at languages that it just amazes me. I also think everything looks better in a different language. So it&rsquo;s neat to see my own words translated, which is a kind of a wild experience that I never thought would happen, but I&rsquo;d love to see more engagement. In those polyglot and local spaces, because the last thing you want is for all of a sudden it to land and only a specific audience benefits or sees this or understands it or knows what&rsquo;s coming, right. There&rsquo;s a big responsibility for 40% of the internet. And I&rsquo;ll never forget the day that Matt at a State of the Word said that non-English downloads passed English downloads. And so when you think about that 40% I think a lot of us English speaking, Western world think of a certain type of person, but really it&rsquo;s much more expansive than that.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So I&rsquo;ve been really hammering the polyglot space as much as I can, as much as volunteer time people can give to translate those posts and to try and get feedback. But it&rsquo;s something that I&rsquo;d love to see more of.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:32:22]</div> <div class=\"chat-text\"><p>I&rsquo;m curious actually, if you&rsquo;ve got a really nice concrete example of an instance where somebody&rsquo;s feedback turned into something actual. It was realized off the back of a piece of feedback, which you passed on to the team, and somebody reached out said, I would like this. And you were able to provide this, Hearing those stories. Ah, it is possible.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:32:44]</div> <div class=\"chat-text\"><p>Yeah, I can think of a really specific example that I was actually thinking about this morning when I was making coffee. A blind developer, I got connected with her through actually posting in a different Slack community. So, you would not believe how many Slack communities I&rsquo;m a part of and how much I try to drop links and engage people in different spaces. And I got connected because someone said, hey, I have a friend she&rsquo;s blind, she&rsquo;s a WordPress developer, and she cannot use full site editing. And I was like, whoa, tell me everything.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>How can I get in touch, and got in touch, her name&rsquo;s Taylor. And she very kindly jumped on for about 30 minutes. We recorded the session so that I could pass along the feedback. She just walked me through the experience of both using of using two different screenreader tools. And. It was fascinating. It was awesome.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>We found so many bugs. It was one of those things where I think the biggest, the most jarring one that I keep thinking about that I actually want to see if we can get some development in on ASAP, is that the save button, and the saving process for full site editing right now is pretty non-intuitive, it&rsquo;s a little bit clunky and it&rsquo;s something that&rsquo;s come up with sighted folks as well. What is the saving process, how does it work? But for people who rely on screen readers, it&rsquo;s really impossible to save. Like you basically have to search for the phrase save in order to find the save button because there isn&rsquo;t an aria label. And so that&rsquo;s a big one that came up and on top of that in just the session, I worked with her another piece of feedback that came up with the columns block.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So if you have columns and you&rsquo;re imagining, let&rsquo;s say two columns and you are using a screen reader, it doesn&rsquo;t tell you which column is which. So all of you here just announces column, column it doesn&rsquo;t say like column one or column two or right column or left column. There&rsquo;s no identifier for how to navigate.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And so that&rsquo;s actually, there&rsquo;s a PR right now that&rsquo;s underway. I actually just filed it for the accessibility team last week to see if someone could review and someone already stepped in to offer some thoughts to fix that, to actually announce, I think they&rsquo;re going with like column one and column two and column three rather than right and left due to internationalization. And that&rsquo;s going to be a huge improvement because right now Taylor was just like, columns block is so confusing. This is almost useless. Another one is the spacer block. I&rsquo;d love to hear. If you use a screen reader, I&rsquo;d love to hear your experiences with the spacer block, because that&rsquo;s a really confusing block for people I&rsquo;m relying on screen readers.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And I opened up an issue for that, and we&rsquo;ve had some discussion back and forth about improvements that need to be made there as well. So those are some of the, and I can tell you, there&rsquo;s probably about. I think six issues I opened just from that 30 minute conversation. Some are like a work in progress, but this was very recent and something I keep thinking about, especially as we start to refine things and decision points come up because we don&rsquo;t want to release something that has such blatant problems with it.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:35:24]</div> <div class=\"chat-text\"><p>It marks a very big change for WordPress this last couple of years have been really extraordinarily different, the experience that we&rsquo;re all going through, but in particular, around full site editing How do you calm people&rsquo;s fears that things in the future are going to be going in the direction that they wish it to go in. So, as an example, let&rsquo;s imagine that we&rsquo;re a theme developer. We may be getting concerned that themes are going to become a thing of the past that the livelihood that we&rsquo;ve created for ourselves is going to disappear before our eyes. People concerned that the way that they&rsquo;re working with at the moment, the way that they&rsquo;ve taught their clients to work, this is how WordPress works, and this is how you can manage your website for yourself, and so on. What do you say to people? What is the golden light on the hill? The thing that you draw attention to, to say, look, all of this will be worth it. How do you keep people focused on the positives and not worrying about all the different things that are going on left right and center?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:36:20]</div> <div class=\"chat-text\"><p>Yeah. The biggest thing I say is there&rsquo;s a reason that the last milestone is gradual adoption. And one of the things that I also love to talk about is the fact that full site editing is a bunch of sub projects actually gives us the flexibility to ship reliable items rather than shipping it all at once.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Yes, they&rsquo;re interdependent. Yes. And some cases they rely on each other and there needs to be probably a certain order or approach to releasing things. But by having so many different tools that provide value. It actually gives us the ability to step back and say, okay, what&rsquo;s ready. And that should be a big relief to people.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>It&rsquo;s not like there&rsquo;s going to be this on-off switch full savings here is taking over your site. Good luck. That&rsquo;s not going to happen. Gradual adoption is the game plan. It is the final step. And I imagine right now, a gradual adoption as a milestone is not fleshed out. But I imagine, especially you have to 5.8, that will become a much more fleshed out milestone in the same way you see other milestones, I think, Josepha has talked a lot about this, and I really love the way she basically says we want to fulfill the WordPress promise. We want to keep that trust and we want to release things in the best state possible while at the same time, recognizing that there&rsquo;s this urgency to offer tools that people are just lacking right now, at some point, we need to get those out in front of people and to provide value and making that determination is super tricky. But the good news is like I was saying earlier, we have that flexibility built into the fact that these are all sub projects and that many of them can be shipped independently.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And for theme authors, Themes are going to be so important in a full siding world. And one of the things I am so excited about is that there&rsquo;s going to be a ton of what they&rsquo;re calling. I .. the idea of these hybrid universal themes that can work with for example, template editing.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So going and being able to edit like your single page template, your homepage template, or your 404 template. You could have a theme, that&rsquo;s a classic theme or traditional theme, whatever you want to call it. And you could use template editing. You could update your theme to hook into the tools have been made to allow for template editing.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Same thing goes for global styles. You could just use one part of the full site editing machine, so to speak and all the projects and slowly integrate, more and more, as you want to, like theme authors will have a lot of control of what they opt into and what they opt out of. And for us building it, it&rsquo;s on us to make it so desirable to opt in.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>Right, and that&rsquo;s where the gradual adoption, so many pathways are going to be created. And I&rsquo;m actually really excited to see people move from this framework of anxiety to looking out across the space and going, hmm, what can I use? What is it that I hear from people all the time that I can integrate into this and moving into an exciting creative space rather than thinking, hh, I got to get caught up, I&rsquo;m behind. This is so bad. Like that kind of feeling, which I hear from a lot of people was like, I don&rsquo;t have time to get up to speed. And the ideal is that we&rsquo;re actually providing tools that save you time and add value. And that makes me really excited. I fully understand the fear. I fully understand the fear.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I don&rsquo;t say that lightly. As someone who is thinking about like how it&rsquo;s going to land in 40% of the internet and who every single day is talking to people who are giving feedback about, what&rsquo;s not quite there, I don&rsquo;t spend a lot of time talking to people who are just like, oh, I&rsquo;m so excited about this.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>People don&rsquo;t go out of their way to tell you that you often hear from the people who are upset or something&rsquo;s missing or promises broken or whatever it is. And it&rsquo;s something I think about a lot. And I understand why there is panic there, especially with livelihood in the situation that we&rsquo;re in.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And I have a lot of empathy for that. And I think in the future, and one of the things that I think you&rsquo;ll hear from leadership and you&rsquo;ve, everyone&rsquo;s priority heard this from leadership. It&rsquo;s just that we are purposely moving slowly and things get pooled for a reason. And it is to fulfill that promise and to think about backwards compatibility, but at the same time, balancing that with wanting to provide value for users and empowering users, especially in a day and age, when a lot of tech companies are actually taking away a lot of the power, whether it&rsquo;s in the form of privacy or what have you.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I think open source and the way WordPress is working is actually trying to resist that and really focus on giving everything we can to the user, to build the site that they want and to have the experience that they want. And also to free them up, to focus on what the site actually gives them, whether it&rsquo;s a business or platform.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I think that&rsquo;s the part that makes me&hellip; that hopefully makes other people excited. And that makes me really excited.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:40:26]</div> <div class=\"chat-text\"><p>Speaking to that. You&rsquo;ve done an incredible job answering all of my questions and you&rsquo;ve obviously got to wear the Automattic hat during a discussion like this. I&rsquo;m curious if we cast away the Automattic hat just for a moment and we ask you personally, what in the next six months to a year, what&rsquo;s the one single thing, the thing that you are most excited about, the thing that you most want to see happen, the thing that gets you personally switched on about the project.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:40:54]</div> <div class=\"chat-text\"><p>It&rsquo;s a great question. I would have to say block patterns, because we&rsquo;re talking about all these tools and features and things coming along, but ultimately as a user, it&rsquo;s like, what can I do, and what can I do quickly? And block patterns will really be the glue that ties together all these projects. You can insert a block pattern, manipulate it as you want to. And when you&rsquo;re manipulating it, you probably won&rsquo;t be thinking about the fact that you might be using global styles or that the block pattern is relying on block styles or whatever it is.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>But the power of that. And the promise of that, I think is just such a high impact, such a high impact feature that will really be like a cherry on top. And we&rsquo;ll bring together a lot of the things that we&rsquo;re talking about in a way that will be really tangible. And especially in this world of, you know, we&rsquo;re not able to gather in person we&rsquo;re not able to have those moments.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>I think having something that is easy to understand almost the point of being, so intuitive that it&rsquo;s like, why didn&rsquo;t we do this years ago? That&rsquo;s what I want the feeling to be. And that&rsquo;s when I had someone in design, tell me this one time. And it always stuck with me as like the best ideas are the ones where you&rsquo;re like, well, no, duh, like, yeah, of course.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>And that&rsquo;s what block patterns I think you&rsquo;re going to feel like, and I think it&rsquo;s really gonna fulfill a lot of these things and bring a lot of these things that we&rsquo;re talking about together in a way that will be really fun to play with. And also people will be able to submit to the block pattern directory, ideally in the future, similar to the block plugin directory.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"><p>So personally, I&rsquo;m most excited to see the marriage between block patterns and full site editing along with these hybrid themes.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:42:24]</div> <div class=\"chat-text\"><p>I know there will be no metric to judge this, but it would be fascinating in a couple of years time. Were we able to measure it, to see just how much of humanity&rsquo;s time has been saved by something like block patterns, the fact that you don&rsquo;t have to do things over and over again. Yeah. I completely understand why you&rsquo;ve selected that one. We have gone through so many questions. If somebody at the end of this, has been listening to this and thinks I would like to help, but I want to contact Anne directly before I go to these Slack channels and Github repos and so on. How might somebody get in touch with you should they wish to?</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:43:01]</div> <div class=\"chat-text\"><p>I would say go to my website. I am a weird millennial without social media. I jump on and off of Instagram. That&rsquo;s my one holdout. I love photography too much, but yeah, my website is nomad.blog and I have a contact page and I truly welcome to hear from anyone seriously. All I ask, and this is on my website as well. I like to do pen pal. Kind of writing back and forth. I think we don&rsquo;t rely, I think email, I&rsquo;ve read too many books about this, but I think email has ruined our ability to relax and unwind, and I refuse to opt into this always responding world. So as long as you&rsquo;re patient with me, and if I get a bunch of emails, as long as you&rsquo;re patient with me responding, I promise I will respond genuinely with a lot of thought. I do not like to do short, low quality responses. So if you&rsquo;re willing to engage there, that would be awesome to hear from you. I&rsquo;m also an annezazu in WordPress dot org Slack, if you end up joining there as well.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"><div class=\"chat-author chat-author-nathanwrigley vcard\"><cite class=\"fn\">Nathan Wrigley</cite> [00:43:53]</div> <div class=\"chat-text\"><p>Well, thank you very much. I appreciate all of the hard work that you and everybody connected in the project is doing. It&rsquo;s making great inroads into our editing experience in WordPress. Greatly appreciated. Thanks for coming on the podcast.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"><div class=\"chat-author chat-author-annemccarthy vcard\"><cite class=\"fn\">Anne McCarthy</cite> [00:44:06]</div> <div class=\"chat-text\"><p>Of course. Thank you so much for having me.</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-2\"> <div class=\"chat-text\"></div></div></div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Apr 2021 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"HeroPress: You Don’t Have To Want What Everyone Else Wants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:166:\"https://heropress.com/essays/you-dont-have-to-want-what-everyone-else-wants/#utm_source=rss&utm_medium=rss&utm_campaign=you-dont-have-to-want-what-everyone-else-wants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6216:\"<img width=\"1024\" height=\"512\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/042121-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: You don\'t have to want what everyone else wants.\" /><p>I launched a WordPress-based business sometime around 2013. Starting a business is a goal for a lot of people, but it was never something I intentionally set out to do. I was in university at the time and blogging about books &#8212; just doing something I loved. But then I had an idea for a WordPress plugin that would make book bloggers’ lives easier. Although I did decide to sell it instead of releasing it for free, making a lot of money was never my goal. I thought maybe I’d make $500 overall if I was lucky. But three months in I’d already made nearly $1500 and those numbers would only continue to climb.</p>\n<p>By the time I graduated university, this little business of mine was already fully paying my bills. I went straight from graduation to running a full time business. Over the next few years, I sold pre-made plugins, built custom plugins, launched custom websites for authors and bloggers, dipped into the managed WordPress hosting space, and created WordPress e-courses. Objectively, business was great.</p>\n<blockquote><p>But by 2016, I was waking up every morning and thinking, <i>“What the hell am I doing?”</i></p></blockquote>\n<p>The more my business grew, the more I was afraid it was about to crash and burn.</p>\n<p>The more I diversified, the less confident I felt about what I was doing.</p>\n<p>Above everything, I was <i>tired</i>.</p>\n<h2>Turns out, I’m not a businesswoman</h2>\n<p>I was tired of selling, of marketing, of advertising, of promoting. I was tired of asking myself <i>“will this sell?”</i> before I started a new project. I missed creating just for the sheer fun and joy of it, which was how my very first plugin even came to be. I just wanted to build cool things and quietly release them into the wild. I love to <i>create</i> but I don’t love to <i>sell</i>.</p>\n<p>Perhaps I could have hired people to help me with the aspects of my business I didn’t enjoy, but although business was going well for a one person show, I didn’t feel like it was going well enough to hire more people and confidently feel like I could pay their salary every month. And the thought of having that responsibility just brought me even more anxiety.</p>\n<blockquote><p>I felt stuck and, honestly, ashamed of how I felt about my business. Was I being ungrateful?</p></blockquote>\n<p>I had this incredible thing going for me &#8212; I was paying all my bills, working flexible hours (and from home!), and calling all the shots. This is what other people aspire to have, and I had it! I was embarrassed to admit that maybe I didn’t like it anymore. I didn’t want to be in charge. I didn’t want to have the entire success or failure of a business resting on my shoulders.</p>\n<p>I remember looking through job listings trying to imagine myself doing something else &#8212; anything else. But another problem I had was that running my own business straight out of school had spoiled me. I didn’t want to be in charge, but I also still wanted to work from home. I still wanted flexible hours. I didn’t want to sacrifice my 3pm gym session. I still wanted a certain degree of freedom in what I did each day. I wanted all the benefits of running my own business, without any of the downsides I had come to dread.</p>\n<h2>A well timed opportunity</h2>\n<p>In late 2016, sheer luck and good timing brought me to Sandhills Development. I was offered a job at a company that could amazingly check every box on my dream list. I could work from home, set my own hours, have a weird schedule, still make the gym at 3pm, and most importantly: my job would just be <i>one</i> thing. I could focus on building really cool stuff, and nothing else. I wouldn’t have to think about marketing or sales or profit.</p>\n<p>It’s been over four years since then and I’m now the lead developer for Easy Digital Downloads &#8212; the plugin I originally used to sell my first product. So I think things are going pretty well! My old business does still exist, but in a very low key way. I still work on and maintain the products out of love and passion for them, but with zero pressure to actually make sales or be successful.</p>\n<blockquote><p>The biggest difference is the boundaries I’ve been able to create in my life.</p></blockquote>\n<p>When running my own business, I didn’t work all day long, but I did tend to think about work all the time. Growth was always on my mind because making that happen was purely up to me. I was putting so much pressure on myself to do well, that I couldn’t stop thinking about it. But now, work goes away as soon as I decide I’m done for the day. I don’t think about it after hours. There’s comfort in the fact that although I care about the company, it’s not <i>my</i> company, and the success &#8212; or failure &#8212; of the company isn’t purely up to me; if something does go wrong when I’m gone, there’s someone else capable of handling it.</p>\n<h2>What works for someone else may not work for you</h2>\n<p>Some people would consider it a downgrade to go from business owner to employee, but it was absolutely the right move for me. Running your own business is often glamorized, but not everyone is cut out to wear all the hats that a one-person business requires, and not everyone has the drive to grow a business into something larger. And that’s okay. At the time, it was immensely hard for me to admit that out loud because I thought it would make me a failure.</p>\n<p>There is no “one size fits all” dream job and I learned that being the owner of a company is not mine. If what you’re doing now isn’t working then there’s absolutely no shame in bowing out, even if you’re currently living someone else’s dream.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/you-dont-have-to-want-what-everyone-else-wants/\">You Don&#8217;t Have To Want What Everyone Else Wants</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Apr 2021 08:27:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Ashley Gibson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: WordPress Contributors Propose Blocking FLoC in Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/wordpress-contributors-propose-blocking-floc-in-core?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-contributors-propose-blocking-floc-in-core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7493:\"<p>WordPress contributors are <a href=\"https://make.wordpress.org/core/2021/04/18/proposal-treat-floc-as-a-security-concern/\">proposing</a> the project take an active position on Google&rsquo;s Federated Learning of Cohorts (FLoC). This particular mechanism is Google&rsquo;s alternative to third-party cookies that doesn&rsquo;t require collecting users&rsquo; browsing history. The <a href=\"https://github.com/WICG/floc\">GitHub repository for FLoC</a> explains how Google will group people together and label them using machine learning:  </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We plan to explore ways in which a browser can group together people with similar browsing habits, so that ad tech companies can observe the habits of large groups instead of the activity of individuals. Ad targeting could then be partly based on what group the person falls into.</p><p>Browsers would need a way to form clusters that are both useful and private: Useful by collecting people with similar enough interests and producing labels suitable for machine learning, and private by forming large clusters that don&rsquo;t reveal information that&rsquo;s too personal, when the clusters are created, or when they are used.</p></blockquote>\n\n\n\n<p>WordPress contributors are proposing blocking FLoC in core, citing the Electronic Frontier Foundation&rsquo;s article titled &ldquo;<a href=\"https://www.eff.org/deeplinks/2021/03/googles-floc-terrible-idea\">Google&rsquo;s FLoC Is a Terrible Idea</a>.&rdquo; </p>\n\n\n\n<p>&ldquo;WordPress powers approximately 41% of the web &ndash; and this community can help combat racism, sexism, anti-LGBTQ+ discrimination and discrimination against those with mental illness with a few lines of code,&rdquo; the proposal states.</p>\n\n\n\n<p>One of the more controversial aspects of the original proposal was that it was spectacularly miscategorized as a security concern, clouding the issue at hand. It identified FLoC as a security issue for the sake of getting it into core on a more aggressive timeline, which was outlined as follows:</p>\n\n\n\n<ol><li>Include the&nbsp;patch&nbsp;the next&nbsp;minor release, rather than waiting for the next&nbsp;major release;</li><li>Back-port the patch to previous versions of WordPress.</li></ol>\n\n\n\n<p>The proposal was later revised to clarify that treating FLoC like a security concern referenced only the timeline of accelerated development and back-porting.</p>\n\n\n\n<p>Although blocking FLoC seemed to have wide support in the comments on the post, the premature suggestion of treating it as a security concern weakened the proposal. </p>\n\n\n\n<p>WordPress core committer Ryan McCue said that while he is in agreement with the overall sentiment, rolling it out like a security updatet would abuse users&rsquo; trust in automatic updates:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The implicit contract with users for security autoupdates is that they are used in order to protect the user from their site (data or codebase) being compromised imminently. This isn&rsquo;t the case with FLoC, and may in some cases damage the site&rsquo;s behaviour.</p><p>More concretely: as someone who operates a hosting service where we keep users up-to-date with security patches, this changes our approach substantially. Right now, we can confidently roll out security updates trusting the update has minimal effect outside of purely security changes, but breaching that barrier means that now scrutiny needs to be applied to every security update in order to avoid rolling out potentially breaking changes to our clients.</p><p>That erosion of trust would ultimately hurt WP&rsquo;s users.</p></blockquote>\n\n\n\n<p>The proposal has started an active discussion with more than 100 commenters, including participation from the Chrome DevRel team who added more context on the current status of the experiment.</p>\n\n\n\n<p>&ldquo;It&rsquo;s also worth noting that because this is an origin trial it means that nothing is set in stone &mdash; this is an experiment to gather feedback,&rdquo; Chrome Developer lead Rowan Merewood said. &ldquo;The API may change, the opt-out mechanism may change, the eligibility criteria may change. Any code changes relating to an origin trial should also be treated as temporary and experimental.&rdquo;</p>\n\n\n\n<p>Those who were critical of the proposal consider FLoC a personal privacy issue that is not WordPress&rsquo; problem to solve. Others believe a proposal to block FLoC is reactionary at this point, since Google has not yet finalized its FLoC experiment. </p>\n\n\n\n<p>&ldquo;Thinking about users&hellip; i.e. the readers of a&nbsp;blog, they deserve choice,&rdquo; Andy Beard commented.</p>\n\n\n\n<p>&ldquo;They can choose which browser they use.<br />&ldquo;They can choose settings in the browser.<br />&ldquo;They can choose some overall options on a Google privacy site.<br />&ldquo;They can install a multitude of plugins.</p>\n\n\n\n<p>&ldquo;Alternatively, if WordPress blocks FLoC by default, that actually removes a choice &ndash; the choice of a user to see more relevant advertising.&rdquo;</p>\n\n\n\n<p>Several participants in the discussion were opposed to FLoC but also not supportive of a WordPress core effort to block it.</p>\n\n\n\n<p>&ldquo;While I&rsquo;m not pro-FLoC (and won&rsquo;t have my browsers using it) I certainly wouldn&rsquo;t expect a website to make the choice to opt-out for me, and I can&rsquo;t see why the majority of WordPress users and people visiting WordPress sites would expect that either,&rdquo; WordPress lead developer Dion Hulse commented.</p>\n\n\n\n<p>&ldquo;Perhaps more importantly, would WordPress also continue to opt out all future browser protocols too? Once you delve into blocking one, you&rsquo;ve either got to block them all, or you&rsquo;re playing favorites.&rdquo;</p>\n\n\n\n<p>Mika Epstein, who also expressed her opinion as anti-FLoC, said she is not in support of backporting a block due to the practicality of such an effort.</p>\n\n\n\n<p>&ldquo;If the decision is made to include this, I would support it as a&nbsp;<em>filterable privacy&nbsp;enhancement</em>&nbsp;only, not security,&rdquo; Epstein said.</p>\n\n\n\n<p>&ldquo;That said, I do&nbsp;<strong>not</strong>&nbsp;support backporting with the precedent that we did not&nbsp;backport&nbsp;the GDPR exporting stuff. Having it exist as a&nbsp;plugin&nbsp;(there are three already) is sufficient for those who are on older versions. The undue strain of increased backporting needs to be minimized, not maximized in my opinion.&rdquo;</p>\n\n\n\n<p>Others commented on the harm to independent publishers whose main source of revenue is often advertising.</p>\n\n\n\n<p>WordPress lead developer Helen Hou-Sandi requested the proposal be re-written to clarify the differences between disabling FLoC on a site level vs the browser level as a consumer. She also discouraged referring to the matter as a security issue and recommended the proposal&rsquo;s proponents justify the work required to backport the block. Hou-Sandi recommended opening a trac ticket as a more appropriate avenue of discussion regarding core implementation and inclusion, as contributors have not yet reached a consensus.</p>\n\n\n\n<p>The topic will be up for discussion at the next core developers&rsquo; chat on Wednesday, April 21, 2021. Representatives from the Chrome team <a href=\"https://make.wordpress.org/core/2021/04/20/dev-chat-agenda-for-april-21-2021/#comment-41165\">will also be attending</a> to answer any questions about FLoC.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Apr 2021 05:17:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WPTavern: Patchstack Whitepaper: 582 WordPress Security Issues Found in 2020, Over 96% From Third-Party Extensions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115396\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:267:\"https://wptavern.com/patchstack-whitepaper-582-wordpress-security-issues-found-in-2020-over-96-from-third-party-extensions?utm_source=rss&utm_medium=rss&utm_campaign=patchstack-whitepaper-582-wordpress-security-issues-found-in-2020-over-96-from-third-party-extensions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4647:\"<p class=\"has-drop-cap\">Patchstack, which recently <a href=\"https://wptavern.com/webarx-rebrands-to-patchstack-combines-services-to-focus-on-wordpress-plugin-and-theme-security\">rebranded from WebARX</a>, released its <a href=\"https://patchstack.com/wordpress-security-2020/\">2020 security whitepaper</a>. The report identified a total of 582 security vulnerabilities. However, only 22 of the issues came from WordPress itself. Third-party plugins and themes accounted for the remaining 96.22%.</p>\n\n\n\n<p>&ldquo;These are all security issues disclosed by the Patchstack internal research team, Patchstack Red Team community, by third-party security vendors, and by other independent security researchers,&rdquo; said Oliver Sild, Patchstack founder and CEO. &ldquo;So it includes all public information about vulnerabilities.&rdquo;</p>\n\n\n\n<p>Patchstack is a security company that focuses on third-party extensions to WordPress. Its <a href=\"https://patchstack.com/database/\">vulnerability database</a> is public and available for anyone to view.</p>\n\n\n\n<p>In the second quarter of 2020, Patchstack surveyed nearly 400 web developers, freelancers, and agencies about web security. &ldquo;Over 70% responded that they were increasingly worried about the security of their website, and the top reason was &lsquo;vulnerabilities in third-party plugins,\'&rdquo; according to the whitepaper. &ldquo;About 45% of respondents saw an increase in attacks on websites they were managing, and 25% had to deal with a hacked website in the month prior to participating in the survey.&rdquo;</p>\n\n\n\n<p>Ranking at the top, 211 of the vulnerabilities found were Cross-Site Scripting (XSS) issues, 36.2% of the total.</p>\n\n\n\n<p>&ldquo;XSS in WordPress plugins almost always happens because user input data is directly printed onto the screen without any sanitization,&rdquo; said Sild. &ldquo;<code>esc_html</code> would be used to convert certain characters to their HTML entities, so it will be literally printed onto the screen. Then you also have <code>esc_attr</code> for user input variables, which need to be used in HTML attributes. There are many good resources published by <a href=\"https://owasp.org/\">OWASP</a> (The Open Web Application Security Project), such as the &lsquo;Secure Coding Practices.\'&rdquo;</p>\n\n\n\n<p>Injection vulnerabilities ranked second with 70 unique cases. It was followed by 38 Cross-Site Request Forgery (CSRF) issues and 29 instances of sensitive data exposure.</p>\n\n\n\n<p>&ldquo;The vulnerabilities found in plugins and themes tend to be more severe than those found in WordPress core,&rdquo; wrote Sild in the whitepaper. &ldquo;What makes matters worse is that many popular plugins have millions of active installations, and the numbers aren&rsquo;t pretty when we look at how many websites are affected by the vulnerable plugins.&rdquo;</p>\n\n\n\n<p>The total number of active and vulnerable theme and plugin installations throughout the year was 70 million. <a href=\"https://central.wordcamp.org/about/\">According to WordCamp Central</a>, WordPress is installed on 75 million websites. Many sites likely had more than one vulnerable plugin during 2020 rather than 70 million individual sites being at risk.</p>\n\n\n\n<p>Patchstack surveyed 50,000 websites and found that they averaged 23 active plugins at a time. About four on each site were outdated with an upgrade available, which often increases the risk of a security issue.</p>\n\n\n\n<p>WordPress plugins accounted for 478 vulnerabilities in the report. However, there were only 82 unique theme issues. While themes are typically far more limited in scope, they can do anything a plugin can do with a few exceptions.</p>\n\n\n\n<p>It is not surprising to see that number lower for themes. However, one has to wonder if the <a href=\"https://wptavern.com/upcoming-changes-and-steps-for-an-overhauled-wordpress-theme-review-system\">ongoing plan</a> to loosen the WordPress.org theme directory review guidelines will factor into that in the coming year or two. Currently, reviewers for the official directory perform extensive code checks that may be more likely to catch issues before themes arrive in users&rsquo; hands. If the trade-off is better automation, it could also mean stricter coding standards and fewer security issues that human reviewers might miss.</p>\n\n\n\n<p>&ldquo;Vulnerabilities from third-party code remain as one of the biggest threats to websites build on WordPress,&rdquo; concluded Sild in the report. &ldquo;We already see a growth in unique vulnerabilities reported in the WordPress plugins and themes comparing 2020 with the beginning of 2021.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Apr 2021 20:47:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Recreating the Classic Wedding WordPress Theme Homepage With the Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"https://wptavern.com/recreating-the-classic-wedding-wordpress-theme-homepage-with-the-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=recreating-the-classic-wedding-wordpress-theme-homepage-with-the-block-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6345:\"<p class=\"has-drop-cap\">I simply do not understand it. For at least the better part of a decade, theme authors have asked for the tools to create more complex layouts with WordPress. They have asked for the ability to allow end-users to more easily recreate their demos. They have wanted methods to bypass the &ldquo;restrictive&rdquo; theme review guidelines.</p>\n\n\n\n<p>Over the past couple of years, WordPress has consistently delivered features that theme authors have asked for. Yet, themes that use them are few and far between.</p>\n\n\n\n<p>During my weekly perusal of the latest themes to land in the directory, a new <a href=\"https://wordpress.org/themes/classic-wedding/\">wedding theme</a> caught my attention last week. Of course, I downloaded, installed, and activated it only to find that I had no idea how to recreate the homepage design. There were no instructions. The theme options in the customizer seemed to make little sense. Nearly all of the decorative images were non-existent in the theme folder.</p>\n\n\n\n<p><em>Did I need to upgrade to the pro version to get what was in the screenshot?</em> There seems to be a plan for such a version, but it is not available yet.</p>\n\n\n\n<img />Classic Wedding theme screenshot.\n\n\n\n<p>I am no rookie, but I was stuck. I liked the simplicity of the design. However, I could not imagine setting up a wedding site with this theme. From a user&rsquo;s standpoint, it should not take more than a few mouse clicks. After that point, it should only be a matter of customizing the content.</p>\n\n\n\n<p>I recognize that there is still a sort of love/hate divide for the block editor in the <em>inner</em> WordPress community. However, theme authors are not doing any favors for the overall WordPress user base by not taking advantage of the tools available.</p>\n\n\n\n<p>So, I recreated the Classic Wedding theme homepage from scratch. Using the block editor. With a theme that supports it.</p>\n\n\n\n<h2>Creating a Wedding Homepage</h2>\n\n\n\n<p class=\"has-drop-cap\">My goal was simple. There was no demo to work from, and all I had to go on was an 800-pixel wide screenshot from the <a href=\"https://www.theclassictemplates.com/themes/free-wedding-wordpress-theme/\">theme page</a> on the author&rsquo;s site. Like I <a href=\"https://wptavern.com/recreating-the-music-artist-wordpress-theme-homepage-with-the-block-editor\">recreated the Music Artist homepage</a> several weeks ago, I wanted to do the same for Classic Wedding. With a couple of exceptions, which could have been handled by the theme, I was successful.</p>\n\n\n\n<p>Because Classic Wedding does not support the block editor itself, I could not recreate its homepage via the block editor while using the theme. It was not happening &mdash; I tried. I knew that the <a href=\"https://wptavern.com/eksell-portfolio-theme-now-available-in-wordpress-themes-directory\">Eksell WordPress theme</a> had a &ldquo;canvas&rdquo; template that allowed users to edit the entire page, so it was an easy choice.</p>\n\n\n\n<p>I also loaded the Kaushan Script and Lora fonts to more closely match the original theme. This was unnecessary for the experiment, but I wanted my recreation to at least look somewhat similar.</p>\n\n\n\n<p>I immediately knew that I would have one hurdle to overcome. The theme used an image that overlapped both the section above and below it. This requires margin controls, particularly the ability to add negative margins. Unfortunately, this is a missing component of the block editor today. It does not mean that theme authors cannot do it with custom block styles or patterns. It simply means that end-users are unable to control it from the interface.</p>\n\n\n\n<p>Because I did not want to spend my time writing the code for this, I leaned on my usual safety net, the <a href=\"https://wordpress.org/plugins/editorplus/\">Editor Plus</a> plugin. While it can be a little clunky sometimes and feel like overkill, it does include those missing features like margin options.</p>\n\n\n\n<img />Adding negative margin to an image.\n\n\n\n<p>I used <code>px</code> units there because it was easy. In a real-world project, <code>%</code> or <code>rem</code> would have been better. But I was just doing a quick proof-of-concept.</p>\n\n\n\n<p>Everything else in the content area was straightforward. I needed a Cover block with an Image, Heading, Paragraph, and Button tucked inside. I needed a Group block as a container for Image, Heading, and Paragraphs in the bottom section.</p>\n\n\n\n<p>Because the theme did not package its decorative images &mdash; <em>again, how would users recreate the homepage without them?</em> &mdash; I opted for a simple striped SVG background instead of the flowers in the original. Since I already had Editor Plus installed, I added an SVG from <a href=\"https://heroicons.com/\">Hero Icons</a> as the main background.</p>\n\n\n\n<img />Wedding page content recreation.\n\n\n\n<p>My original idea was to recreate the &ldquo;content&rdquo; part of the homepage only. However, it was a bit boring on its own. Therefore, I transformed everything into a Columns block and added the sidebar. I recreated the primary elements using the Image, Heading, Paragraph, and Navigation blocks. Then, I added a Social Icons block for fun.</p>\n\n\n\n<img />Full wedding homepage design.\n\n\n\n<p>I did hit one snag with the Navigation block. WordPress does not currently offer a method of centering each link in the list when using the vertical block variation. I had to write a couple of lines of CSS to make this happen. This seems like an oversight and one area where the block editor failed to meet my expectations. Of course, this could be handled on the theme side of things.</p>\n\n\n\n<p>Overall, this was a relatively simple project. However, this experiment added some complexities that were not present when I recreated the Music Artist homepage. Margin controls and vertical Navigation block alignments are must-haves. Using a third-party plugin and writing custom CSS is not ideal, and these were requirements to make this happen straight from the editor.</p>\n\n\n\n<p>All of this is possible from the theme end. Each piece of this design could have been packaged as a block pattern. The overlapping image effect would have made for a neat block style. I just wish that theme authors would start utilizing the features that are being hand-fed to them.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Apr 2021 21:42:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Automattic Launches Jetpack Boost: A New Performance Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114913\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"https://wptavern.com/automattic-launches-jetpack-boost-a-new-performance-plugin?utm_source=rss&utm_medium=rss&utm_campaign=automattic-launches-jetpack-boost-a-new-performance-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4877:\"<p>The Jetpack team has been quietly testing a new plugin called <a href=\"https://wordpress.org/plugins/jetpack-boost/\">Jetpack Boost</a>, which addresses website owners&rsquo; performance and SEO concerns. Version 1.0 was released today, one month after the final pre-release came out in March.</p>\n\n\n\n<p>Boost is a separate plugin under the Jetpack brand and it does not require Jetpack core to work. The first iteration bundles three performance modules:</p>\n\n\n\n<ol><li><em><strong>Local Critical CSS</strong></em>&nbsp;generates optimized styles for the homepage, posts, and pages to display content faster, especially for visitors on mobile devices.</li><li><em><strong>Defer Non-Essential Javascript</strong></em>&nbsp;moves some tasks to after the page loads, so visible items load faster.</li><li><em><strong>Lazy Image Loading</strong></em>&nbsp;loads images as the visitor scrolls them into view. </li></ol>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Once the plugin is installed, users can toggle the modules on or off. Optimizing the site&rsquo;s CSS can be a lengthy process but it shows a progress bar and alerts you if are trying to navigate away from the page before it&rsquo;s finished. Jetpack Boost displays an initial score when it&rsquo;s first installed and will update after optimizations are put in place. </p>\n\n\n\n<p>Here&rsquo;s an example score from a relatively unoptimized simple blog with 20 active plugins:</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>After installing Jetpack Boost, there was a significant improvement on scores in the dashboard. It&rsquo;s not a magic wand but it&rsquo;s a fairly user-friendly way to tackle some basic performance issues that may translate into a better visitor experience. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Checking the before and after scores on <a href=\"https://web.dev/measure/\">web.dev</a> demonstrates a noticeable improvement on the Core Web Vitals assessment. For some websites this could mean the difference between passing or not (meaning 75% of pages on the domain pass).</p>\n\n\n\n<div class=\"wp-block-image\"><img />Before installing Jetpack Boost</div>\n\n\n\n<img />After installing Jetpack Boost\n\n\n\n<p>Automattic engineer Nauris P&#363;&#311;is, who worked on the project, said one reason the plugin was created was to help users &ldquo;get their Web Vitals up and make the web a better place.&rdquo;</p>\n\n\n\n<p>Google Search will be <a href=\"https://wptavern.com/google-search-to-add-page-experience-to-ranking-signals-in-may-2021\">adding Page Experience to ranking signals</a> in May 2021, and WordPress sites need all the help they can get. Page Experience is measured by a website&rsquo;s <a href=\"https://web.dev/vitals/#core-web-vitals\">Core Web Vitals</a>&nbsp;metrics, but these scores are not easy to improve without some technical knowledge and troubleshooting.</p>\n\n\n\n<p>Despite Jetpack already including so many different, varied features, Automattic opted to put the Boost modules in a separate plugin. </p>\n\n\n\n<p>&ldquo;We want Jetpack Boost to have a life of its own &ndash; focused on performance and make it available to everyone, including people who don&rsquo;t want to use the main Jetpack plugin,&rdquo; P&#363;&#311;is said.</p>\n\n\n\n<p>The plugin was built with the same modular structure as Jetpack core, so users can easily deactivate modules they don&rsquo;t want to use. This is helpful for ensuring compatibility with other performance or caching plugins that website owners may already be using.<br /><br />&ldquo;You&rsquo;ve probably noticed that both Jetpack and Boost have lazy loading images &ndash; it&rsquo;s the exact same module,&rdquo; P&#363;&#311;is said. &ldquo;If the user happens to have both Jetpack and Jetpack Boost active &ndash; it&rsquo;ll just use the most recent version of Lazy Loading Images.&rdquo;</p>\n\n\n\n<p>The features in version 1.0 are just the beginning of Automattic&rsquo;s plans for Jetpack Boost. The project appears to be on track to become a full-blown performance plugin that may even migrate some of Jetpack core&rsquo;s performance-related functionality.</p>\n\n\n\n<p>&ldquo;Version 1.0.0 is being released the &ldquo;<a href=\"https://ma.tt/2010/11/one-point-oh/\">one-point-oh</a>&rdquo; way,&rdquo; P&#363;&#311;is said. &ldquo;We&rsquo;re releasing as early as we can call it stable &ndash; but there&rsquo;s so much that we want to do. Starting with simple modules that package up other typical optimization techniques (like concatenation, minification, maybe even photon?) &ndash; all the way to more advanced ideas like performance tracking, intelligent performance suggestions, etc.&rdquo; </p>\n\n\n\n<p>P&#363;&#311;is said none of these ideas are set in stone and the team is open to exploring and building modules that will have the highest performance impact after getting more feedback.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 Apr 2021 17:37:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Gutenberg Times: Page Template Editor for WordPress 5.8, Videos and Plugins – Weekend Edition #166\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17602\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://gutenbergtimes.com/page-template-editor-for-wordpress-5-8-videos-and-plugins-weekend-edition-166/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14988:\"<p>Howdy, </p>\n\n\n\n<p>Yes, it&#8217;s been a while that you received a fully curated Weekend edition. After the move it took a while to get my office operational again. We still have too many boxes to unpack, though.  </p>\n\n\n\n\n\n<p>Nevertheless, let&#8217;s catch up on Gutenberg news together! </p>\n\n\n\n<p>All the best, <br />Birgit ?</p>\n\n\n\n<h2>Gutenberg 10.4 Released (and 10.4.1) </h2>\n\n\n\n<p>The <strong><a href=\"https://gutenbergtimes.com/podcast/changelog-42-full-site-editing-scope-for-wordpress-5-8/\">Gutenberg Changelog episode 42</a></strong> is now available. <strong>Grzegorz (&#8220;Greg&#8221;) Ziolkowski </strong>and I discuss Full-site Editing Scope for WordPress 5.8, Gutenberg’s 10.4,  Gallery Block Refactor and Block-Based Theme updates.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Sarah Gooding</strong> of the WP Tavern wrote about the Gutenberg 10.4 release: <a href=\"https://wptavern.com/gutenberg-10-4-introduces-block-widgets-in-the-customizer\">Gutenberg 10.4 Introduces Block Widgets in the Customizer</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2>Full-Site Editing and WordPress 5.8 </h2>\n\n\n\n<p>If you now find yourself in the position to learn more about the extent of Full-Site Editing experience, I have a real treat for you: <a href=\"https://gutenbergtimes.com/video-full-site-editing-overview-with-anne-mccarthy/\">A 30-min video Full-Site Editing Overview by</a>, Anne McCarthy, Developer Relations for the Gutenberg project. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On April 14, 2021, the Gutenberg and 5.8 release leads held a meeting, with Matias Venture giving a tour of the current state of the Phase 2 of Gutenberg development. The outcome of the meeting was a decision on Go/NoGo for component that make it into core for WordPress 5.8.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> provide in <a href=\"https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\">her follow-up post </a>a list of the detailed scope, the video of the meeting and a transcript of the recording. </p>\n\n\n\n<h3>The block editor scope </h3>\n\n\n\n<ul><li>Improvements from Gutenberg 9.9 to 10.7 plugin version. </li><li>Introduce 25 new blocks (Query, Site Logo, Navigation,Posts, Comments, Archives etc. ), the most valuable among them will be the Query Block. </li><li><code>theme.json</code> Mechanism for Theme builders (<a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">see developer documentation</a>)</li><li>Template Editor for Pages/Blank Template. (<a href=\"https://youtu.be/c4IFn73Nzvk?t=2859\">see demo by Marcus Kazmierczak</a>)</li><li>Widgets Screen &amp; Block widgets in Customizer.</li><li>Design tools: Duotone, Layout controls, padding, etc.</li></ul>\n\n\n\n<p>There is the caution stated in the post: <em>&#8220;Not all the above are currently ready, but there’s some level of confidence that they can be by the time of 5.8.&#8221;</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>For the <strong>Template Editor for Pages/Blank Template</strong> you can see it <a href=\"https://youtu.be/c4IFn73Nzvk?t=2859\">in action in a demo</a> by <strong>Marcus Kazmierczak</strong>, he gave at the Mega Meetup last week. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Bud Kraus</strong> of JoyofWP showed us in his video, <a href=\"https://joyofwp.com/whats-the-future-of-the-wordpress-widget/\">how the Widget screen will look like in the future.</a> It does not show the Widget handling in the Customizer yet, but that is to come to WordPress 5.8. You could see a short piece of it in Matias Ventura&#8217;s demo video from the release leads meeting. It is now already available in the latest Gutenberg plugin release. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<p><strong>Justin Tadlock</strong> summarized last week&#8217;s announcements in <strong><a href=\"https://wptavern.com/full-site-editing-is-partly-a-go-for-wordpress-5-8\">Full Site Editing Is Partly a ‘Go’ for WordPress 5.8</a></strong></p>\n\n\n\n<h2>Testing Full-Site Editing</h2>\n\n\n\n<p>As the latest Full-Site Editing Call of Testing, <strong>Anne McCarthy</strong> has a <strong><a href=\"https://make.wordpress.org/test/2021/04/14/fse-program-testing-call-5-query-quest/\">Query Quest for you.</a></strong> Again with a great set of test instruction, you are guided towards usage and various features of the Query Block and its accompanying new post blocks for title, content, comments, feature image and pagination.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> discussed this task a bit further in his article: <strong><a href=\"https://wptavern.com/fse-outreach-round-5-venturing-out-a-query-quest\">FSE Outreach Round #5: Venturing out a Query Quest</a>.</strong> &#8220;Testing never has to be boring. I encourage participants to grab inspiration from their lives as they venture out on their Query Quest.&#8221; he wrote. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Apropos Testing: <strong>Sarah Gooding</strong> wrote about our Gutenberg Nightly plugin to get the latest development of the block-editor in an easy to handle plugin. <strong><a href=\"https://wptavern.com/set-up-a-gutenberg-test-site-in-2-minutes-with-the-gutenberg-nightly-plugin\">Set Up a Gutenberg Test Site in 2 Minutes with the Gutenberg Nightly Plugin</a></strong>.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n<p></p>\n\n\n\n\n<p><strong>Anne McCarthy</strong> curated all the feedback from the fourth testing call: <a href=\"https://make.wordpress.org/test/2021/03/30/fse-program-custom-404-page-testing-summary/\"><strong>FSE Program Custom 404 Page Testing Summary</strong></a></p>\n\n\n\n<h2>Block-Based Themes</h2>\n\n\n\n<p><strong>Helen Hou-Sandi</strong> streamed on Twitch her <a href=\"https://www.twitch.tv/videos/981424705\">exploration session to create a block-based theme</a> for the Full-Site Editing.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Kjell Reigstad</strong> opened an issue for <a href=\"https://github.com/WordPress/gutenberg/issues/30508\"><strong>Query Block Pattern inspirations.</strong></a> There are great examples posted that could be converted to pattern, that could be bundled with WordPress 5.8  </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Marcus Kazmierczak</strong> also used Twitch to stream his <a href=\"https://www.twitch.tv/mkaz7000\">Lunch &amp; Learn series on Block-based themes.</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Keep abreast on specific Theme related development and discussions with the weekly round-up from the Themes Team. <strong>Kjell Reigstad</strong> posted this week&#8217;s edition. <a href=\"https://make.wordpress.org/themes/2021/04/16/gutenberg-themes-week-of-apr-12-2021/\"><strong>Gutenberg + Themes: Week of Apr 12, 2021</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>A couple of PRs that should help with <strong>transitioning existing themes to be block-based:</strong></p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/30345\"><strong>Add do_block_template_part function</strong></a><br />New gutenberg_block_template_part(), gutenberg_block_header_area(), and gutenberg_block_footer_area() functions to help pull block-based template parts into existing PHP templates: </li><li><a href=\"https://github.com/WordPress/gutenberg/pull/30438\"><strong>Allow creating custom block templates in classic themes</strong></a> Allowing people to create and use block-based page template for certain pages on their site, even while using a non-block-based theme.</li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In their latest episode of WPCafe co-hosts <strong>Mark Wilkinson</strong> and <strong>Keith Devon</strong> talked about <a href=\"https://www.youtube.com/watch?v=jAIlY3lTAos\">Building Twenty-Twenty-One with Caroline Nymark and Mel Choyce-Dwan</a>. </p>\n\n\n\n<h2>Plugins for the Block Editor</h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/gutentor/\">Gutentor</a></strong> published a collection of 70+ Blocks and layouts for Gutenberg Editor. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>If you are working on your set of Blocks for the editor, <strong>Justin Tadlock</strong> has some thoughts to consider: <a href=\"https://wptavern.com/yet-another-wordpress-block-library-plugin\"><strong>Yet Another WordPress Block Library Plugin</strong></a>. He is making a well though through case to suggest more unique blocks to fill the gap to the core blocks. It seems to me that, two years of seeing block collections being acquired by big companies like Atom Blocks, Co Blocks and latest <a href=\"https://wptavern.com/ithemes-acquires-kadence-wp-plans-to-sunset-legacy-themes-in-2022\">Kadence Blocks</a>, might tempt a small developer team to come up with  another set of blocks matching a specific theme and hope for an acquisition by another big company in the space. There might be space for a few more, indeed. </p>\n\n\n\n<p>Tadlock&#8217;s longs for something new, a unique extension of core or a missing tool:</p>\n\n\n\n<ul><li><a href=\"https://wptavern.com/display-digital-sheet-music-with-the-wordpress-block-editor\">Display Digital Sheet Music With the WordPress Block Editor</a></li><li><a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">Block-a-saurus Embeds a Side-Scrolling T-Rex Game via the Block Editor</a></li><li><a href=\"https://wptavern.com/emoji-conbini-and-the-case-for-a-block-enhancements-directory\">Emoji Conbini and the Case for a Block Enhancements Directory</a></li><li><a href=\"https://wptavern.com/insert-font-awesome-icons-into-the-block-editor-via-the-jvm-gutenberg-rich-text-icons-plugin\">Insert Font Awesome Icons Into the Block Editor via the JVM Gutenberg Rich Text Icons Plugin</a></li><li><a href=\"https://gutenbergtimes.com/writers-rejoice-iceberg-delivers-distraction-free-writing-for-wordpress/\">Writers Rejoice! Iceberg Delivers Distraction-free Writing for WordPress</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/conditional-blocks/\">Conditional Blocks</a></strong> by Morgan Hvidt allows you to create block that are displayed when certain conditions apply. We saw other plugins that offer that, like <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility by Nick Diego</a>. This one is a bit different. It allows you to change content depending on HTTP referrer, so if someone comes from Twitter, they could see a different message than someone coming from a Google Search or a link in a newsletter or an affiliate link. The plugin is also available as a pro version with premium features at <a href=\"https://conditionalblocks.com\">conditionalblocks.com</a>. </p>\n\n\n\n\n<p> <a href=\"https://gutenbergtimes.com/podcast/changelog-42-full-site-editing-scope-for-wordpress-5-8/\"><strong>Episode #4</strong>2 is now available</a>, with new co-host <strong>Grzegorz Ziolkowski</strong></p>\n\n\n\n<p> <strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />?️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />?️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n<h2>People and Community</h2>\n\n\n\n<p>It&#8217;s been already a year that <strong>Anne McCarthy</strong> joined the Gutenberg team as a developer relations wrangler. It has been a great pleasure meeting Anne and collaborating with her has been quite inspiring, and I learned a lot from her wisdom and her wealth of ideas. She has also become a good friend. She is som much better and being a remote friend that I ever will be. On her personal block Anne published <a href=\"https://nomad.blog/2021/04/17/one-year-in-devrel/\"><strong>One year in DevRel</strong></a></p>\n\n\n\n<p>Anne&#8217;s pioneer work with WordPress open-source project has been so successful that <a href=\"https://boards.greenhouse.io/automatticcareers/jobs/2937422\">Automattic wants to sponsor another person for developer relations.</a></p>\n\n\n\n<h2>Developing with ReactJS and Gutenberg Blocks. </h2>\n\n\n\n<p><strong>Rob Stinson</strong> wrote a tutorial on how <a href=\"https://studiopress.blog/the-ultimate-guide-to-building-custom-collections-in-genesis-blocks/\">to building custom Collections in Genesis Blocks.</a> Now Collections in this context are Layout templates, that extend existing Genesis blocks. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong> Mark Howells-Mead </strong>uses <a href=\"https://permanenttourist.ch/2021/04/using-react-and-wordpress-to-build-an-interactive-performant-single-page-application\">ReactJS to build interactive single page applications with WordPress</a> and wrote a tutorial. It&#8217;s not at all about Blocks and Gutenberg, but it&#8217;s related to the skill set of learning ReactJS and hopefully inspired developer to gradually make the transition. </p>\n\n\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 Apr 2021 23:33:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Gutenberg 10.4 Introduces Block Widgets in the Customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:179:\"https://wptavern.com/gutenberg-10-4-introduces-block-widgets-in-the-customizer?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-10-4-introduces-block-widgets-in-the-customizer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3021:\"<p>The latest release of the Gutenberg plugin (<a href=\"https://make.wordpress.org/core/2021/04/14/whats-new-in-gutenberg-10-4-14-april/\">10.4)</a> brings <a href=\"https://github.com/WordPress/gutenberg/issues/29285\">block widgets into the Customizer</a>. When customizing widget-enabled areas, a new block inserter icon is now available for dropping blocks into sidebars. This is the first iteration of <a href=\"https://github.com/WordPress/gutenberg/issues/26900\">block management in the Customizer</a>, tackling the technical integration for editing blocks while also taking advantage of the live preview in the Customizer.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>Version 10.4 includes several design updates to the&nbsp;Site Editor List View, bringing more consistency to the icon sizing and spacing, as well as&nbsp;new colors for hover, focus, and select states. The publishing UI has been updated to <a href=\"https://github.com/WordPress/gutenberg/pull/30231\">display the site icon and name</a>, adding a more personal touch to this flow while also making it more clear for full-screen or mobile users.</p>\n\n\n\n<img />Gutenberg 10.4 <a href=\"https://make.wordpress.org/core/2021/04/14/whats-new-in-gutenberg-10-4-14-april/\">release post</a>\n\n\n\n<p>More progress on site editing experiments includes the following notable updates:  </p>\n\n\n\n<ul><li>the ability to revert template customizations directly in the editor</li><li>many improvements to the Navigation block, including&nbsp;a&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/pull/30403\" target=\"_blank\">new &ldquo;Post Format Link&rdquo; variation</a>, a&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/WordPress/gutenberg/pull/30281\" target=\"_blank\">clearer placeholder state</a>, and more style updates</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/30521\">Better labeling</a> for differentiating &ldquo;Custom Styles&rdquo; vs global style changes in the site editor saving panel </li><li>New &ldquo;<a href=\"https://github.com/WordPress/gutenberg/pull/29839\">manage with live preview link</a>&rdquo; in the Widgets editor</li></ul>\n\n\n\n<p>The block editor still <a href=\"https://github.com/WordPress/gutenberg/issues/29976\">fails to deliver a consistent preview</a> of core blocks on the frontend in many cases. Version 10.4 brings greater parity between the editor/frontend with more consistent markup for archives, latest comments, quote, and separator blocks, with improved default padding to match the browser&rsquo;s default.  The GitHub <a href=\"https://github.com/WordPress/gutenberg/issues/29976\">issue</a> for this improvement contains a to-do list for additional blocks that need more polishing on previews, including search, paragraph, columns, embed, post title, and more.</p>\n\n\n\n<p>For a full list of all the enhancements and bug fixes, check out the <a href=\"https://make.wordpress.org/core/2021/04/14/whats-new-in-gutenberg-10-4-14-april/\">10.4 release post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Apr 2021 13:59:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Gutenberg Times: Video: Full-Site Editing Overview with Anne McCarthy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://gutenbergtimes.com/video-full-site-editing-overview-with-anne-mccarthy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:52174:\"<p>As part of the <a href=\"https://www.youtube.com/watch?v=c4IFn73Nzvk\">Meta Meetup on April 15th 2021</a>, Anne McCarthy gave a presentation on what Full-Site Editing entails, the updated scope of WordPress 5.8, what the FSE outreach program is and what issues surfaced during the four calls for testing from the group. </p>\n\n\n\n<p>It&#8217;s a fantastic and fast-paced presentation and covers a lot of ground. It&#8217;s ideal for WordPress users that just now want to catch up on all the buzz around Full&#8211;Site Editing and learn what will come to WordPress in the 5.8 release in July 2021. </p>\n\n\n\n<p>Big Thank You to Anne for allowing us to publish the video here with the transcript. </p>\n\n\n\n<p><em>For those interested how the template editor works,  <a href=\"https://youtu.be/c4IFn73Nzvk?t=2909\">jump right in to Marcus Kasmierczak&#8217;s live demo</a> portion of the WordPress Mega Meetup recording</em></p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"toolbelt-video-wrapper\"></div>\n</div>\n\n\n\n<h2 id=\"0-sha\">Shared Resources</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/about/roadmap/\">Roadmap showing phase 2</a>&nbsp;&nbsp;</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/24551\">Full Site Editing Milestones</a>&nbsp;&nbsp;</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/30662\">Special shoutout to the Gradual Adoption Milestone</a>&nbsp;&nbsp;</li><li><a href=\"https://make.wordpress.org/test/2021/04/14/fse-program-testing-call-5-query-quest/\">Query Quest &#8211; Call for testing the Query Block</a>&nbsp;&nbsp;</li><li><a href=\"https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\">Go/No go</a> &nbsp;</li><li><a href=\"https://github.com/WordPress/gutenberg/issues/29398\">Preview</a>&nbsp;&nbsp;</li><li><a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">FSE Outreach Program</a>:&nbsp;&nbsp;</li><li><a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march\">High-level feedback from the Full Site Editing Program thus far</a></li><li><a href=\"https://critterverse.blog/2021/03/23/full-site-editor-404-test/\">404 design</a></li><li><a href=\"https://www.twitch.tv/mkaz7000\">Marcus Kazmierczak Streams on Twitch</a>  </li></ul>\n\n\n\n<p><em><a href=\"https://gutenbergtimes.com/feed/#transcript\">See transcript below</a></em></p>\n\n\n\n<div class=\"ngl-articles ngl-articles-50_50 ngl-articles-frontend\">\n\n	\n	<!-- Begin articles display -->\n	<div class=\"ngl-articles-wrap\">\n	\n			<div class=\"ngl-article ngl-article-img-left\">\n\n				\n				<div class=\"ngl-article-left-mobile -emogrifier-keep\"><div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/full-site-editing/\" target=\"_self\" rel=\"\"><img src=\"https://i2.wp.com/gutenbergtimes.com/wp-content/uploads/2021/02/vidar-nordli-mathisen-4NlLMwdFoLY-unsplash.jpg?w=640&ssl=1\" /></a></div></div><div class=\"ngl-article-left\"><div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/full-site-editing/\" target=\"_self\" rel=\"\"><img src=\"https://i2.wp.com/gutenbergtimes.com/wp-content/uploads/2021/02/vidar-nordli-mathisen-4NlLMwdFoLY-unsplash.jpg?w=640&ssl=1\" /></a></div></div><div class=\"ngl-article-right\"><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/full-site-editing/\" target=\"_self\" rel=\"\"><span>Full-Site-Editing &#8211; the Ultimate Resource List</span></a></div><div class=\"ngl-article-excerpt\">Nothing in life is to be feared, it is only to be understood. Now is the time to understand more, so that we may fear less.&nbsp;— Marie Curie&nbsp;</div><div class=\"ngl-article-date\">18 Apr 2021</div></div>\n			</div>\n\n		\n			<div class=\"ngl-article ngl-article-img-left\">\n\n				\n				<div class=\"ngl-article-left-mobile -emogrifier-keep\"><div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\" target=\"_self\" rel=\"\"><img src=\"https://i2.wp.com/gutenbergtimes.com/wp-content/uploads/2021/03/kelly-sikkema-gcHFXsdcmJE-unsplash.jpg?w=640&ssl=1\" /></a></div></div><div class=\"ngl-article-left\"><div class=\"ngl-article-featured\"><a href=\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\" target=\"_self\" rel=\"\"><img src=\"https://i2.wp.com/gutenbergtimes.com/wp-content/uploads/2021/03/kelly-sikkema-gcHFXsdcmJE-unsplash.jpg?w=640&ssl=1\" /></a></div></div><div class=\"ngl-article-right\"><div class=\"ngl-article-title\"><a href=\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\" target=\"_self\" rel=\"\"><span>Full-site Editing MVP: Can I Build a Landing Page?</span></a></div><div class=\"ngl-article-excerpt\">Josepha Haden Chomphosy was the featured guest on the inaugural episode of the WPTavern Jukebox podcast, hosted by Nathan Wrigley. Chomphosy explained her unofficial benchmark for the Go/NoGo decision on Full-site Editing for the WordPress core merge.&nbsp;</div><div class=\"ngl-article-date\">27 Mar 2021</div></div>\n			</div>\n\n		\n		\n		</div>\n\n</div>\n\n\n<p class=\"has-large-font-size\" id=\"transcript\">Transcript </p>\n\n\n\n<div class=\"wp-block-group has-background\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-sha\">Shared Resources</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-strong-milestones-of-full-site-editing-experience-strong\">Milestones of Full-Site Editing Experience</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-strong-infrastructure-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-strong\">Infrastructure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-strong-browsing-templates-and-template-parts-strong\">Browsing Templates and Template Parts</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-strong-styling-global-styles-theme-json-strong\">Styling &#8211; Global Styles + theme.json</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-strong-20-theme-blocks-strong\">20+ Theme Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-strong-query-block-the-loop-or-post-list-strong\">Query Block &#8211; The Loop or Post List</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-strong-navigation-block-strong\">Navigation Block</a></li><li><a href=\"https://gutenbergtimes.com/feed/#7-strong-gradual-adoption-widgets-customizer-hybrid-themes-nbsp-strong\">Gradual Adoption &#8211; Widgets, Customizer, Hybrid Themes&nbsp;</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#8-strong-whats-coming-to-word-press-5-8-strong\">What&#8217;s coming to WordPress 5.8</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#9-strong-short-demo-template-editing-navigation-block-and-multi-entity-saving-strong\">Short Demo: Template Editing, Navigation Block and Multi-Entity Saving</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#10-strong-timeline-of-5-8-release-strong\">Timeline of 5.8 Release</a></li><li><a href=\"https://gutenbergtimes.com/feed/#11-strong-what-is-the-fse-outreach-experiment-program-strong\">What is the FSE Outreach Experiment Program?</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#12-strong-whats-the-goal-strong\">What&#8217;s the goal</a></li><li><a href=\"https://gutenbergtimes.com/feed/#13-strong-why-was-it-started-strong\">Why was it started?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#14-strong-how-to-join-fse-outreach-experiment-strong\">How to Join FSE Outreach Experiment</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#15-strong-high-level-feedback-from-calls-for-testing-strong\">High-Level Feedback from Calls for Testing</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#16-strong-preview-content-strong\">Preview Content</a></li><li><a href=\"https://gutenbergtimes.com/feed/#17-strong-saving-process-strong\">Saving Process</a></li><li><a href=\"https://gutenbergtimes.com/feed/#18-distinction-between-editing-area\">Distinction between editing area.</a></li><li><a href=\"https://gutenbergtimes.com/feed/#19-rethinking-width-and-alignment\">Rethinking Width and Alignment.</a></li><li><a href=\"https://gutenbergtimes.com/feed/#20-strong-general-usability-improvements-strong\">General usability improvements.</a></li><li><a href=\"https://gutenbergtimes.com/feed/#21-strong-improving-placeholders-strong\">Improving Placeholders.</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#22-strong-will-full-site-editing-take-over-my-site-strong\">Will full site editing take over my site?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#23-strong-what-about-the-block-based-navigation-and-widget-screens-strong\">What about the block-based navigation and widget screens?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#24-strong-site-builders-strong\">Site builders</a></li><li><a href=\"https://gutenbergtimes.com/feed/#25-strong-how-is-this-going-to-impact-themes-strong\">How is this going to impact themes?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#26-strong-what-pathways-are-going-to-be-created-strong\">What pathways are going to be created?</a></li><li><a href=\"https://gutenbergtimes.com/feed/#27-strong-whats-the-best-way-to-prepare-nbsp-strong\">What&#8217;s the best way to prepare?&nbsp;</a></li><li><a href=\"https://gutenbergtimes.com/feed/#28-strong-stay-connected-with-anne-mc-carthy-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-strong\">Stay connected with Anne McCarthy</a></li></ul></div>\n</div></div>\n\n\n\n<p class=\"has-small-font-size\"><em>Featured image: 404 template by Channing Ritter on critterverse.blog</em></p>\n\n\n\n<p>Howdy. To start, thanks so much for having me. This is a presentation about full site editing. I&#8217;m very excited to talk with you. This is a feature I&#8217;ve been thinking a lot about over the last year and I&#8217;m excited to share with you all. I&#8217;m also really keen to learn from each of you what you&#8217;re worried about, what you&#8217;re excited about, how you think full-site editing can improve your workflows, and more. So this is prerecorded because I wanted to make sure with so much information going around, wanted to make sure I had all the details lined up and so I could pause and rework certain sections. But please know that I welcome questions. So while you can&#8217;t interrupt me during the presentation, there will be a whole section at the end. Pull out your pen and paper, write them down, and know that they&#8217;re very, very welcomed. But for now, let&#8217;s dig in.</p>\n\n\n\n<p>So briefly about me, I&#8217;m actually originally from Winter Park, Florida. So I haven&#8217;t been home in about a year and a half, and thank you for letting me virtually return home by participating in this meetup. In 2011, I first found WordPress as a student at UNC Chapel Hill. I worked on their multi-site, had a great time. 2013, I went to my first ever WordCamp. 2014, joined Automatic as a happiness engineer focused on VaultPress and had a great time focusing on security of websites. It gave me a really interesting look into concerns people have about websites that most people don&#8217;t think about. Then 2020, I switched into the developer relations position at Automatic and have been there ever since.</p>\n\n\n\n<p>So let&#8217;s get meta and talk about the talk. (laughing). So to start, I&#8217;m going to zoom out really big and then slowly put pieces together until we kind of get a nice map of what full-site editing is with all the details. So this will look kind of like first answering some big, high-level questions, digging into then how the work is actually being done, so going from high level, &#8220;What is this? Why does it help me?&#8221; to &#8220;How is this work actually being approached? What are the pieces of the work that I need to know, the role of the outreach program?&#8221; Then I want to address some key topics and questions that I often get asked when I&#8217;ve presented at other places and talked on other podcasts about full-site editing or just one-on-one with people. I love to talk about full-site editing. So hopefully some of the key topics and questions can help get people thinking about other things they want to ask about.</p>\n\n\n\n<p>So let&#8217;s dig into the first big picture question. Why is this being done at all? Simply put, it&#8217;s to empower users. Rather than having a specific part of the site locked away in a theme or requiring a plugin, full-site editing will basically open it up to customize any part of your site the way you want to, or, on the flip side, you can let it be, or if you&#8217;re an agency, you could lock certain sites down or certain parts of a site down, depending upon how you want users to have access. So it&#8217;s a pretty powerful, big mission to actually deliver on full site editing.</p>\n\n\n\n<p>So I answered why is this being done. Now let&#8217;s dig into how does this fit into the WordPress roadmap? So full-site editing is a major part of phase two of the current roadmap. It&#8217;s not the only part, though. There&#8217;s actually other interrelated projects, including things like block patterns, the block directory, block-based themes. So it&#8217;s just one piece of this larger roadmap, but it&#8217;s one of the major grounding points of phase two of the roadmap.</p>\n\n\n\n<p>So what is full-site editing at a high level? Essentially, it&#8217;s a collection of features, and it&#8217;s important that you get the collection part. But it&#8217;s a collection of features that bring the familiar experience of blocks to all parts of your site, rather than just posts and pages. But Anne, what does a collection of features mean? Basically, I&#8217;ve noticed people tend to refer to full-site editing as one big thing. It&#8217;s like an on-off switch. It&#8217;s this monolith, and it&#8217;s actually not. It&#8217;s not this binary thing. It&#8217;s way better to talk about how there&#8217;s different pieces that fit together and interrelate, because it actually gives flexibility for release squads to release what&#8217;s ready, rather than all of it at once. So while it might be easier to talk about how it&#8217;s this one big thing, I encourage you all to kind of think about the different pieces, if you can, and I&#8217;ll touch on this more in a bit.</p>\n\n\n\n<p>Okay. So what does full-site editing actually allow me to do, right? So cool, Anne, a collection of features, but show me the money. (laughing). So this is an example of a 404 page. So a 404 page, typically you&#8217;re not actually able to edit, but with full-site editing, you could actually create this 404 page. This was actually done by one of the automatic designers, Channing. Shout-out to Channing. She did this as part of one of the tests for full-site editing, the outreach program. So it&#8217;s a pretty beautiful thing. While we all might not have the design chops that Channing does, it is pretty neat to see kind of a very tangible, hands-on example of what full-site editing unlocks you to be able to do.</p>\n\n\n\n<p>To get more specific, basically, if you&#8217;re a user, imagine editing the template that a specific post has for a specific category. For theme authors, you&#8217;ll be able to tap into design tools that allow you to focus more on actually creating a really compelling experience and less on getting the code in place and hacking things up. You can also out in and out of whatever you&#8217;re ready for, which is really exciting. But ideally, for theme authors, it&#8217;s going to be a huge change. It&#8217;ll allow creating themes to be much, much easier. If you&#8217;re an agency, you&#8217;ll have greater control over what you can offer clients, including setting custom brand colors with presets to locking down various aspects for consistency, such as typography or wanting only certain default colors to be used.</p>\n\n\n\n<h2 id=\"0-strong-milestones-of-full-site-editing-experience-strong\">Milestones of Full-Site Editing Experience</h2>\n\n\n\n<p>So how is this work being done? So rather than trying to go through everything in one go, this project has actually been broken down into seven different milestones. Some of these milestones are completely separate, their own thing. Some are very interrelated. Some mix and match in different ways. But we&#8217;re going to go through each of them so you can get a sense of how this is being done. I&#8217;m going to try to stay at a high level before going into a very brief demo midway through the presentation. But hopefully this&#8217;ll give you a sense of what this looks like.</p>\n\n\n\n<h3 id=\"1-strong-infrastructure-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-strong\">Infrastructure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</h3>\n\n\n\n<p>So milestone one, this was actually such a big milestone that it was broken into two parts. Essentially, this is all about laying the foundation, everything from multi-entity saving, which is actually being displayed here in the GIF that you see, where you can actually update multiple things at once, including a template part. You update your header, you update a post, and you update your footer. It&#8217;ll show all the changes happening and allow you to check and uncheck different boxes to save. Basically, just think about this as building the foundation of the experience, the technical foundation, unlocking things like being able to edit a template directly to working on specific blocks for full-site editing, like the site title. So we have a site title block, and it updates everywhere you have it listed.</p>\n\n\n\n<h3 id=\"2-strong-browsing-templates-and-template-parts-strong\">Browsing Templates and Template Parts</h3>\n\n\n\n<p>Milestone two, browsing. Again, there&#8217;s another little visual so you can see what this actually looks like. This is basically giving you a map and a GPS to know your location, how to get where you need to go for your site. So because there are these new parts of editing your site that are unlocked with full-site editing, like template editing and template parts, like a header or footer, there needs to be a way to navigate between them. So this milestone is dedicated to that. How can we make it as easy as possible for you to you get where you need to go?</p>\n\n\n\n<h3 id=\"3-strong-styling-global-styles-theme-json-strong\">Styling &#8211; Global Styles + theme.json</h3>\n\n\n\n<p>Milestone three, styling. So this actually covers a couple different layers. I&#8217;m going to break it down in this slide and then the next one to help give you a sense visually of what this looks like. But this includes everything from the technical requirements to make various levels work and the UI for users. So you can actually see a depiction of the future design for the UI that users will interact with in the imagery here. So there&#8217;s generally three layers, including selling for local blocks, theme defaults, and then global modifications or what we often call global styles. You can think of global styles as basically having the option to edit all aspects of your site. So if you want to set a typography that goes across your entire site, if you want to have certain colors for all H1 headers, you can set that up with global styles.</p>\n\n\n\n<p>Currently, much of the work has been focused on the technical underpinnings, especially around aspects like theme.json, which is a very key component for block themes and a really big tool for block theme authors. But for 5.8, the focus is generally going to be on merging the non-user interface parts of global styles. So don&#8217;t expect to interact with this system unless you&#8217;re a theme author. If you are a theme authro, get really excited. Here&#8217;s a little visual, just you can get a sense of it. So these are the different layers that have to interact in the styling system and hierarchy that needs to be thought of when working on this milestone.</p>\n\n\n\n<h3 id=\"4-strong-20-theme-blocks-strong\">20+ Theme Blocks</h3>\n\n\n\n<p>Milestone four, theme blocks. So because full-site editing opens up so many more aspects of the site to edit, new blocks had to be created, basically. So if you&#8217;re creating a new template for a specific category and you&#8217;re putting in post content and you want to add the post author block, which you can see here, you can quickly add it in, customize it to your liking, add in post comment, add in post data, remove the post date. You can edit each parts of these things, which pretty excited about this, is there&#8217;s actually 20-plus blocks that fall into this category. If all goes as planned, some of those will be released for 5.8 and available potentially for all sites. So even if you&#8217;re not using a block theme, you could have access to these theme blocks, which is pretty powerful and pretty cool.</p>\n\n\n\n<h3 id=\"5-strong-query-block-the-loop-or-post-list-strong\">Query Block &#8211; The Loop or Post List</h3>\n\n\n\n<p>Query block. So the query block has its own milestone, because it&#8217;s a pretty powerful block. It&#8217;s also meant to be a theme author tool, so in the long run, if you&#8217;re a user, imagine that you interact with what we call block variations, which basically are just different variations of a block, as the name implies. But imagine you want to add in your latest post. You&#8217;ll add the latest post block, but underneath it, what will be powering that experience of adding your latest post will be the query block. Essentially, as the name implies, it allows you to query posts and pages and display them in different arrangements on the page. I&#8217;m very excited, actually. In Gutenberg 10.5, which will be released in just about two weeks, there&#8217;s going to be some new patterns. You can see right here, large, medium, small are the current selection of patterns that you have for the query block. But pretty soon, there&#8217;s going to be a grid pattern and a couple other cool ones, which is pretty exciting. Generally speaking, though, if you&#8217;re an end user, don&#8217;t expect to interact with this. If you&#8217;re a theme author, get excited.</p>\n\n\n\n<h3 id=\"6-strong-navigation-block-strong\">Navigation Block</h3>\n\n\n\n<p>Navigation block. Again, this is just a single block, but don&#8217;t be fooled. It&#8217;s definitely a mighty one. So this last one is dedicated to all things navigation block, both in terms of structure and design. You can see in this little GIF I have going on, I&#8217;m just kind of making little design changes and moving things around so you can get a sense of what it&#8217;s like to interact with this block. This milestone actually includes everything from how do you build a really simple menu with a few items to thinking about how to create a really large mega menu and add in new blocks, like the search block that you can see here. We&#8217;re even adding sub-menus, different designs, different layouts, and more.</p>\n\n\n\n<h3 id=\"7-strong-gradual-adoption-widgets-customizer-hybrid-themes-nbsp-strong\">Gradual Adoption &#8211; Widgets, Customizer, Hybrid Themes&nbsp;</h3>\n\n\n\n<p>So the last piece of the milestones is the gradual adoption. I hope this GIF makes you laugh, but also seriously, this is the intent, is we slowly want people to be able to adapt in the way that they can. Once more of these pieces are completed, there&#8217;s basically a ton of room to start exploring how adoption might look like for those who can&#8217;t or don&#8217;t want to restructure a full theme. So this might be an intermix of block-based things and regular PHP templates, or it might be covered by projects like the block-based widget editor and the navigation screen. Both of those projects I&#8217;ll cover later, but for now, just keep in mind that this is intentionally a milestone. We want to allow for gradual adoption and want people to have lots of pathways in to taking advantage of full site editing.</p>\n\n\n\n<h2 id=\"8-strong-whats-coming-to-word-press-5-8-strong\">What&#8217;s coming to WordPress 5.8</h2>\n\n\n\n<p>So what&#8217;s coming to WordPress 5.8? So just last week, a post went out from Josepha, who is the executive director of the WordPress project. I want to read a quote from it just to kind of set the tone and give you a sense. So full-site editing is a collection of projects, and together, they represent a big change, arguably too much for a single release. The most important context to share is that it isn&#8217;t shipping as the full default experience for users. One of the clearest pieces of feedback from the phase one merge process was that there wasn&#8217;t enough time for extenders, agencies, theme authors, plugin developers, site builders, et cetera to prepare for the upcoming changes. With that in mind, this merge process won&#8217;t be an on-off switch, and you can see I&#8217;ve bolded various specific parts that I hope you take home with you.</p>\n\n\n\n<p>All right. So let&#8217;s talk WordPress 5.8 plans. This is up-to-date information as of today. A post was released from Josepha on [inaudible 00:12:21], if you&#8217;d like to check it out. From the call that the project leadership had, this is what they came up with for the 5.8 plans. This includes improvements from Gutenberg 9.9 and beyond. So we always package different versions of Gutenberg into major releases. This release is no different. There&#8217;ll be an introduction of new blocks, including query, site logo, navigation, et cetera. These are each very powerful blocks, very exciting to see. theme.json mechanism, this is part of what allows block themes to use different global styling, which will be very cool for block authors to get their hands on.</p>\n\n\n\n<p>The template editor for pages and a blank template, I&#8217;ll actually be showing a demo of this in a moment. So hang tight there, but it&#8217;ll all make sense in a bit. The widget screen and block widgets in the customizer, this is basically work being done to bring blocks to the widgets experience. I will talk more about that later, about how it&#8217;s a stepping stone towards full-site editing. Then finally, design tools, so even more design tools that people can hook into, including duotone, which adds a really cool color filter, layout controls, padding, and more.</p>\n\n\n\n<h3 id=\"9-strong-short-demo-template-editing-navigation-block-and-multi-entity-saving-strong\">Short Demo: Template Editing, Navigation Block and Multi-Entity Saving</h3>\n\n\n\n<p>So at this point, let&#8217;s pause for a minute and actually show off one of the features that is aimed to be included in 5.8.&nbsp;</p>\n\n\n\n<p>I&#8217;m going to show you template editing, the navigation block, and just some of the cool flows with multi-entity saving is one of the things that we talked about that will make it into this release. So I&#8217;m in the post editor. I have a new post. I love to blog and write and present. I hit Update. Super happy, whatever. Open up the post settings, and there&#8217;s this new section that allows you to both create a brand new template. This will ideally be used both in themes that are block-based themes, so they&#8217;re ready for full-site editing, and potentially for classic themes. There&#8217;s actually work underway so that this will be available in anything being used in WordPress right now.</p>\n\n\n\n<p>So right now, if I hit Edit, this will take me into the template that this post is using. So let&#8217;s do that now. So as you can see, this drops me into what looks like the entire site. So you can see I have my header up here, I have the footer down here, and I can make changes directly to them. So, for example, if I jump in here, this is the navigation block, and I haven&#8217;t yet set it up. So I can say add all pages, and I can start empty. In this case, I&#8217;ll say, &#8220;You know what? Let&#8217;s start empty.&#8221; Let&#8217;s say I want to add a custom link. One of the cool things you can actually do, you can quickly select from here, or let&#8217;s say I want to add a new post. Let me first select post link.</p>\n\n\n\n<p>So adventures around the world. Let&#8217;s pretend I&#8217;m just inspired where I&#8217;m writing this. I can actually create a draft post, which is pretty cool, and it&#8217;ll show up here. It will not show up on the front end, since it&#8217;s a draft, but it actually creates a page draft for this with this title automatically. So let&#8217;s say I&#8217;m scrolling through here. I&#8217;m going, &#8220;Oh, this looks pretty good. Actually, I kind of want to see what it looks like if I add an image to the post here.&#8221; Pull up an image block. Oh, my media library. Hammocks. Can&#8217;t get enough hammocks. Going to throw that in there. Great. So at this point, I&#8217;ve made changes to the actual header. I&#8217;ve made changes to the post. I&#8217;m just going to apply and see what happens.</p>\n\n\n\n<p>So this is the multi-entity saving that I mentioned earlier. Now, as you can see, it has a section for posts, so it&#8217;s saying, &#8220;Hey, you edited this post,&#8221; and it has a section saying, &#8220;Hey, you edited the header.&#8221; So at this point, I&#8217;m going to hit Save, because I want both those changes to propagate. Now I&#8217;m back into my post, into the writing flow, and I can easily switch back and forth. I can also select a new one. But yeah, hopefully this gives you a good sense of one of the key parts that&#8217;s being worked on for inclusion in 5.8. There will be a demo later, but this is just a taste.</p>\n\n\n\n<h2 id=\"10-strong-timeline-of-5-8-release-strong\">Timeline of 5.8 Release</h2>\n\n\n\n<p>To help set the stage for what you can prepare for, here are some upcoming dates to keep in mind. If you&#8217;re like me, time is moving really strangely, so I like to have dates to kind of anchor me. Feel free to take a screenshot of this or write it down if you&#8217;d like. So April 13th and April 27th, these are the go and no-go decision dates. So right now, project leadership actually has gathered. So you might notice if you are good with dates and good with time right now, April 13th has come and gone. So this date has passed, and project leadership has met actually to go through different FSE-related features and projects to figure out what might be ready for 5.8. I would expect to see more high-level posts throughout the month, especially after the second date, the April 27th date. That&#8217;s when final decisions will be made around 5.8.</p>\n\n\n\n<p>Then if all goes well, the beta period for WordPress 5.8 will start on June 8th. So people can actually start getting their hands on the tools that are going to be in place in the actual release and testing it and finding bugs and improving things from there. July 20th is the actual date of WordPress 5.8 and when it&#8217;s released. This is being considered as an open beta, where theme authors, plugin authors, agencies, and more can dig into the tools that are being offered and that I went over previously. Then in December 2021, that&#8217;s around the time when WordPress 5.9 will be released, and this is when I expect to move from tools for extenders into tools actually for users and more user-facing interactions with full-site editing and having things unlocked in the interface that previously in 5.8, most users won&#8217;t notice and won&#8217;t interact with. In 5.9, I expect that to be more visible.</p>\n\n\n\n<p>So some key takeaways. I know this is a lot of information. So only what&#8217;s ready from the various milestones will be shipped. This is not an on-off switch, and it won&#8217;t take over your site. The focus right now is on giving tools to extenders first, before user-facing changes. That&#8217;s a big lesson that was learned from the 5.0 merge, where Gutenberg and the core editor was brought into the WordPress experience. This is something that, thankfully, we&#8217;re in a position where because of these interrelated projects, we&#8217;re able to move in a more flexible and adaptable way to release what&#8217;s ready and not anything else.</p>\n\n\n\n<h2 id=\"11-strong-what-is-the-fse-outreach-experiment-program-strong\">What is the FSE Outreach Experiment Program?</h2>\n\n\n\n<p>All right. At this point, let&#8217;s jump into the full-site editing outreach program. As a reminder, this is the program that I actually run, so consider this free rein to ask me whatever question you&#8217;d like, because I think probably too much about this program. But it&#8217;s something I&#8217;m really excited to talk to you about, and I think it&#8217;s a really neat vehicle for both feedback and education about full site editing.</p>\n\n\n\n<p>So let&#8217;s go over some big picture questions, kind of like we did earlier on, and just get the details of the way. So let&#8217;s start. What is it? So essentially, it&#8217;s just a program focused on full-site editing. It&#8217;s in the form of a Slack channel right now. I&#8217;ll go over how to join it in a bit. But it has curated calls for testing, summary posts of the feedback that we get, and various educational opportunities that you can hop in on, mainly in the form of live streams. I&#8217;m running some hallway hangouts, which are basically just Zoom calls. People can come in, and we can talk about full site editing.</p>\n\n\n\n<h3 id=\"12-strong-whats-the-goal-strong\">What&#8217;s the goal</h3>\n\n\n\n<p>What&#8217;s the goal? So the goal is pretty simple, help improve full-site editing experience by gathering feedback from WordPress site builders. While the group originally started solely to be about feedback, there&#8217;s actually this really neat educational component that has come up as the feature has developed and as more people have gotten curious about it. So people can join just to build their own awareness about what&#8217;s happening with full-site editing and kind of just look at a glance or just help amplify the posts that are coming through.</p>\n\n\n\n<h3 id=\"13-strong-why-was-it-started-strong\">Why was it started?</h3>\n\n\n\n<p>Why was it started? So I&#8217;m going to quote Josepha from the kickoff post. During the WordPress 5.0 retrospective, which is when Gutenberg was merged and the core editor was merged, one of the things that came up routinely was the need for better engagement with users. It was generally agreed from all levels and area of contribution that users would be most impacted by Gutenberg, but the users were also the group we had the least channels of communication to. To help get user feedback to WordPress developers a little bit more seamlessly, I&#8217;m going to try and experiment outreach program. So basically, this is a lesson that was learned from the 5.0 release. In order to prevent another situation where people are caught by surprise, this program is in place to help people get excited and on ramped and on boarded onto full-site editing, as well as getting feedback so that we know if a major workflow change is coming into play, we can actually get user feedback to make it a little bit easier.</p>\n\n\n\n<h3 id=\"14-strong-how-to-join-fse-outreach-experiment-strong\">How to Join FSE Outreach Experiment</h3>\n\n\n\n<p>All right. At this point, I bet you&#8217;re just so stoked. You&#8217;re ready to dive in. Awesome. (laughing). All you&#8217;ve got to do is join FSE Outreach Experiment in Make WordPress Slack, and then you&#8217;re all set. You&#8217;ll just get a bunch of annoying pings for me with prompts for how to test, interesting posts related to full site editing, and more. I promise it&#8217;s also not as scary as this dive, which looks absolutely terrifying, but also beautiful.</p>\n\n\n\n<h2 id=\"15-strong-high-level-feedback-from-calls-for-testing-strong\">High-Level Feedback from Calls for Testing</h2>\n\n\n\n<p>So because at this point, we&#8217;re on our fifth call for testing, I want to go over some high-level pieces of feedback that we&#8217;ve actually gotten about the experience so far. Basically, across all the calls for testing, these are repeated themes that have come up. But keep in mind that because there are certain aspects that we actually haven&#8217;t tested, so global styles, for example, the UI isn&#8217;t available really for users, and it&#8217;s not refined for users, so it&#8217;s not something that we&#8217;ve had as a focus part of testing, even though there is a UI that is available. So certain things are left out purely because they aren&#8217;t necessarily ready for testing, but these are the top pieces of feedback. So bear with me.</p>\n\n\n\n<h3 id=\"16-strong-preview-content-strong\">Preview Content</h3>\n\n\n\n<p>Previewing content. Publish a post. You want to go preview it, or you&#8217;re editing a post. You want to go preview the content. The same thing is true with full site editing. This is a big thing that kept coming up. My question is, is this a necessary workflow, or is it a symptom of other problems? Because in general, the site editor should be as WYSIWYG, as what you see is what you get, as possible.</p>\n\n\n\n<p>So if you&#8217;re making a change, it should look exactly the same as the front end of your site, and because it doesn&#8217;t right now, it&#8217;s causing this tension. There actually is a preview site option under discussion, as well as a browse mode option, which basically, if you&#8217;re actually editing your site, it would turn off everything that wouldn&#8217;t actually show up on the front end. So if you only have one page of posts, but you have pagination set up so if you had multiple pages, that would actually go away. So as you can imagine, this is currently up for discussion, but there actually are a couple different pathways to try and address this problem. But it&#8217;s a very important one to address.</p>\n\n\n\n<h3 id=\"17-strong-saving-process-strong\">Saving Process</h3>\n\n\n\n<p>Saving process. I like to say it&#8217;s technically reliable, but not yet delightful. So basically, it&#8217;s left a lot to be desired right now, and it&#8217;s resulted in a fair bit of confusion. There&#8217;s a lot of feature requests and enhancements and bugs that have come up related to saving. This is likely because the multi-entity saving aspect that I demoed earlier is very new for WordPress users. It&#8217;s not something we&#8217;re used to having as part of our workflow. So it&#8217;s something that inherently needs some work on. So whether it was people requesting more granular saving options to show specifically what was being changed to issues with saving for screen readers to confusion around even just what the general parts mean, like what you&#8217;re actually selecting or unselecting, This was definitely a big, big area of feedback.</p>\n\n\n\n<h3 id=\"18-distinction-between-editing-area\">Distinction between editing area.</h3>\n\n\n\n<p>Distinction between editing area. So basically, because you can edit all parts of your site, it&#8217;s hard to know, &#8220;Am I editing the header for all of my site, or am I editing just a specific piece of content on a post?&#8221; This kind of distinction, jumping between different levels of, &#8220;Oh, you&#8217;re changing this. This will change everything&#8221; to &#8220;You&#8217;re just changing this one thing in this one spot&#8221; is pretty tricky. Right now, there&#8217;s not a lot of friction, and there&#8217;s not a lot clarity in the actual experience to show when you&#8217;re actually jumping between those different levels. So this was a big piece that&#8217;s come up, and it&#8217;s something that is an active area of iteration and exploration to kind of get the right amount of friction in place.</p>\n\n\n\n<h3 id=\"19-rethinking-width-and-alignment\">Rethinking Width and Alignment.</h3>\n\n\n\n<p>So rethinking width and alignment. Previously, alignment in full-site editing worked to optimize how traditional things worked, where basically, traditional things provided their own alignment styles. This worked okay for the project up until this point. But recently, work has been shipped to reimagine how this dynamic should work to allow for actually more control over alignments when using the site editor. This should actually help make sure that whether you want something that&#8217;s full width or you want to change the actual width of your content that&#8217;s showing up that it&#8217;ll actually be what you see is what you get. Right now, this is another piece of feedback at a high level that&#8217;s impacted what you see is what you get experience.</p>\n\n\n\n<h3 id=\"20-strong-general-usability-improvements-strong\">General usability improvements.</h3>\n\n\n\n<p>Generally usability improvements. I admit this is totally a catchall, and it covers a ton of stuff, but it&#8217;s actually a very important one to think of, because it&#8217;ll actually move the site editing experience from being just functional to actually delightful, which is really exciting. There&#8217;s a ton of issues that are included in this, including some enhancement requests, bug reports, all that good stuff. One of my favorites to talk about is creating a background image on a template part. So imagine you have a header. You&#8217;re working on it. You&#8217;re super excited, and you&#8217;re almost done. Then you&#8217;re like, &#8220;Oh, do you what would be really cool is if I had mountains in the background. Maybe I&#8217;ll add a cover block in the background and add an image and set the opacity pretty low, but have mountains going in the background of the site.&#8221; That&#8217;s really hard to do.(laughing). You basically would have to delete everything and add the block in and then add everything back. So those are the kinds of experiences that we&#8217;re trying to improve right now.</p>\n\n\n\n<h3 id=\"21-strong-improving-placeholders-strong\">Improving Placeholders.</h3>\n\n\n\n<p>Improving placeholders. So placeholders, especially for some of the newer blocks, are a powerful way to both guide people and a current point of confusion. So you probably saw this with the navigation block earlier, where it had those little grayed boxes. It&#8217;s like, &#8220;How do we explain to people, &#8216;Hey, this is something you have to set up and engage with, but here&#8217;s generally what it will look like and what it will do&#8217;?&#8221;&nbsp;</p>\n\n\n\n<p>The feedback for this mainly came into play with the query block, social icon block, featured image block, and the navigation block. Each currently actually also get users started in different ways. So not only are there different placeholders for different experiences, the actual experience of interacting with the placeholders are all pretty inconsistent right now. So I think in the long run, it seems that users will benefit a bunch from a standardized, consistent way to interact with placeholder content so that it becomes a really familiar interaction when you&#8217;re working with a more powerful block. This especially is true for the query block and navigation block.</p>\n\n\n\n<p>Okay, now that we&#8217;ve covered the milestones, the outreach program, high-level pieces of feedback, I&#8217;m going to quickly run through some key topics that I imagine you&#8217;re going to have questions about. Just because I cover them here does not mean I don&#8217;t want to answer questions, so please don&#8217;t see this as a sign that you can&#8217;t also still ask questions about these topics. This is just what I&#8217;ve been hearing from folks.</p>\n\n\n\n<h2 id=\"22-strong-will-full-site-editing-take-over-my-site-strong\">Will full site editing take over my site?</h2>\n\n\n\n<p>Hopefully by this point, you all can say no in a resounding way. But no, this is not something that&#8217;s going to all of a sudden, on-off switch, you upgrade to 5.8, it takes everything over. Not at all. You very much have to opt into it through using a theme blocking that supports, actually, these features. In time, more pathways are going to be built as well so that when you&#8217;re actually using full-site editing, you&#8217;ll likely be using pieces in all of it. So you could just be using the query block, or you could just be using global styles without it taking over your entire site.</p>\n\n\n\n<h2 id=\"23-strong-what-about-the-block-based-navigation-and-widget-screens-strong\">What about the block-based navigation and widget screens?</h2>\n\n\n\n<p>What&#8217;s the deal there? So in case you missed it, there&#8217;s actually two additional projects that are dedicated to bringing blocks to more areas of the site outside of full site, I think. This include the navigation screens. You can build out menus and the widget screens. You can build out your widget sections, and this is pretty powerful and high-impact work. They are both separate projects that are tangential to full-site editing, but you can think of them as stepping stones, basically. So you could have a theme that is a classic theme, but it uses a block-based widget screen so that people can have the power blocks with their widgets. Essentially, the whole point, like I said, it&#8217;s a stepping stone to get people used to using blocks more places.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<h2 id=\"24-strong-site-builders-strong\">Site builders</h2>\n\n\n\n<p>I could write a thesis about this, because there&#8217;s so much to talk about here. I imagine I&#8217;m going to get questions about this, but essentially, full-site editing is being built partially so people don&#8217;t get stuck or locked into one site builder or another. It&#8217;s also being built in a way that site builders can actually hook into what&#8217;s being created if they choose to. I&#8217;ve heard from a lot of folks, though, that they expect full-site editing to actually fully replicate their favorite site builder&#8217;s functionality, and I&#8217;m here to say that while the goals between full-site editing and site builders are pretty similar in terms of empowering users and giving better tools to customize a site, the difference is that we&#8217;re building for 40% of the Internet, and we&#8217;re building even for site builders, where site builders have a much more targeted approach.</p>\n\n\n\n<p>In the future, I do think there will always be room for specific takes of how to have an ideal site editing experience, whether that&#8217;s geared to a specific group, like a marketing style approach, or if you want to have things locked down or if you want to have things opened up. But generally speaking, full-site editing is meant to actually expand the way WordPress as a whole uses blocks, so don&#8217;t expect it to fully replicate any sort of site builder, your favorite site builder, essentially.</p>\n\n\n\n<h2 id=\"25-strong-how-is-this-going-to-impact-themes-strong\">How is this going to impact themes?</h2>\n\n\n\n<p>How is this going to impact themes? So in the long run, this should actually make theme development much easier. I think Marcus&#8217;s demonstration later will show that, and much simpler, especially with the design tools that will be essentially ready at your fingertips to tap into. Ideally, because of what&#8217;s being released, it should allow theme authors to focus less on coding and functions and more on design aesthetics, integrating block patterns, and all that good stuff. But because one of the key things I wanted to really drive home in this section, though, is that because full-site editing requires a block-based theme or a theme with certain functionality enabled, this makes theming extremely important to get right. So I&#8217;ve heard people say like, &#8220;Oh, themes are a thing of the past.&#8221; It&#8217;s very much not true. I&#8217;d actually argue the opposite, that theme is almost key to this experience, to having it be delightful and having it makes sense.</p>\n\n\n\n<h2 id=\"26-strong-what-pathways-are-going-to-be-created-strong\">What pathways are going to be created?</h2>\n\n\n\n<p>I know I&#8217;ve talked a lot about pathways this entire time, but it is the entire focus of the final month milestone for full-site editing. So expect a lot of pathways. For now, this includes everything from having a classic theme that can take advantage of global styles to template editing or a block-based widget screen. This also includes things like allowing certain full-site editing, really, blocks to be available for users, regardless of if they&#8217;re using a classic theme or a block theme or enabling the ability to edit block templates directly, kind of like I showed in the demo earlier. So there&#8217;s going to be a ton of options here, and I&#8217;m actually really excited to see what happens once 5.8 kind of sparks the creativity of the community, because I imagine both that people will create their own pathways and start experimenting, and we&#8217;ll also get a very clear sense of, &#8220;Hey, I actually really need X, Y, and Z pathway.&#8221; We&#8217;ll get a sense of demand from the community of core, which is super exciting to have.</p>\n\n\n\n<h2 id=\"27-strong-whats-the-best-way-to-prepare-nbsp-strong\">What&#8217;s the best way to prepare?&nbsp;</h2>\n\n\n\n<p>So this depends on who you are. (laughing). So depending on whoever you are, at a high level, this is what I recommend. Join the FSE Outreach Program. I know this is the thing that I run. I&#8217;m very biased. But seriously, join it. I think it&#8217;s really, really helpful to get a sense both of feedback, what&#8217;s being currently iterated on, and just general education opportunities. If you&#8217;re a theme author, I really recommend checking out the theme experiments repo and joining the block-based theme meetings to learn about the latest and greatest, because lots of good information is shared there. In general, too, it&#8217;s often also helpful to join the weekly core editor meetings, because there&#8217;s regular updates about the projects and PRs people working on. Finally, pay attention to upcoming content on Learn WordPress, because I think there&#8217;s going to be a ton of stuff coming up about full-site editing, depending upon what&#8217;s scoped for 5.8 and 5.9, including building a block-based theme, for example. That will really help, I think, everyone level up.</p>\n\n\n\n<h2 id=\"28-strong-stay-connected-with-anne-mc-carthy-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-nbsp-strong\">Stay connected with Anne McCarthy</h2>\n\n\n\n<p>All right. So we&#8217;re at the very end. At this point, if you want to stay connected with me or you have follow-up questions after this talk, I very much welcome them. You can find me on WordPress or on Slack @annezazu, or you can reach me at my site, nomad.blog. I will also try and drop my automatic email address separately. I just won&#8217;t on a live presentation, in case you want to follow up directly via email. I&#8217;m not on Twitter. I&#8217;m not on Facebook. I&#8217;m on and off of Instagram. So please don&#8217;t try to contact me those ways.</p>\n\n\n\n<p>Finally, I just want to say thanks so much for your time. Let&#8217;s hear your questions at this point. I&#8217;m really excited to hear what you all are thinking and curious about. I do want to say I don&#8217;t know everything, but I can find anything, and I&#8217;ve talked with David about how he can follow up after this presentation to get you all information and answers that you all want to questions that I might not be able to answer. So at this point, I&#8217;m going to pass it off to live and current Anne and give a high-five from past Anne.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Apr 2021 18:21:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Enō: ‘Probably This Is the Best Blogging Theme Ever’\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:163:\"https://wptavern.com/eno-probably-this-is-the-best-blogging-theme-ever?utm_source=rss&utm_medium=rss&utm_campaign=eno-probably-this-is-the-best-blogging-theme-ever\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4460:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Sometimes a theme&rsquo;s description is so moving that one must install, activate, and test the project. I often rail against the obviously keyword-stuffed text in the free WordPress theme directory. But, I am pleasantly surprised from time to time.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>En&#333; is an elegant, modern and functional WordPress theme. Probably this is the best blogging theme ever. Just see the demo at&hellip;It supports Gutenberg block editor and has a lot of Customizer options&hellip;</p></blockquote>\n\n\n\n<p>Thus began my journey into <a href=\"https://webminimalism.com/blog/eno-wordpress-theme/\">En&#333;</a>, an upcoming theme by Ivan Fonin. I could have been partially a language-barrier thing. Or, the author could have just been having a bit of fun. Nevertheless, it was the sort of description that stood out enough to pull into my test environment. Any blogging theme claiming the title of &ldquo;the best&rdquo; was at least worth a look.</p>\n\n\n\n<p>What I found was a well-designed theme that focused on some of those timeless elements, such as generous use of whitespace and sound typography. I would not go so far as crowning it the best ever created, but it will undoubtedly be the perfect fit for many bloggers in the future.</p>\n\n\n\n<p>Currently, the theme is awaiting a review before it lands in the official WordPress theme directory. However, those who want to try it out early can snag a copy of the ZIP file from its <a href=\"https://themes.trac.wordpress.org/ticket/97585\">Trac ticket</a>.</p>\n\n\n\n<p>En&#333; tackles the intricacies of block editor design like a pro. In areas where so many &ldquo;block-ready&rdquo; themes fail to live up to expectations, it is a textbook example of working alongside the block system.</p>\n\n\n\n<p>Where it falls short is that it does not go beyond nailing down the basics of block design. The theme bundles no patterns, which would allow users to quickly drop in more advanced layouts. It also does not include block styles or even a custom color palette. There are no unique elements in the design where the author stamps his own signature in bold. It is almost formulaic, but that is not necessarily a bad thing. Formula can feel good. It can be comforting when you need something that simply gets out of the way and allows your content to shine.</p>\n\n\n\n<p>While Fonin bills the project as a blogging theme, it stands out as a solid option for photographers. The open-canvas layout leaves ample room for large images and galleries, and the <a href=\"https://demo.webminimalism.com/eno/\">theme&rsquo;s demo</a> is filled with examples.</p>\n\n\n\n<img />Gallery examples from the  En&#333; theme.\n\n\n\n<p>What would make this theme even better would be a few image and gallery styles, allowing end-users to spruce up their blocks a little more.</p>\n\n\n\n<p>As much as I like the theme, it does tick one of the boxes from my most-irritating-things-that-themes-do checklist. It outputs the featured image on single post views above the post content. This creates the dreaded double-image issue when a user also uses the same image in the post itself. The easy fix for this is to provide a theme option for not showing the featured image on single posts.</p>\n\n\n\n<img />No customizer option to disable post featured image on single views.\n\n\n\n<p>It is a surprise that the theme does not have this option because it allows users to enable or disable nearly everything possible outside of the post content. It has three different areas where metadata can be shown: before the post title, after the title, and after the content. Users can pick and choose what appears where via a series of checkboxes. The approach is convoluted at best and is a good representation of why we need the site editor. This is not so much the fault of the theme as it is a limitation of the customizer. Instead of ticking and unticking boxes, users could simply move blocks around to their desired location.</p>\n\n\n\n<p>The comments are broken in the theme at the moment. Each comment&rsquo;s text is outputting a simple comma instead of the content. I am sure this will come up in the theme review and be addressed before it goes live.</p>\n\n\n\n<p>For users looking for a minimalist, block-ready theme, this will be a solid option once it makes it through the review process. I look forward to the day when themes like En&#333; are the baseline when designing for the block system.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Apr 2021 17:20:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Full Site Editing Is Partly a ‘Go’ for WordPress 5.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/full-site-editing-is-partly-a-go-for-wordpress-5-8?utm_source=rss&utm_medium=rss&utm_campaign=full-site-editing-is-partly-a-go-for-wordpress-5-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6930:\"<p class=\"has-drop-cap\">Today, Josepha Haden Chomphosy <a href=\"https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\">announced the results</a> of yesterday&rsquo;s &ldquo;go/no-go&rdquo; demo and decision on <a href=\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\">whether Full Site Editing (FSE) would land in WordPress 5.8</a>. The site editor and global styles are not landing in the next release. However, several other features should launch and allow users to build their sites with blocks in new ways.</p>\n\n\n\n<p>The following people attended the demo:</p>\n\n\n\n<ul><li>Mat&iacute;as Ventura &ndash; Demo Host and Gutenberg Project Lead</li><li>Matt Mullenweg &ndash; WordPress Project Lead</li><li>Helen Hou-Sand&iacute; &ndash; Lead Developer</li><li>Josepha Haden Chomphosy &ndash; Executive Director</li><li>H&eacute;ctor Prieto &ndash; Technical Project Manager</li><li>Chlo&eacute; Bringmann &ndash; Assisting with administrative and operational logistics</li></ul>\n\n\n\n<p>Ventura walked the group through the various FSE features that could be ready for WordPress 5.8, taking questions and discussing along the way. There was also a discussion afterward that focused on ideas beyond the next release.</p>\n\n\n\n<p>The following FSE-related features are expected to ship:</p>\n\n\n\n<ul><li>Improvements from Gutenberg 9.9+.</li><li>New theme-related blocks like Query, Site Logo, Navigation, and more.</li><li><code>theme.json</code> integration, which allows themes to define block defaults and settings.</li><li>Template-editing mode for the block editor.</li><li>Block-based widgets screen and customizer integration.</li><li>New block design tools, such as duotone (SVG filters for images), layout controls, padding, and more.</li></ul>\n\n\n\n<p>&ldquo;Not all of the above are currently ready but there&rsquo;s some level of confidence that they can be by the time of 5.8,&rdquo; noted Haden Chomphosy in the post.</p>\n\n\n\n<p>This list feels like a solid compromise between launching some of the more polished FSE features and trying to force in those that are probably out of reach for a July 2021 release. The features also provide current users access to new block tools without activating a block-based theme.</p>\n\n\n\n<p>The group focused on the Query block for much of the early discussion. The Gutenberg development team will likely change the block&rsquo;s user-facing name to something less confusing. It also needs a bit more polishing to make things more user-friendly.  I am interested in seeing how theme authors use this in conjunction with patterns once this launches.</p>\n\n\n\n<p>One other feature that users should look forward to is the <a href=\"https://wptavern.com/first-look-at-initial-designs-for-wordpress-block-pattern-directory\">pattern directory</a>. While it is not ready for integration into the WordPress admin UI, it does not need to be. Users will be able to copy patterns from the directory and paste them directly into their editor. In time, it should become a part of the built-in experience.</p>\n\n\n\n<p>The group seems to have made a good call on which features to include. It is easy to want to push forward and get everything into the hands of users. It can be tougher to pull back and compromise.</p>\n\n\n\n<p>Full video of the demo:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>I had two takeaways that stood out to me more than anything in the meeting.</p>\n\n\n\n<h2>Takeaway #1: Page Template Editor</h2>\n\n\n\n<p class=\"has-drop-cap\">In WordPress 5.8, users should gain access to the <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">template editor</a>. On the page-editing screen, it allows users to switch out of content-editing mode. From there, they can work on the overall template. Essentially, for this release, it would serve as a landing page builder.</p>\n\n\n\n<p>This is a sort of middle ground between just the block editor and the eventual site editor. I like this route because it does not overwhelm end-users with a complete site-editing experience at once. It is a helping hand, a transition from the current phase to the next, allowing users to familiarize themselves with more advanced tools.</p>\n\n\n\n<p>The template editor will work for all users too. They will not be required to run a block-based theme to access it. Because each template would be a one-off use case, WordPress can serve this up without theme authors opting into it.</p>\n\n\n\n<p>Many block-ready themes have already been including an &ldquo;open canvas&rdquo; type of template. This would remove the need for those unless also including it for third-party builders. It would also solve the portability issue when users switch from a theme that bundles the template and one that does not.</p>\n\n\n\n<h2>Takeaway #2: Many Block-Based Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">At the end of the discussion, the group was more or less spitballing some ideas beyond version 5.8. In particular, Hou-Sand&iacute; shared a vision of what theme development for the official directory could look like in the era of FSE.</p>\n\n\n\n<p>&ldquo;Because the full site editing, like from a user-facing point of view, is not about page building all the time,&rdquo; she said. &ldquo;It&rsquo;s about tweaking what&rsquo;s there. Yeah. So I feel like the correct thing for core to do in terms of bundled themes is actually a bunch of small bundled themes.&rdquo;</p>\n\n\n\n<p>I have previously written about how work on <a href=\"https://wptavern.com/work-on-the-twenty-twenty-two-default-wordpress-theme-should-already-be-underway\">Twenty Twenty-Two should already be underway</a> instead of waiting until the last moment to piece a new default theme together for the end-of-the-year launch. The yearly default theme system has served the community well for over a decade now. I am already warming to the idea of turning it on its head and forging a new path.</p>\n\n\n\n<p>With FSE, developers do not necessarily have to follow all of the rules of traditional themes. Themes like Kjell Reigstad&rsquo;s <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like, two-column landing page theme</a> would be well-suited to such an experiment. Smaller, more experimental projects like this could replace the old Twenty* theme system with something new or even complement it.</p>\n\n\n\n<p>Hou-Sand&iacute; also threw out a few ideas around building block-based themes via a library of CC0 images, the patterns directory, and copying/pasting things from WordPress.org. She likened it to the CSS Zen Garden era. It could even open the possibility of bypassing the theme review process since everything would be pre-vetted.</p>\n\n\n\n<p>But, these are thoughts for tomorrow. For now, we are at least getting some initial FSE components.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 21:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: Zerodium Temporarily Triples Payout to $300K for WordPress Exploits\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115080\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/zerodium-temporarily-triples-payout-to-300k-for-wordpress-exploits?utm_source=rss&utm_medium=rss&utm_campaign=zerodium-temporarily-triples-payout-to-300k-for-wordpress-exploits\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4216:\"<p><a href=\"https://zerodium.com/\">Zerodium</a>, one of the most well-known security vulnerability brokers, announced that it is tripling payouts for remote code execution exploits on default WordPress installations. Payouts are typically $100K but have been temporarily increased to $300K. </p>\n\n\n\n<p>The company focuses on acquiring original and previously unreported zero-day research. It pays researchers for high-risk vulnerabilities and fully functional exploits, with the highest rewards at $2.5M for &lsquo;full chain, zero-click, with persistence&rsquo; Android exploits. This price tag was increased from $200K in September 2019, suggesting Android exploits have become more difficult to find or that demand for them has increased significantly.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We\'re temporarily increasing our payouts for WordPress RCEs to $300,000 per exploit (usually $100K). <br /><br />The exploit must work with latest WordPress, default install, no third-party plugins, no auth, no user interaction!<br /><br />If you have this gem, contact us: <a href=\"https://t.co/PBuS1nnpED\">https://t.co/PBuS1nnpED</a></p>&mdash; Zerodium (@Zerodium) <a href=\"https://twitter.com/Zerodium/status/1380489573009031170?ref_src=twsrc%5Etfw\">April 9, 2021</a></blockquote>\n</div>\n\n\n\n<p>Exploit resellers operate within a sort of grey area of security research. As a standard practice, security researchers are encouraged to report vulnerabilities to the original developer of the software, not an intermediary that may pass it along to a party that may not use the information for good. The appeal of these companies is that they pay more than most organizations, hence the tagline: &ldquo;<em>We pay BIG bounties, not bug bounties.&rdquo;</em></p>\n\n\n\n<p>WordPress has an account with <a href=\"https://hackerone.com/wordpress/\">Hackerone</a> to pay security researchers for vulnerabilities but <a href=\"https://hackerone.com/wordpress/hacktivity?type=team\">payouts</a> are much smaller in comparison to what exploit brokers pay. This makes it a tough choice for security researchers who do this for a living. Professional zero-day hunters are looking for the highest payouts for the vulnerabilities they find, which can sometimes take months or longer.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Zerodium does not reveal who its clients are or what their purpose is for buying the the vulnerabilities. The best case scenario would be a government entity wanting to secure its own systems. Even then one cannot guarantee that they use the exploit ethically or that they don&rsquo;t inadvertently leak the exploits where they could be used maliciously by others. </p>\n\n\n\n<p>Zerodium did not elaborate on why it has increased payouts for WordPress exploits to $300K. <a href=\"https://blog.wpscan.com/2021/04/10/zerodium-wordpress-exploit.html\">WPScan</a> speculates that the company may suddenly have a greater demand for WordPress RCE exploits, combined with WordPress becoming more secure:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This could indicate that WordPress is becoming more secure and that it is getting harder to find the critical security issues that buyers want. On the other hand, we must also assume that these types of exploits already exist and are already being actively sold on Zerodium and other similar platforms.</p><p>We could also conclude that if a government is going to pay more than $300,000 on a WordPress RCE exploit, that they intend to use it. World governments may even barter over the exploits so that the seller, in this case, Zerodium, gets the best price.</p></blockquote>\n\n\n\n<p>WPScan also emphasized that with WordPress having such a large presence on the web, an exploit against core with those particular characteristics &ldquo;would be devastating to the web as a whole if it landed in the wrong hands.&rdquo;</p>\n\n\n\n<p>&ldquo;Zerodium increasing their prices may indicate that it is becoming harder to find these critical issues in WordPress Core,&rdquo; WPScan founder and CEO Ryan Dewhurst said. &ldquo;That, at least, should be good news for WordPress and the web as a whole.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 18:11:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WordPress.org blog: WordPress 5.7.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/04/wordpress-5-7-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8387:\"<p>WordPress 5.7.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">26 bug fixes</a> in addition to two security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 4.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.7.1 is a short-cycle security and maintenance release. The next major release will be version 5.8.</p>\n\n\n\n<p>You can download WordPress 5.7.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Two security issues affect WordPress versions between 4.7 and 5.7. If you haven’t yet updated to 5.7, all WordPress versions since 4.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Thank you <a href=\"https://www.sonarsource.com/\">SonarSource</a> for reporting an XXE vulnerability within the media library affecting PHP 8.</li><li>Thanks <a href=\"https://mikaelkorpela.fi/\">Mikael Korpela</a> for reporting a data exposure vulnerability within the REST API.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>Props to <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> and the WordPress security team for their work on these issues.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-7-1/\">version 5.7.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.7.1 release was led by <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">@peterwilsoncc</a> and <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.7.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dkoo/\">dkoo</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzim/\">grzim</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenström</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 03:05:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Peter Wilson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: FSE Outreach Round #5: Venturing out a Query Quest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115153\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/fse-outreach-round-5-venturing-out-a-query-quest?utm_source=rss&utm_medium=rss&utm_campaign=fse-outreach-round-5-venturing-out-a-query-quest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5293:\"<p class=\"has-drop-cap\">The Full Site Editing (FSE) outreach program is chugging along. Since December, it has called for and completed four rounds of testing. The latest round asks volunteers to <a href=\"https://make.wordpress.org/test/2021/04/14/fse-program-testing-call-5-query-quest/\">provide feedback on the Query block</a>, arguably one of the most crucial pieces of the FSE-puzzle.</p>\n\n\n\n<p>Automattic Developer Relations Wrangler Anne McCarthy has been overseeing the program since its inception. Each round of testing asks participants to follow along with a set of instructions while testing a specific feature related to FSE. They can then provide feedback on what does or does not work. Thus far, the program has tested and identified issues for <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">template-editing mode</a>, <a href=\"https://wptavern.com/fse-outreach-round-2-building-a-custom-homepage-with-gutenbergs-site-editor\">building a custom homepage</a>, <a href=\"https://wptavern.com/new-full-site-editing-testing-challenge-create-a-custom-404-page\">creating a 404 page</a>, and <a href=\"https://wptavern.com/fse-outreach-round-4-building-a-restaurant-themed-header-with-gutenbergs-site-editor\">wrangling a restaurant-themed header</a>.</p>\n\n\n\n<p>Volunteers for the program should install the latest version of the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a> and the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a>. Participation is open to all, and further details are available through the announcement post.</p>\n\n\n\n<p>The latest test is all about the Query block &mdash; McCarthy is dubbing it a &ldquo;Query Quest.&rdquo;</p>\n\n\n\n<p>&ldquo;Not many blocks get an entire milestone dedicated to them but the Query Block did!&rdquo; she wrote. &ldquo;As the name implies, this is a pretty powerful block allowing you to display posts/pages on your site and customize them as you see fit. For example, you could easily use this block to show off all of your favorite recipes by setting it up to show a specific category of posts.&rdquo;</p>\n\n\n\n<p>Generally, theme authors will primarily work with this block. However, for those end-users who will inevitably want to customize post output on their sites, they may need to at least have some basic familiarity with it or its block variations.</p>\n\n\n\n<h2>Building With the Query Block</h2>\n\n\n\n<p class=\"has-drop-cap\">Following the instructions for the testing round netted fairly consistent results between the editor and front end. Each step walks participants through the process of assembling a two-column page with posts from separate categories. Within just a few minutes, I built a few demo posts with custom categories named &ldquo;Veggie Garden&rdquo; and &ldquo;Fruit Trees&rdquo; (side note: these are pics of my plants). I sped through the process with no issues.</p>\n\n\n\n<img />Using Columns to output two category-based Query blocks.\n\n\n\n<p>However, I am a bit of a pro at this point with the Query block. It is one feature I have been eyeing at least every week for months.</p>\n\n\n\n<p>The two primary issues I ran into were with the &ldquo;read more&rdquo; link and spacing. For the more-link, it simply did not appear on the front end. When viewing the source code, the wrapper HTML was there, but the actual text was nowhere to be found.</p>\n\n\n\n<p>As for spacing, this is more of a theme problem. I have harped on this issue in past testing rounds, and it is the same ol&rsquo; tune. TT1 Blocks failed to produce consistent spacing between the front and back end. One example is when using the Post Featured Image block followed by the Post Excerpt block. In the editor, there is little whitespace between the two. On the front end, there is ample room.</p>\n\n\n\n<p>Some might say it is the most vital part of page building &mdash; nailing down the layout. I have voiced my concerns <em>ad nauseam</em> on spacing, so I have nothing new to report on the subject.</p>\n\n\n\n<p>I decided to take a few extra steps and move beyond the basic testing instructions. Because it is springtime, I have been enjoying the outdoors a bit more as of late. I wanted to spruce up my Query block design. I wrapped the initial design in a Cover block with a garden-related background image, dropped in some header and intro text, and created boxes for my posts with the Group block. With a splash of color, some font-size changes, and a Spacer block here and there, I built something with a tiny bit more personality.</p>\n\n\n\n<img />Custom layout with the Query, Cover, and Columns blocks.\n\n\n\n<p>Testing never has to be boring. I encourage participants to grab inspiration from their own lives as they venture out on their Query Quest.</p>\n\n\n\n<p>While I have my complaints about the site editor and realize we are miles away from the long-term vision, it is also amazing what is now possible. Even six months ago, building something as simple as this was not happening. More and more each day, I believe a <a href=\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\">public beta of the site editor</a> and other FSE components in WordPress 5.8 is not such a bad idea.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 22:38:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"BuddyPress: BuddyPress 7.3.0 Maintenance &amp; Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=318066\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://buddypress.org/2021/04/buddypress-7-3-0-maintenance-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1768:\"<p><a href=\"https://downloads.wordpress.org/plugin/buddypress.7.3.0.zip\">BuddyPress 7.3.0</a> is now available. This is a security and maintenance release. All BuddyPress installations are strongly encouraged to upgrade as soon as possible.</p>\n\n\n\n<p>The 7.3.0 release addresses four security issues:</p>\n\n\n\n<ul><li>A vulnerability was fixed that could allow a member to create a group on behalf of another member via a REST API endpoint.</li><li>A vulnerability was fixed that could allow members to favorite any private/hidden activities they shouldn&#8217;t access to via a REST API endpoint.</li><li>A vulnerability was fixed that could allow the creator of a group to still be able to update or delete it after being demoted as a regular member of it via a REST API endpoint.</li><li>A vulnerability was fixed that could allow group&#8217;s banned members to remove themselves from the group and still be able to join it or request a membership to it via a REST API endpoint.</li></ul>\n\n\n\n<p>These vulnerabilities were reported privately to the BuddyPress team by&nbsp;<a href=\"https://profiles.wordpress.org/hoangkien1020/\">Kien Hoang</a>, in accordance with&nbsp;<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">WordPress’s security policies</a>. Our thanks to the reporter for practicing coordinated disclosure.</p>\n\n\n\n<p>Version 7.3.0 also fixes a bug about our WP CLI Scaffold command.</p>\n\n\n\n<p>For complete details, visit the <a href=\"https://codex.buddypress.org/releases/version-7-3-0/\">7.3.0 changelog</a>.</p>\n\n\n\n<p>Update to BuddyPress 7.3.0 today in your WordPress Dashboard, or by&nbsp;<a href=\"https://wordpress.org/plugins/buddypress/\">downloading from the WordPress.org plugin repository</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 05:09:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WordCamp Europe 2021 Opens Call for Speakers and Workshops\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"https://wptavern.com/wordcamp-europe-2021-opens-call-for-speakers-and-workshops?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2021-opens-call-for-speakers-and-workshops\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1836:\"<p><a href=\"https://europe.wordcamp.org/2021/wceu-launch-7-june-2021/\">WordCamp Europe 2021</a> will be taking place online, June 7-10. This will be the second year in a row that the event has not been held in person due to the pandemic, but organizers are incorporating feedback from the first edition to improve upon it.</p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/call-for-speakers/\">Speaker applications are now open</a> and first-time speakers are encouraged to apply. Organizers posted a list of example topics for inspiration, including advanced development, frameworks, security, storytelling, website performance optimization, and more.</p>\n\n\n\n<p>WCEU 2021 will be running two tracks, with two different presentation formats: long talks (20-minute talk with a 10-minute Q&amp;A) and lightning talks (10-minute talk with a 5-minute Q&amp;A). Prospective speakers are allowed to submit up to three different presentation topics on their <a href=\"https://europe.wordcamp.org/2021/speaker-application-form/\">applications</a>. The call for speakers is open until April 24, 2021, and selected speakers will be contacted the first week of May ahead of mid-May public announcements.</p>\n\n\n\n<p>WCEU organizers also plan to continue the successful tradition of hosting workshops after 77% of attendees who completed a feedback survey requested their return. Workshop sessions will be 45 minutes long and hosts will have workshop assistants available to them. Organizers are aiming to schedule a diverse lineup of workshops with topics like &ldquo;Starting with WordPress,&rdquo; accessibility, development, security, and SEO, to name a few.</p>\n\n\n\n<p>The <a href=\"https://europe.wordcamp.org/2021/call-for-workshops/\">call for workshops</a> is on the same timeline as speaker selection, with a closing date of April 24, 2021.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 02:40:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"HeroPress: A Journey toward Freedom with WordPress – वर्डप्रेससंगै स्वतन्त्रता तर्फको यात्रामा\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3529\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=a-journey-toward-freedom-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:46477:\"<img width=\"1024\" height=\"512\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/041321-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: My WordPress job allowed the freedom to work on my time.\" /><p><a href=\"https://heropress.com/feed/#nepali\">यो लेख नेपाली भाषामा पनि उपलब्ध छ।</a></p>\n<p>Hello world!</p>\n<p>“Always be thankful for what you have, many people have nothing!” &#8211; Buddha</p>\n<p>Yes, I’m immensely grateful to be writing this essay! I’m fortunate to have had the education that gave me the capacity to aspire, get into a WordPress job, meet people from around the world, connect with Topher of HeroPress, and tell my story!</p>\n<h3>How I Landed Into a WordPress Job</h3>\n<p>My WordPress journey began by chance! Honestly, I didn’t know WordPress until I landed on a WordPress job.</p>\n<p>Back then, I was doing my Master’s degree in Sociology and had just left my work as a school teacher. I was looking for a job that would allow me to focus on my study and pay me a decent salary.</p>\n<p>I had a long career of over 5 years in teaching which was a full-time job. In addition to 9 AM to 5 PM work, we had to work extra hours at home &#8211; designing lesson plans, evaluating assignment works, exams, etc. – so I was finding it hard to manage time for my own study. I just needed a job that wouldn’t require me to work after office hours.</p>\n<p>After applying to several different positions, I finally got a content writing job. Fortunately, the company turned out to be a successful WordPress development company based in Nepal (<a href=\"https://access-keys.com/\">Access Keys</a>).</p>\n<p>Well, it’s how my WordPress story began! But it’s not the full story.</p>\n<h3>For Hope! My Family’s Struggle for Education</h3>\n<p>I come from a remote village in the hills of Nepal, not connected by any means of transportation until recently. We had to walk a minimum of an hour to go to the nearest school, from where I completed my secondary education.</p>\n<blockquote><p>But that time wasn’t just about walking hours to reach school. It was also about poverty, hardships, and the burning desire to overcome them someday!</p></blockquote>\n<p>Schools were first opened in the late 1970s in our village but my parents couldn’t even complete the lower secondary level. Pervasive poverty and lack of awareness both were responsible for it.</p>\n<p>Time passed but our family’s financial condition was still the same. But my parents had understood that the only way out of it was education. Hence, they decided to send us to school, no matter what. Our father sometimes as a seasonal migrant worker to India, sometimes as a porter, brought us (me and my siblings) school supplies. Our mother worked day and night, managed home, family, and our farm.</p>\n<p>After completing secondary level education, I moved to a nearby city in the guardianship of my aunt. With minimal financial support from my parents, my aunt helped me complete higher secondary school.</p>\n<p>However, she had her own hardships. She was a single mother without any academic degree so had to work minimum-wage jobs which hardly met her and her family’s needs.</p>\n<p>Therefore, I couldn’t simply add to her burden. And on the other side, my parents had to support my younger siblings too. So, the only choice I had, if I wanted to study further, was to support myself, for which I started teaching in a school.</p>\n<h3>Breakthrough through English Language Skills</h3>\n<p>I got my life’s first job but it wasn’t easy. I joined a private English-medium school as a teacher. But my schooling as well as the undergraduate program had been in our national language, Nepali, and not in English. We had “English” as a subject in school but the teacher taught us English in the Nepali language. We never spoke in English. Yet, my English writing was fine as I was a good student.</p>\n<p>When I joined an English medium school as a teacher, I had no choice but to improve my English. I practiced speaking English with primary-level students. Within a year, my spoken English improved considerably.</p>\n<p>Along with my teaching job, I continued my college. It was a super-busy schedule but was the only option I had! With my earnings, I paid my college fees, covered some of my living expenses, and also supported my family. Well, this is how I completed my Bachelor’s degree and started my Master’s degree too.</p>\n<p>Later on, the same teaching job that I started to sustain myself enabled me to apply for an English content writing job! As of now, I’m quite confident about my English language skills but still feel hesitant when I have to talk with native speakers.</p>\n<h3>My WordPress Journey – Toward Freedom</h3>\n<p>As I stated earlier, I landed on my first WordPress job when I was looking for the type of job that would allow me free time for my study. Yes, and that’s from where my journey toward freedom began!</p>\n<p>During my interview, I explained to the CEO of <a href=\"https://access-keys.com/\">Access Keys</a> (<a href=\"https://twitter.com/athakuri\">Arjun Singh Thakuri</a>) about the flexibility that I need in my new job so that I could also focus well on my studies. I was hired and could join from 11 AM instead of the usual 9:30 AM after attending my classes in the morning. It was a moment of gratitude and great relief for me!</p>\n<p>I learnt WordPress at Access Keys. <em><strong>First</strong></em>, by reading Wikipedia and other blogs on the web. <em><strong>Second</strong></em>, from Arjun sir as well as from the senior developers and the designers at the company. I used to have a lot of questions, and my team at Access Keys helped me get answers to those questions. <em><strong>Third</strong></em>, by doing. I set up a WordPress.com blog, a testing site on localhost, and tried different options.</p>\n<blockquote><p>My curiosity was definitely the driving force, but above all, ‘the way WordPress is built’ is what made it possible for someone like me (with no technical background) to understand a powerful website creation software, WordPress.</p></blockquote>\n<p>As for content writing skills, I started with list articles (theme collections). Arjun sir mentored me for my first few articles. Later, Access Keys hired an experienced SEO professional <a href=\"https://twitter.com/seonerdy\">Amin Ghale</a> who taught me more about SEO and content writing. He is a mentor cum brother to me.</p>\n<p>When in Access Keys, I joined WordCamp for the first time – <a href=\"https://nepal.wordcamp.org/2015/\">WordCamp Nepal 2015</a>. The event was grand! I met people involved in WordPress from other companies in Nepal and abroad, heard their stories, and learnt about new innovations in WordPress!</p>\n<p>I was truly enthralled by the event and had truly wished to give a presentation in a WordCamp someday. And I did, the very next year! I shared what I had learnt so far on the title ‘SEO Copywriting for WordPress’ at <a href=\"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwi64ajv-_TvAhVCCM0KHdXKAVoQFjAAegQIBBAD&url=https%3A%2F%2Fkathmandu.wordcamp.org%2F2016%2F&usg=AOvVaw0nTcwn8d7MOgIp2sDtNhOD\">WordCamp Kathmandu 2016</a>.</p>\n<p>Later, I also joined a panel ‘Girls in WordPress – Story, Experience, Opportunity, and Career’ in <a href=\"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiCzcj_-_TvAhUJbc0KHfLUAWMQFjAAegQIBBAD&url=https%3A%2F%2Fbiratnagar.wordcamp.org%2F2018%2F&usg=AOvVaw1on2S3L2VlRRUTeN9eYsqa\">WordCamp Biratnagar 2018</a> along with a dear friend <a href=\"https://twitter.com/sandilyakafle\">Ganga Kafle</a> and my WordPress sister <a href=\"https://twitter.com/prithuthakuri\">Prithu Singh Thakuri</a>. Now, looking forward to joining some international WordCamps!</p>\n\n<a href=\"https://heropress.com/wordcampkathmandu2016speaker-srai/\"><img width=\"2048\" height=\"1349\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2016speaker-srai.jpg\" class=\"attachment-full size-full\" alt=\"Speaking at WordCamp Kathmandu 2016 S Rai\" /></a>\n<a href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/wordcampbiratnagar2018panel/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/wordcampbiratnagar2018panel.jpg\" class=\"attachment-full size-full\" alt=\"Sunita Rai on a panel at WordCamp\" /></a>\n<a href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/wordcampkathmandu2017fun/\"><img width=\"2048\" height=\"1367\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/wordcampkathmandu2017fun.jpg\" class=\"attachment-full size-full\" alt=\"\" /></a>\n<a href=\"https://heropress.com/wordcampkathmandu2018-fun/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2018-fun.jpg\" class=\"attachment-full size-full\" alt=\"A Moment of Fun at WordCamp Kathmandu 2018\" /></a>\n\n<p>About my WordPress career, I’m still in WordPress content writing.</p>\n<p>After Access Keys, I went to ThemeGrill, another successful WordPress business in Nepal, with even more flexibility and freedom in the working hours.  <a href=\"https://twitter.com/sanjipshah\">Sanjip Shah</a> and <a href=\"https://twitter.com/rabinsthaa\">Rabin Shrestha</a> (Founders of ThemeGrill) encouraged me to learn and explore this field even more. After some time, ThemeGrill hired a few new writers and I started mentoring them.</p>\n<p>Next, I joined Awesome Motive, the company behind the popular WPBeginner blog. In the beginning, I wrote for IsItWP and MonsterInsights blog but later also got the opportunity to write for WPBeginner. When at Awesome Motive, I got an even better opportunity to learn WordPress and marketing skills.</p>\n<p>My supervisors <a href=\"https://twitter.com/shahzadsaeed\">Shahzad Saeed</a> from India, <a href=\"https://twitter.com/noumaan_\">Noumaan Yaqoob</a> from Pakistan, <a href=\"https://twitter.com/LittleZotzWrite\">Lauren Tharp</a>, and <a href=\"https://twitter.com/keri_engel\">Keri Lynn Engel</a> from the United States helped me be better at my work. Above all, I was super lucky to have <a href=\"https://twitter.com/syedbalkhi\">Syed Balkhi</a> himself tutoring me every week on various aspects of content writing and marketing. I still remember how he explained the “success gap” over multiple calls, over weeks. He’s really a wonderful mentor!</p>\n<p>As of now, I work with beginners who’re just starting their careers in WordPress content writing. I’m trying to help small WordPress businesses and blogs with the marketing skills I’ve acquired so far. For example, SiteSaga.com, ZakraTheme.com are some of the sites I’m currently working on. Yet, I feel there’s a lot more for me to learn!</p>\n<p>Now, I want to make my final and important point – freedom!</p>\n<blockquote><p>First, my WordPress job allowed me the freedom to work on my time (so I could manage time for my study too). But more importantly, I meant the ‘economic freedom’.</p></blockquote>\n<p>For an individual, economic independence is a major freedom factor! Income isn’t everything, but definitely a basic aspect of human development!</p>\n<p>My salary at my first WordPress job wasn’t high, but increments since then are cool! Plus, we can always do some extra work. For instance, after my talk at WordCamp, I got a lot of freelance work opportunities, which I did during my free time and earned some extra bucks. Then, I was able to support my family even better.</p>\n<p>Finally, it&#8217;s the &#8216;feeling of freedom&#8217; that, I have now, enabled me to share this story. I always had an &#8216;inferiority complex&#8217; due to which I could never tell anyone about my family or our socio-economic background. Even if someone asked, I&#8217;d simply avoid the question or lie to them.</p>\n<p>I&#8217;ve now overcome the situation as well as the fear of being judged. And, I believe it&#8217;s the &#8216;freedom&#8217; in its truest sense.</p>\n<p>That’s my story of freedom! Story of our freedom!</p>\n<h3>Now is Great! I Have Greater Aspiration for the Future!</h3>\n<p>Yes, now is great! I have a good career as a WordPress content writer, editor, and mentor. I also joined the MPhil degree and will soon complete it.</p>\n<p>For the future, have greater aspirations!</p>\n<ol>\n<li>I hope to continue doing what I do &#8211; teaching beginners copywriting skills and help them achieve their part of freedom. WordPress is a gift for people like me!</li>\n<li>I want to earn a Doctorate degree; not yet content being a student! I haven’t planned it yet but I really wish to do it in this life!</li>\n<li>I want to give back to my community. Our village hasn’t changed much &#8211; still struggling with poverty. Even today, most students from my village fail to complete their university degree in lack of a support system. I firmly believe education is vital to change; for individuals as well as society as a whole. So, I really wish to work on it but I’m not yet sure how! I hope time will answer!</li>\n</ol>\n<p>Thanks for reading my story! Thanks, dear friend Topher for this opportunity! It’s a privilege to be sharing my story on HeroPress (feeling like a hero!). :D</p>\n<p>Thank you to every single individual who supported my journey to this date! And, thanks to the universe for everything I have!</p>\n<hr class=\"ttfmake-hr\" />\n<h1 id=\"nepali\">वर्डप्रेससंगै स्वतन्त्रता तर्फको यात्रामा</h1>\n<p>नमस्कार संसार!</p>\n<p>तपाईंसँग जे छ त्यसैमा सदैव कृतग्य रहनु, किनकी धेरै मानिसहरू संग केहि पनि हुन्न। &#8211; बुद्ध</p>\n<p>हो, म यो लेख लेख्दै गर्दा एकदमै खुसी र आभारि छु। म आफुलाई एकदमै भाग्यमानी ठान्दछु कि मैले जस्तोसुकै परिस्थितिमा पनि शिक्षा आर्जन गर्न पाए जसले मलाई सपना देख्न प्रेरित गर्यो, वर्डप्रेसमा काम गर्न सक्षम बनायो, संसारभरिका मानिससंग भेटघाट गर्ने अवसर दिलायो, हिरोप्रेसका टोफर संग भेत्न र मेरो कथा सबैसंग बाड्ने अवसर दिलायो।</p>\n<h3>मेरो वर्डप्रेस यात्राको शुरुवात</h3>\n<p>मेरो वर्डप्रेस यात्रा संयोगवश सुरु भएको हो। साच्चिकै भन्नुपर्दा मैले काम गर्न सुरु गर्नु भन्दा अगाडी मलाई वर्डप्रेसको बारेमा केही पनि थाहा थिएन।</p>\n<p>त्यो समयमा म समाजशास्त्र बिषयमा मास्टर डिग्री गरिरहेकी थिएँ। समयको अभावले गर्दा भर्खरै विद्यालय शिक्षण पेशाको काम पनि छोडेको थिएं। त्यसैले म यस्तो कामको खोजीमा थिए जुन बाट राम्रो तलब र मेरो पढाईको लागि केहि समय पनि बच्न सक्थ्यो।</p>\n<p>मैले शिक्षण पेशामा लगभग ५ बर्ष सम्म काम गरें। ती दिनहरुमा म विहान ९ बजेदेखि दिउँसो ५ बजे सम्म स्कुल पढाउथे । अनि फेरि राति अर्को दिनको कक्षाका लागि तयारी र गृहकार्य जाँच गर्दा गर्दै ठिक्क हुन्थ्यो। जसले गर्दा मलाई आफ्नो पढाई सम्हाल्न गाह्रो भइरहेको थियो। त्यसैले मलाई खासगरि अफिस समयपश्चात अरु थप काम गर्नु नपर्ने खालको काम चाहिएको थियो।</p>\n<p>धेरै खालको जागिरहरूमा आवेदन दिएपश्चात बल्ल कन्टेन्ट राइटिङ्ग (इन्टरनेटको लागि लेख लेखन) को जागिर पाए। भाग्यवश मैले काम पाएको कम्पनी वर्डप्रेस विकासको क्षेत्रमा नेपालको एक सफल कम्पनी रहेछ (<a href=\"https://access-keys.com/\">एक्सेस किइज</a>)।</p>\n<p>हो यसरी नै मेरो वर्डप्रेसको यात्रा सुरु भयो, तर यो नै सम्पुर्ण कथा भने हैन।</p>\n<h3>शिक्षाको लागि मेरो परिवारको संघर्ष र आशा</h3>\n<p>नेपाल को पहाडी भेगमा अवस्थित एउटा गाउँमा मेरो जन्म भएको हो जहाँ आवतजावत गर्नलाई अझैसम्मपनि भरपर्दो सडक अनि गाडीहरूको ब्यबस्था भएको छैन। हाम्रो घरबाट नजिकैको विद्यालय नै १ घण्टा को बाटो हिडेर पुग्नुपर्थ्यो र त्यहि विद्यालय बाट मैले कक्षा १० सम्म को अध्ययन पुरा गरें।</p>\n<blockquote><p>तर हाम्रो गाउँको त्यो समय घन्टौ हिड्नुपर्ने दुखका बारेमा मात्र थिएन। सर्वत्र ब्याप्त गरिवी, खानलाउनको लागि कठिन संघर्ष, र यि तमाम दुखबाट कुनै दिन मुक्त हुने प्रबल आकङ्क्षाको पनि समय थियो।</p></blockquote>\n<p>हाम्रो गाउँमा विद्यालय सन १९७० को दशक अन्त्य तिर खुले तर मेरो आमाबाबुले भने गरिवी र अशिक्षाको कारण निम्न माध्यमिक तहको शिक्षा सम्म पनि पुरा गर्न सक्नुभएन। समय बित्यो, हामि बिद्यालय जान थाल्यौ तर पनि हाम्रो परिवारको आर्थिक अवस्थामा भने कुनै सुधार आएको थिएन। तरपनि मेरा बुबाआमाले भने शिक्षाको महत्व बुझिसक्नु भएको थियो। त्यसैले उहाहरुले जस्तो सुकै अप्ठ्यारो परिस्थिति भए पनि हामी लाई विद्यालय पठाउने निधो गर्नुभयो।</p>\n<p>आपा (राई बान्तावा भाषामा बुबा) कहिले भारततिर मौसमी कामदार को रूपमा त कहिले भरियाको रूपमा काम गर्न जानुहुन्थ्यो। अनि फर्केर आउँदा म र मेरो बहिनीहरू लाई किताब कापी र स्कुलको कपडा हरू ल्याइदिनु हुन्थ्यो। हाम्रो आमा भने रातदिन आफैं खटेर घरपरिवार, खेतिपाती र गाइबस्तु सम्हाल्नु हुन्थो।</p>\n<p>गाउँकै बिध्यालय बाट माध्यमिक तह उत्तीर्ण गरीसके पछि म नजिकै को सहरमा फुपुसंग बस्दै पढ्न थालें। मेरो फुपुले मलाई उच्च शिक्षा हासिल गर्नमा धेरै मद्दत गर्नुभएको छ।</p>\n<p>तर त्यो बेला उहाँको लागि पनि कठिन समय थियो। कुनै पनि शैक्षिक डिग्रि नभएको एक एकल महिलाका लागि सहरमा आफु अनि आफ्नो सन्तानलाइ पाल्नु, हुर्काउनु, पढाउनु सानो दुख थिएन। उहाँले दिनभर ज्याला मजदुरि गरेर कमाएको पैसाले बिहानबेलुका को छाक टार्न मै ठिक्क हुन्थ्यो।</p>\n<p>त्यसैले म आफैंपनि उहाँमाथि अझ भार थपिन चाहन्नथे। फेरि अर्को तर्फ मेरो बाबाआमा ले पनि त अरु साना बहिनीहरू लाई हेर्नुपर्थ्यो। अब भने मसंग आफ्नो उच्च शिक्षालाइ निरन्तरता दिनको लागि एउटै मात्र बिकल्प थियो &#8211; आफैले कमाएर पढ्ने। यसैकारण मैले एउटा विद्यालयमा पढाउन शुरु गरें।</p>\n<h3>अङ्ग्रेजी भाषाको ज्ञानमार्फत उडान आरम्भ</h3>\n<p>मैले मेरो जीवनको पहिलो जागिर त पाए तर त्यो सोचेजस्तो सजिलो थिएन। मैले शिक्षक को रूपमा एक निजी विद्यालयमा प्रबेश गरे। तर म आफैले भने सरकारी विद्यालयमा पढेको थिए जहाँ नेपाली भाषामा पढाई हुन्थ्यो। हाम्रो कक्षामा अङ्ग्रेजी एउटा मात्र अनिवार्य विषय थियो तर त्यो पनि शिक्षकहरु ले नेपाली भाषामा नै पढाउनु हुन्थ्यो। हामीले कहिल्यै पनि अङ्ग्रेजी भाषा बोलेनौं। यधपी म राम्रो बिध्यार्थीहरु मध्यको एक थिए, जसकारण मेरो अङ्ग्रेजी लेखन भने सामान्यतया राम्रो नै थियो।</p>\n<p>मैले अङ्ग्रेजी शिक्षकको रूपमा पढाउन थालिसके पछि भने मसंग अङ्ग्रेजी सुधार्नु भन्दा अरू कुनै उपाए थिएन। त्यसैले मैले प्राथमिक तहका बिध्यार्थीहरूसँग अङ्ग्रेजीमा बोल्न सुरु गरें। फलस्वरूप एकवर्ष भित्र मेरो अङ्ग्रेजी बोलाईमा धेरै सुधार आयो।</p>\n<p>शिक्षण पेशासंगै मैले मेरो पढाईलाई पनि अगाडि बढाउदै लगें। त्यो बेला मेरो दैनिकि धेरै नै व्यस्त थियो, तर फेरि अर्को विकल्प पनि त थिएन। मेरो तलबले आफ्नो पढाई खर्च जुटाउँदै अलिअलि परिवार लाई पनि सहयोग गर्न थाले। हो यसरी नै मैले ब्याचलर डिग्री पुरा गरें र मास्टर डिग्री पनि शुरु गरें।</p>\n<p>मैले आफ्नो आवश्यकता पुर्ति गर्नको लागि सुरु गरेको शिक्षण पेशाले नै मलाई अङ्ग्रेजी कन्टेन्ट राइटिङ्गको जागिरमा आवेदन दिने साहस दियो। अहिलेको कु्रा गर्ने हो भने, म मेरो अङ्ग्रेजी भाषाको बोलाई र लेखाईसंग केही हदसम्म विश्वस्त छु तर अझै पनि अङ्ग्रेजी नै मातृभाषा भएका बिदेशिहरुका अगाडि बोल्न भने केहि हिच्किचाउछु।</p>\n<h3>मेरो वर्डप्रेस यात्राः स्वतन्त्रता तिर</h3>\n<p>मैले अगाडि नै भनेको जस्तै मेरो पढाईलाई हानी नगर्ने खालको काम खोज्दै गर्दा संयोगवश वर्डप्रेसमा प्रवेश गरेको थिएँ। र यहि बाट नै मेरो स्वतन्त्रता तिर को यात्रा सुरु भएको हो।</p>\n<p>मैले कामको लागि अन्तर्वार्ता दिँदै गर्दा नै <a href=\"https://access-keys.com/\">एक्सेस किइज</a> कम्पनीको प्रमुख (<a href=\"https://twitter.com/athakuri\">अर्जुन सिंह ठकुरी</a>) संग आफ्नो पढाईको लागि चाहिने समयको बारेमा पनि कुरा गरेको थिएँ। उहाँले सजिलैसंग सहमति जनाउनु भयो। फलस्वरूप मैले आफ्नो बिहान को कलेज सकेर ११ बजेदेखि कार्यालय जाने भए जबकि अफिस समय भने ९ः३० बजे नै शुरु हुन्थ्यो। त्यो पल मेरो लागि कृतज्ञता र ठूलो राहतको क्षण थियो।</p>\n<p>एक्सेस किइज कम्पनीमा काम गर्दा नै मैले वर्डप्रेस सिके। <em><strong>पहिलो</strong></em>, विकिपीडिया र अन्य ब्लग हरूलाई धेरै पढे। <em><strong>दोस्रो</strong></em>, नजानेको सानासाना कुराहरू अर्जुन सर र अरू अनुभबी कर्मचारी (डेभलपर, डिजाइनर) हरु संग सोध्थे। र उहाँ हरूले पनि धेरै सहयोग गर्नुहुन्थ्यो। <em><strong>तेस्रो</strong></em>, मैले आफैले वर्डप्रेस डटकम ब्लग स्थापना गरें, परिक्षणका लागि वेबसाइट बनाए र त्यहाँ हरेक कुरा जान्ने र बुझ्ने कोशिस गरे।</p>\n<blockquote><p>अवश्य पनि मेरो जिज्ञासु भावना नै मलाई अगाडि बढाउने शक्ती थियो। यधपी म जस्तो प्राविधिक पृष्ठभूमि नभएको ब्यक्तिलाई वेबसाइट बनाउन सक्ने शक्तिशाली सफ्टवेयर, वर्डप्रेस को बारेमा बुझाउनमा भने वर्डप्रेस आफै सरल हुनु र इन्टरनेटमा प्रशस्ट सामग्रि पाइनुको ठूलो भुमिका छ।</p></blockquote>\n<p>मैले कन्टेन्ट राइटिङ्ग गर्ने क्रमको शुरुवात भने वर्डप्रेस थिमको सुचि बनाउने लेखहरुबाट गरें। सुरूको लेखहरूमा अर्जुन सर नै मेरो सल्लाहकारको रूपमा रहनु भयो। पछि एक्सेस किइज कम्पनीले अनुभबी एसईओ विज्ञ <a href=\"https://twitter.com/seonerdy\">अमिन घले</a> लाइ नियुक्ति गर्यो र उहाँले नै मलाई धेरै कुराहरु सिकाउनुभयो। उहा मेरो गुरुका साथै दाई पनि हुनुहुन्छ।</p>\n<p>म एक्सेस किइज कम्पनीमा काम गरिरहेकै बखत पहिलो पटक “<a href=\"https://nepal.wordcamp.org/2015/\">वर्डक्याम्प नेपाल २०१५</a>“ मा सहभागी भए। यो कार्यक्रम भव्य थियो। मैले त्यहाँ वर्डप्रेसमा काम गर्ने नेपालका तथा अन्य देशबाट आएका ब्यक्तिहरुसंग भेटें, उनीहरूको कथा सुने र वर्डप्रेसको बारेमा अझ नयाँनयाँ कुराहरु थाहा पाए।</p>\n<p>म त्यो कार्यक्रमबाट धेरै नै प्रभावित भए र त्यतिबेलानै कुनै दिन वर्डक्याम्पमा वक्तव्य दिने अठोट गरे। नभन्दै मैले अर्को सालको &#8220;<a href=\"https://kathmandu.wordcamp.org/2016/\">वर्डक्याम्प काठमान्डु २०१६</a>“ मा वक्ता को रूपमा सहभागी भए र “वर्डप्रेसको लागि एसइओ कपिराईटिङ“ शिर्षक मा वक्तव्य दिए।</p>\n<p>पछि फेरि बिराटनगर मा आयोजना भएको “<a href=\"https://biratnagar.wordcamp.org/2018/\">वर्डक्याम्प बिराटनगर २०१८</a>“ मा पनि सहभागी भए। यसमा म, साथी <a href=\"https://twitter.com/sandilyakafle\">गंगा काफ्ले</a> र प्यारी बहिनी <a href=\"https://twitter.com/prithuthakuri\">प्रिठु शिंह थकुरी</a>ले “वर्डप्रेसमा केटीहरुः अनुभव, कथा, अवसर, र चुनौती“ शिर्षक मा छलफल गरेका थियौ। अब भने, मलाई अरु अन्तर्राष्ट्रिय वर्डक्याम्प हरूमा सहभागी हुन मन छ।</p>\n\n<a href=\"https://heropress.com/wordcampkathmandu2016speaker-srai-1/\"><img width=\"2048\" height=\"1349\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2016speaker-srai-1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प काठमान्डु २०१६ मा प्रस्तुति दिदै गर्दा\" /></a>\n<a href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/wordcampbiratnagar2018panel-2/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/wordcampbiratnagar2018panel-1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प बिराटनगर २०१८ मा एक प्यानलमा बोल्दै गर्दा\" /></a>\n<a href=\"https://heropress.com/wordcampkathmandu2017fun-1/\"><img width=\"2048\" height=\"1367\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2017fun-1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प काठमान्डु २०१७ मा वर्डप्रेसको मेरो दाजुभाइहरु सँग फोटो खिच्दै\" /></a>\n<a href=\"https://heropress.com/wordcampkathmandu2018-fun1/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2018-fun1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प काठमान्डु २०१८ मा एक रमाइलो क्षण\" /></a>\n\n<p>म अझै पनि वर्डप्रेस कन्टेन्ट राइटिङ्ग नै गर्छु।</p>\n<p>मैले एक्सेस किइजमा काम गरिसके पछि नेपालको अर्को सफल कम्पनी थिमग्रिलमा प्रवेश गरे। त्यहाँ अझै धेरै काममा सौलियत र समयमा लचकता थियो। थिमग्रिल कम्पनी का संस्थापक-सन्चालक द्वय <a href=\"https://twitter.com/sanjipshah\">सन्जिप शाह</a> र <a href=\"https://twitter.com/rabinsthaa\">रबिन श्रेष्ठ</a> सरले झन धेरै कुरा सिक्ने हौसला दिनुभयो। केही समय पछाडि कम्पनी ले नयाँनयाँ लेखकहरु ल्यायो र मैले उनीहरूलाई सिकाउन थाले।</p>\n<p>पछि मैले अमेरिकामा अवस्थित अवसम मोटिभ कम्पनीमा पनि काम गरें। सुरु सुरुमा “इजइटडब्लुपि“ र “मन्स्टरइनसाइट्स“ ब्लगमा लेखे र पछि “डब्लुपिबिगिनर“ मा पनि लेख्ने मौका पाएं। म यसै कम्पनीमा काम गरिरहेकै बेला वर्डप्रेस र मार्केटिङ सम्बन्धि अझ धेरै कुरा जान्ने मौका पाए।</p>\n<p>मेरो काममा सुधार आउनुमा मुख्यतया मेरो निरिक्षक <a href=\"https://twitter.com/shahzadsaeed\">साहजाद सइद</a> (भारतबाट), <a href=\"https://twitter.com/noumaan_\">नवमान याकुब</a> (पाकिस्तानबाट), <a href=\"https://twitter.com/LittleZotzWrite\">लउरेन थार्प</a> र <a href=\"https://twitter.com/keri_engel\">केरि लिन एन्जेल</a> (अमेरिकाबाट) को धेरै ठूलो भुमिका छ। यतिमात्र हैन कम्पनीको प्रमुख <a href=\"https://twitter.com/syedbalkhi\">शाइद बाल्खि</a> संग काम गर्न पाउनु पनि मेरो लागि भाग्यको कुरा थियो। उहाँले मलाई प्रत्येक हप्ता कन्टेन्ट राइटिङ्ग को बारेमा बिस्तृत रुपमा सिकाउनु हुन्थ्यो। मलाई अझै याद छ उहाँले थुप्रै पटकको संवादमा “सफलताको अन्तर&#8221; को बारेमा सिकाउनु भएको थियो। उहाँ साच्चिकै राम्रो प्रशिक्षक सल्लाहकार हुनुहुन्छ।</p>\n<p>अब अहिलेको कुरा! हाल म वर्डप्रेस लेख लेखन क्षेत्रमा भर्खर आउदै गरेका ब्यक्तिहरु संग काम गर्छु। मैले अहिलेसम्म बटुलेको अनुभवहरु को माध्यमबाट साना वर्डप्रेस विजिनेश र ब्लग लाई सहयोग गर्न खोजिरहेको छु। जस्तो कि म अहिले “साइटसागा डटकम“ र “जाक्राथिम डटकम“ मा कार्यरत छु। यधपि मेरो आफ्नै सिक्ने क्रम भने सदैब जारि नै छ।</p>\n<p>अब भने म आफुलाइ लागेको सबभन्दा महत्वपुर्ण कुरा भन्न चाहान्छ। यो क्षेत्रमा मैले पाएको सबभन्दा महत्वपूर्ण कुरा भनेको “स्वतन्त्रता“ हो।</p>\n<blockquote><p>सर्वप्रथम त मेरो वर्डप्रेसको कामले मलाई समयको स्वतन्त्रता दिलायो। मेरो मतलब यो काम म आफुले भ्याएको समयमा गर्न सक्थे जसले गर्दा मेरो आफ्नै पढाईको लागि समय छुटाउन पाए। अनि दोस्रो कुरा भनेको “आर्थिक स्वतन्त्रता“।</p></blockquote>\n<p>आर्थिक आत्मनिर्भरता प्रत्येक व्यक्तिकालागि स्वतन्त्रता प्राप्तिको एक प्रमुख आधार हो। आम्दानी नै सबै कुरा हो भन्ने त होइन तर यो मानव विकासको एक आधारभुत पक्ष भने अवश्य पनि हो।</p>\n<p>वर्डप्रेसमा मेरो शुरुको तलब ठिकै मात्र थियो तर यसको वृद्धि क्रमशः राम्रो हुदै गयो। उदाहरणका लागि, मैले वर्डक्याम्पमा वक्तव्य दिइसकेपछि भने मलाई अरू पनि धेरै फ्रिल्यान्सिङ्ग काम गर्ने अवसरहरू पाए जुन काम मैले खालि समयमा गर्थे र केही थप पैसा पनि कमाए। त्यसपछि मैले मेरो परिवारलाई पनि राम्ररि सहयोग गर्न थाले।</p>\n<p>अबभने, म स्वतन्त्रता बारे अन्तिम कुरा भन्न चाहान्छु। मलाइ लाग्छ यो स्वतन्त्रताको अनुभुति नै त हो जसले मलाइ यो लेख लेख्न सक्षम बनायो। किनभने मलाइ जहिल्यै पनि लघुताबासले थिचिरहन्थ्यो र आफ्नो परिवार अनि आफ्नो सामाजिक-आर्थिक अवस्थाबारे कसैलाइ पनि भन्न सक्दिनथे या चाहान्नथे। यदि कसैले सोधिहाले पनि, म त्यो प्रश्नलाइ बेवास्ता गर्थे वा ढाटेर जवाफ दिन्थे।</p>\n<p>अहिलेको सन्दर्भको कुरा गर्दा, मैले त्यो परिस्थिति र अरुले के सोच्छन भन्ने डर दुबैमाथि जित हासिल गरेझै लाग्छ। र मलाइ यो नै साचो अर्थमा &#8216;स्वतन्त्रता&#8217; हो जस्तो लाग्छ।</p>\n<p>यही हो मेरो स्वतन्त्रता को कथा! हाम्रो स्वतन्त्रता को कथा!</p>\n<h3>आज राम्रो छ र मसँग अझै ठुला आकांक्षाहरु छन् भविष्यको लागि!</h3>\n<p>हो, मेरो वर्तमान राम्रो छ! वर्डप्रेस कन्टेन्ट राइटर, एडिटर, र सल्लाहाकार रूपमा मेरो करियर राम्रो छ। म एमफिल डिग्री पनि गर्दैछु र छिट्टै पुरा पनि गर्नेछु।</p>\n<p>तर अझपनि भविष्यको लागि मेरा धेरै ठुला आकांक्षाहरु छन्!</p>\n<ol>\n<li>म जे गरिरहेको छु त्यसैलाई निरन्तरता दिन चाहन्छु &#8211; नयाँ लेखकहरुलाई कपिराइटिङ्गको सिप सिकाउदै स्वतन्त्रता को अनुभुति दिलाउन। म जस्तो मान्छेहरू को लागि वर्डप्रेस एक अमुल्य उपहार हो।</li>\n<li>म कुनैदिन विद्यावारिधि गर्न चाहन्छु। यसको लागि यतिबेला भने कुनै योजना बनाएको छैन तर जसरी पनि यसै जुनिमा पुरा गर्ने इच्छा छ।</li>\n<li>म मेरो समुदायलाई सहयोग गर्न चाहन्छु। हाम्रो गाउँमा अझै पनि धेरै परिवर्तन आएको छैन – गरिबीको अवस्था यथावत् नै छ। राम्रो सहयोग प्रणालीको अभावमा अहिले पनि मेरो गाउँका धेरै जसो विद्यार्थीहरु स्नातक तह सम्मको अध्ययन पुरा गर्न सम्म असमर्थ छन्। मलाइ चै ब्यक्ति र समाज सबैको परिवर्तन को लागि शिक्षा एक्दमै महत्वपुर्ण हुन्छ भन्ने कुरामा दृढ विश्वास छ। त्यसैले म यो क्षेत्रमा काम गर्न चाहन्छु, तर कसरी गर्ने भन्ने कुरा भने थाहा छैन! मलाई आशा छ, समयले मेरो प्रश्नको जवाफ अवश्य दिनेछ!</li>\n</ol>\n<p>मेरो कथा पढ्नुभएको यहाँहरु सबैलाई धन्यवाद! मुख्यतः मलाई यो अवसर दिने साथी टोफर लाई धेरै धेरै धन्यवाद! हिरोप्रेसमा मेरो कथा सुनाउन पाउँदा म धेरै नै खुसि छु (आफुलाइ हिरो जस्तै महसुस गरिरहेकोछु)।</p>\n<p>मलाई यो स्थान सम्म पुग्न मद्दत गर्ने सम्पूर्ण व्याक्तीहरूलाई धेरै धेरै धन्यवाद! मैले पाएका सम्पूर्ण चिजहरुको लागि ब्रह्माण्ड लाई धन्यवाद!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/\">A Journey toward Freedom with WordPress &#8211; वर्डप्रेससंगै स्वतन्त्रता तर्फको यात्रामा</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 02:24:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sunita Rai\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Yet Another WordPress Block Library Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://wptavern.com/yet-another-wordpress-block-library-plugin?utm_source=rss&utm_medium=rss&utm_campaign=yet-another-wordpress-block-library-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4107:\"<p class=\"has-drop-cap\">You are the team manager at a WordPress development company. You just spent the last couple of months directing the group of highly skilled developers that you oversee to create the latest and greatest block library for WordPress. Your developers just spent those two months recreating what has already been done at least a couple of dozen times.</p>\n\n\n\n<p>You go through your product launch list:</p>\n\n\n\n<p><em>Testimonial block?</em> Check.</p>\n\n\n\n<p><em>Accordion block?</em> Check.</p>\n\n\n\n<p><em>Countdown block?</em> Check.</p>\n\n\n\n<p><em>Meme-creation block?</em> Coming in version 2.0.</p>\n\n\n\n<p>Everything seems to be in order. Your company has a new and shiny wheel, a bullet point on its product list, and a promise to end-users that you are keeping up with the times, launching a set of blocks that they can pick up literally anywhere else. But, yours is better because you built it in-house.</p>\n\n\n\n<p>Color me unimpressed.</p>\n\n\n\n<p>Maybe you are just trying to make a dent in the market, grabbing your share of the pie that companies have been snacking on for the last couple of years. Every time I see another forms plugin, I wonder how they will remain competitive, but there have been success stories. However, the ones who tell those stories always had a fresh take on an old concept.</p>\n\n\n\n<p>I worry about the upcoming years when the block market is simply a race to the bottom. Everyone has built their plugin with 100+ blocks, 500+ patterns, and more customization options than you can count. It is the story of the early ThemeForest days where premium themes amassed a gluttonous amount of theme options. The top sellers were continually one-upping each other with another notch on their feature lists.</p>\n\n\n\n<p>As a user, developer, and journalist who writes about these products, I am often lost. I look at a new plugin and ask myself if I had already checked it out and dismissed it last week. I am always searching for something innovative, but the lines between one project to the next are blurry. I am swirling in a sea of icon, shape divider, post list, and container blocks &mdash; just looking for a life preserver to pull myself out.</p>\n\n\n\n<p>Don&rsquo;t get me wrong. I am a wheel recreator myself. I have built products that others had already created. In some cases, I launched something better. In others, I failed miserably. I may be a little biased, but I always felt like I was bringing something new to the table. And that is where I take issue.</p>\n\n\n\n<p>I want to see you create a block that no one has ever done before, such as <a href=\"https://wptavern.com/display-digital-sheet-music-with-the-wordpress-block-editor\">drawing digital sheet music</a> or a <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">side-scrolling T-Rex game</a>.</p>\n\n\n\n<p>I want to see you extend the editor with new tools like <a href=\"https://wptavern.com/emoji-conbini-and-the-case-for-a-block-enhancements-directory\">inserting Emoji</a> or <a href=\"https://wptavern.com/insert-font-awesome-icons-into-the-block-editor-via-the-jvm-gutenberg-rich-text-icons-plugin\">Font Awesome icons</a> into Rich Text.</p>\n\n\n\n<p>I want to see you overhaul the editor and create a <a href=\"https://wptavern.com/new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress\">Markdown-friendly experience</a>.</p>\n\n\n\n<p>Instead of an &ldquo;advanced&rdquo; list block of your own design, create a plugin that extends the core List block with custom options. Skip that custom gallery. <a href=\"https://wptavern.com/automatically-create-image-slideshows-with-the-full-screen-galleries-plugin\">Bring something new</a> to the existing Gallery block. Got a custom music player? Use it to overhaul the Audio block instead of wrapping it up separately.</p>\n\n\n\n<p>The community has all the tabs, buttons, and progress bars it can handle. Of course, if you are raising the bar on all of these same ol&rsquo; blocks, keep pushing forward. Let&rsquo;s see what you can do. Otherwise, keep thinking outside of the box.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 20:34:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.org blog: People of WordPress: Tyler Lau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2021/04/people-of-wordpress-tyler-lau/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9022:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<h2><strong>Embrace Who You Are and Your Journey</strong></h2>\n\n\n\n<p>In this People of WordPress contributor story, we chat to Tyler Lau from the US on his relationship building work in marketing and his WordPress journey.</p>\n\n\n\n<p>Read on to discover his story which shows it is often what you have learned from negative experiences in your life that can make you a major asset to a product team.</p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?resize=632%2C464&ssl=1\" alt=\"Tyler Lau stood in front of a colorful mural\" class=\"wp-image-10116\" width=\"632\" height=\"464\" />\n\n\n\n<h2><strong>An Entrepreneurial Mindset</strong></h2>\n\n\n\n<p>Tyler recalls he always had a knack for spotting a enterprise ideas. As an industrious seven-year-old, he was already finding ways to make sales during the school breaks.&nbsp;</p>\n\n\n\n<p>While many entrepreneurs have similar stories, Tyler’s path took many turns before he discovered and thrived in the WordPress community.</p>\n\n\n\n<p>He was drawn to both the software and the community that surrounds it from his search for personal and professional freedom. He ultimately was able to combine his various business interests and people skills into professional marketing work.</p>\n\n\n\n<h2><strong>Using your skills to uncover your journey</strong></h2>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?resize=632%2C758&ssl=1\" alt=\"Tyler Lau pictured sat on a chair using his mobile phone in his social media work\" class=\"wp-image-10118\" width=\"632\" height=\"758\" />\n\n\n\n<p>Tyler’s current role is as a Marketing Relationship Builder, based in Kansas, USA. His responsibilities span across all digital properties and products, leveraging his broad set of business and people skills.</p>\n\n\n\n<p>These skills are amplified by his creativity and adaptability. Tyler says that one reason he is always looking for new projects is his Attention Deficit Hyperactivity Disorder (ADHD), a diagnosis he received in 2005.</p>\n\n\n\n<p>In an industry built by programmers and developers who often have a strong sense of focus, Tyler felt that someone with ADHD wouldn’t be seen as a natural fit. He found the WordPress community to be a place where everyone can find the right spot for their unique skills. Tyler’s skill is people, and this has translated into many opportunities and responsibilities in his work life. His skills have also helped him give back to the WordPress community as a speaker and volunteer, and through multiple contributor days.</p>\n\n\n\n<h2><strong>Relationship-building as a career</strong></h2>\n\n\n\n<p>Most of Tyler’s experience was in the restaurant industry, and his resume did not exactly point to a career in tech. But the service industry actually prepared him well for everything he has taken on since.</p>\n\n\n\n<p>When he is at work events, he meets people from across the world and builds connections with them. As an extrovert, he enjoys this and couldn’t imagine a job where he was isolated from getting to know others and relationship-building.</p>\n\n\n\n<p>Understanding people and being able to operate in any setting are key competencies. Social skills and tact are useful for community building in the WordPress space too, and in Tyler’s life at different times it has been necessary for survival. </p>\n\n\n\n<h2><strong>The true meaning of freedom</strong></h2>\n\n\n\n<p>In the WordPress community, the concept of freedom comes up often. WordPress is built on GPL, free software, and open-source values. Practically speaking, anyone can work remotely or be their own boss to gain more freedom in work and life.&nbsp;Tyler feels that he never fitted into a traditional work mould. With his strong focus on freedom, he found this resonated with the freedom and opportunities he believes WordPress provides him and thousands of others.</p>\n\n\n\n<p>Tyler describes how in 2013 his ‘inner opportunist’ got him into trouble. After dropping out of college following a brain aneurysm, he needed capital to fund his first startup.&nbsp;He shares that he found a quick but unlawful way to make money. Alongside this between shifts as a waiter, he worked on prototypes for his first product. The company was growing fast, and to protect his patents and take research and development to the next level, he had to work hard. Everything came to a halt when some of the actions he took resulted in being sent to prison.  </p>\n\n\n\n<p>He says that meeting other inmates reminded him that he was in a much better situation than most. He was educated, well-off, loved, and knew he had a future once he was released. He found that many inmates never graduated from high school and were computer illiterate. While inside, Tyler taught subjects like science, math, writing, reading, and social studies. He found that due to the lack of skills and support, many inmates would struggle upon release. He believes getting the mental health support and job training needed to thrive after prison is not easy for many.</p>\n\n\n\n<p>“<em>There’s more to freedom than just being on the outside. You also need a sense of agency and enfranchisement,</em>” says Tyler. He considered his sense of purpose and support network were plenty to keep him going and was ready to take on his next (legal) business challenge as soon as he could.</p>\n\n\n\n<h2>Going forward positively&nbsp;</h2>\n\n\n\n<img width=\"632\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=632%2C632&ssl=1\" alt=\"Tyler Lau portrait picture\" class=\"wp-image-10139\" />\n\n\n\n<p>The idea that your past doesn’t define you and you can choose to embrace it, is a key driver for Tyler.</p>\n\n\n\n<p>He describes himself as an outlier in many ways. He recalls how politics influenced his life from the day he was born. Tyler’s father is a semi-dissident Chinese visual anthropologist, his mother is an art professor who left her home country of Japan to break free from traditional Japanese gender roles. Tyler feels he inherited a lot of this fearlessness.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>I’ve never fitted in, and yet this is what makes me able to adapt to most situations and relate to just about anyone. I embrace my eclectic, dissonant past and see beauty in the person those experiences shaped me to be</em>,” says Tyler.&nbsp;</p></blockquote>\n\n\n\n<p>Now, he’s able to put those skills to good use in the WordPress community and beyond.&nbsp;</p>\n\n\n\n<p>He says: “<em>Regardless of your physical abilities, mental health struggles, upbringing, and even your run-ins with the law, no one is excluded from carving their place in the WordPress industry</em>”.<br /></p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thank you to Tyler Lau (<a href=\"https://profiles.wordpress.org/tylermaximus/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tylermaximus</a>) for sharing his #ContributorStory.</p>\n\n\n\n<p>Thanks to Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>oglekler</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for working on the People of WordPress series.</p>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/Y3odYTyvSfJbVxUxUWEgKxOprox2zxVwhk7_vdW-AIs4IlE-jK0Zt1itCj867x0dIAbIiK-VeuTLMZr6BjNEY0fkTf--4dT1hkLbnGtsPFNfyrVBYIN59IirTkNnqiQgqxk6E1MI\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by&nbsp;</em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our&nbsp;<a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a>&nbsp;series.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 13:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: Free Software Foundation Unrelenting on Stallman Reinstatement: “We Missed His Wisdom”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/free-software-foundation-unrelenting-on-stallman-reinstatement-we-missed-his-wisdom?utm_source=rss&utm_medium=rss&utm_campaign=free-software-foundation-unrelenting-on-stallman-reinstatement-we-missed-his-wisdom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8324:\"<p>The Free Software Foundation has <a href=\"https://www.fsf.org/news/statement-of-fsf-board-on-election-of-richard-stallman\">published</a> a public explanation of why they decided to reinstate Richard Stallman to the board of directors last month:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;The voting members of the Free Software Foundation, which include the board of directors, voted to appoint Richard Stallman to a board seat after several months of thorough discussion and thoughtful deliberation.</p><p>We decided to bring RMS back because we missed his wisdom. His historical, legal and technical acumen on free software is unrivaled. He has a deep sensitivity to the ways that technologies can contribute to both the enhancement and the diminution of basic human rights. His global network of connections is invaluable. He remains the most articulate philosopher and an unquestionably dedicated advocate of freedom in computing.&rdquo;</p></blockquote>\n\n\n\n<p>The board took responsibility for bungling the news of his election to a board seat, stating that the planned flow of information was not executed in a timely manner. When Stallman <a href=\"https://wptavern.com/free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors\">announced his return to the board</a> at last month&rsquo;s LibrePlanet event, the free software community was not able to discern whether he did so with the board&rsquo;s permission. It took the FSF by surprise, polarized the community, and provoked organizations and corporations to publish statements condemning his reinstatement.</p>\n\n\n\n<p>The board admits that &ldquo;FSF staff should have been informed and consulted first,&rdquo; but follows it up by effectively downplaying his influence, stating that Stallman is &ldquo;an unpaid volunteer and subject to the organization&rsquo;s policies.&rdquo; </p>\n\n\n\n<p>The statement reads like a perplexing love letter for someone who struggles with social cues. It obscures most of the real issues outlined in an <a href=\"https://rms-open-letter.github.io/\">open letter</a> signed by many prominent members of the free software community.  The FSF board referenced a <a href=\"https://www.fsf.org/news/rms-addresses-the-free-software-community\">statement</a> from Stallman, published one minute prior, and claims that he has acknowledged his mistakes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;He has sincere regrets, especially at how anger toward him personally has negatively impacted the reputation and mission of FSF. While his personal style remains troubling for some, a majority of the board feel his behavior has moderated and believe that his thinking strengthens the work of the FSF in pursuit of its mission.&rdquo;</p></blockquote>\n\n\n\n<p>The FSF board has officially confirmed that the majority of its leadership advocated for Stallman&rsquo;s return and see it as important in its aim &ldquo;to attract a new generation of activists for software freedom and to grow the movement.&rdquo; </p>\n\n\n\n<p><a href=\"https://www.fsf.org/news/rms-addresses-the-free-software-community\">Stallman&rsquo;s statement</a> identifies his past behaviors as something outside his control, saying it was &ldquo;not a choice&rdquo; and &ldquo;unavoidable:&rdquo;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Later in life, I discovered that some people had negative reactions to my behavior, which I did not even know about. Tending to be direct and honest with my thoughts, I sometimes made others uncomfortable or even offended them &mdash; especially women. This was not a choice: I didn&rsquo;t understand the problem enough to know which choices there were.</p><p>Sometimes I lost my temper because I didn&rsquo;t have the social skills to avoid it. Some people could cope with this; others were hurt. I apologize to each of them. Please direct your criticism at me,&nbsp;<a href=\"https://www.fsf.org/news/statement-of-fsf-board-on-election-of-richard-stallman\">not at the Free Software Foundation</a>.</p></blockquote>\n\n\n\n<p>He also attempted to explain his position regarding the 2019 controversy that prompted his <a href=\"https://wptavern.com/gpl-author-richard-stallman-resigns-from-free-software-foundation\">resignation from the FSF board</a> and MIT&rsquo;s Computer Science and Artificial Intelligence Lab.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;It was right for me to talk about the injustice to Minsky, but it was tone-deaf that I didn&rsquo;t acknowledge as context the injustice that Epstein did to women or the pain that caused.</p><p>I&rsquo;ve learned something from this about how to be kind to people who have been hurt. In the future, that will help me be kind to people in other situations, which is what I hope to do.&rdquo;</p></blockquote>\n\n\n\n<p>This strategically intertwined pair of statements from Stallman and the FSF did little to change the community&rsquo;s perception of his reinstatement to the board. They seemed to have the opposite effect of inflaming those who opposed it in the first place.</p>\n\n\n\n<p>&ldquo;I&rsquo;m really grateful that the FSF board took the time to clarify this,&rdquo; Tock founder Brian Fitzpatrick <a href=\"https://twitter.com/therealfitz/status/1381656583554404353\">said</a>. &ldquo;This makes it crystal clear that they would rather have RMS around than become an inclusive and welcoming environment to more than half the people who write software. Toxic to the core.&rdquo;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Congratulations on getting RMS offering a non-apology for being tone deaf. You\'ve just inherited that skill.<br />It\'s time for that \"new generation of activists for software freedom\" to help another foundation grow.</p>&mdash; St&#11093;nehead (@stonehead) <a href=\"https://twitter.com/stonehead/status/1381647487178571776?ref_src=twsrc%5Etfw\">April 12, 2021</a></blockquote>\n</div>\n\n\n\n<p>The statements were met with considerable backlash, as they did little to assuage community concerns regarding Stallman&rsquo;s patterns of misconduct. More recently that includes his controversial remarks on rape, assault,&nbsp;and child sex trafficking, along with two decades of&nbsp;<a href=\"https://geekfeminism.wikia.org/wiki/Richard_Stallman\">behaviors and statements</a>&nbsp;that many have found to be disturbing and offensive. Whether these behaviors are motivated by malice or simply a lack of understanding the proper context, the damage to the FSF continues.</p>\n\n\n\n<p>Red Hat principle engineer Elana Hashman, former director of the Open Source Initiative, <a href=\"https://twitter.com/ehashdn/status/1381665600846528515\">published a thread</a> with suggestions for 501(c)(3) public charities the community can donate to as an alternative to the FSF, including The Software Freedom Conservancy, EFF, OSI, and Software in the Public Interest.</p>\n\n\n\n<p>Last week we <a href=\"https://wptavern.com/fsf-doubles-down-on-stallman-reinstatement-wordpress-does-not-support-his-return-to-the-board\">reported</a> that the WordPress project does not support Stallman&rsquo;s return to the FSF board of directors. Curiously, WordPress&rsquo; executive director Josepha Haden-Chomphosy published the <a href=\"https://josepha.blog/2021/04/02/on-recent-news-about-the-fsf-board-of-directors/\">statement</a> to her personal blog instead of on the project&rsquo;s website, but she confirmed it is WordPress&rsquo; official stance on Stallman&rsquo;s reinstatement. Since that time, the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has quietly removed the Free Software Foundation from its list of inspirations. </p>\n\n\n\n<p>Many corporations and individuals have distanced themselves and pulled funding from the FSF, but it has not had much impact on the leadership of the organization. The FSF board seems confident in their decision to keep Stallman in place, despite openly admitting that &ldquo;his personal style remains troubling.&rdquo; When the organization&rsquo;s actions so sublimely repudiate its stated goals (to attract a new generation of activists for software freedom), it&rsquo;s easy to see why former supporters can no longer buy into the FSF&rsquo;s promises to improve transparency and accountability.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 03:53:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Display Digital Sheet Music With the WordPress Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/display-digital-sheet-music-with-the-wordpress-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=display-digital-sheet-music-with-the-wordpress-block-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4520:\"<img />OSMD plugin output on the front end.\n\n\n\n<p class=\"has-drop-cap\">PhonicScore, a company out of Vienna, recently released its <a href=\"https://wordpress.org/plugins/opensheetmusicdisplay/\">OpenSheetMusicDisplay (OSMD) plugin</a>. It is a WordPress block built for rendering digital sheet music in the browser.</p>\n\n\n\n<p>The OSMD plugin is built on top of the team&rsquo;s JavaScript library of the same name, a project officially released in 2016. It is a bridge between <a href=\"https://www.vexflow.com/\">VexFlow</a> and <a href=\"https://www.musicxml.com/\">MusicXML</a>. VexFlow is a JavaScript API for rendering music notation, and MusicXML is a standard open format for exchanging digital sheet music.</p>\n\n\n\n<p>&ldquo;As WordPress is one of the most popular CMS&rsquo; we decided to make an out-of-the-box solution that users could easily plug in their WP websites,&rdquo; wrote Marin Jurcic in the <a href=\"https://opensheetmusicdisplay.org/2016/09/19/hello-world-opensheetmusicdisplay-musicxml/\">announcement post</a>. &ldquo;This wasn&rsquo;t an easy build, lucky for us OSMD provided all the tools for the job. To make this happen we relied heavily on the latest OSMD release and bundled it with the plugin. To add the &lsquo;out-of-the-box features&rsquo; and get it working we used WordPress&rsquo;s framework/library &mdash; Javascript and PHP.&rdquo;</p>\n\n\n\n<p>This is the type of plugin that allows the beauty of the block editor to shine. A few years ago, such a feat would only have been possible via the shortcode system.  Users would have had to manually type in all of the shortcode&rsquo;s arguments &mdash; assuming they could remember them all &mdash; and preview the post to see what it would look like. Today, they can interact with and make changes directly to their sheet music&rsquo;s display from the editor. </p>\n\n\n\n<p>OSMD was never a WordPress-first project. It was a standalone library that the company decided to make available to WordPress. With the power of the block system, they were able to do that. One can only hope that we see investments in our community from similar projects now that the block editor has become more stable.</p>\n\n\n\n<p>We are barely digging beneath the surface of what will be possible in time. Blocks like OSMD build upon the optimism I had when the system was first unveiled.</p>\n\n\n\n<p>To use the plugin, users must simply insert the OpenSheetMusicDisplay block into their content canvas. It is located under the Embed category. From that point, they must select or upload an XML file via the block options sidebar (<code>.xml</code>, <code>.musicxml</code>, and <code>.mxl</code> files are supported). Dragging and dropping a file does not work in this version &mdash; <em>maybe a feature request for 2.0?</em></p>\n\n\n\n<img />OSMD block in the editor.\n\n\n\n<p>The &ldquo;Basic Options&rdquo; tab has several width and aspect ratio settings. For the most part, it is probably best to leave these at the defaults. However, this will depend on your theme and how much room it provides.</p>\n\n\n\n<p>The block does not currently support the standard wide-alignment system. Instead, it has a width option, allowing users to determine the front-end output. Because this is a non-standard option, it may not play well with all themes. Depending on how the user&rsquo;s active theme handles content width, they can get wildly different results.</p>\n\n\n\n<p>The &ldquo;Drawing Options&rdquo; tab is where users have more control over customizing the output. These settings allow users to determine what is &ldquo;drawn&rdquo; in the digital sheet music. One option is whether to draw the composer&rsquo;s name. Another is to output time signatures. With 10 settings in total, there is a lot to tinker with.</p>\n\n\n\n<p>The biggest issue I ran into with the plugin was with the editor freezing from time to time. It appeared that the block was trying to reload, even when I was working outside of it. This happened despite having unticked the &ldquo;Automatically Rerender on Change&rdquo; checkbox.</p>\n\n\n\n<p>Overall, this plugin should serve users who want to display sheet music well. It is simple to use and offers numerous customization options. The team has a <a href=\"https://opensheetmusicdisplay.github.io/demo/\">demo of the OSMD library</a> in action on their site.</p>\n\n\n\n<p>For those who are not inclined to share digital sheet music, well, we can all appreciate the genius of J.S. Bach&rsquo;s <em>Air</em>:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 21:16:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WordPress Foundation: Announcement: Upcoming live discussion on do_action charity hackathons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=184010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wordpressfoundation.org/2021/announcement-upcoming-live-discussion-on-do_action-charity-hackathons/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4578:\"<blockquote class=\"wp-block-quote\"><p>This live discussion has concluded. You can find a video recording of the live discussion on this post or <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=pCg47iuHgBI\" target=\"_blank\">watch it directly on YouTube</a> and <a href=\"https://wordpress.tv/2021/04/13/tuesday-training-how-to-organize-an-online-do_action-charity-hackathon/\">on WordPress.tv</a>. Captions and a full transcript of the video will be made available shortly.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">Over the past few months, many community organizers have expressed interest in organizing do_action charity hackathons and asked many questions about the event to Community deputies. In order to address these questions &#8211; some members of the WordPress Community are organizing a live <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Training</a> discussion on <a href=\"https://make.wordpress.org/community/2021/04/09/tuesday-training-announcement-how-to-organize-an-online-do_action-charity-hackathon/\">How to organize do_action charity hackathons</a>!</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/harishanker\" target=\"_blank\">Hari Shanker</a>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/hlashbrooke\" target=\"_blank\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/nao\">Naoko Takano</a>, and <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/yoga1103\" target=\"_blank\">Yogesh Londhe</a> – who are all experienced do_action hackathon organizers, will participate in this Live discussion on do_action charity hackathons. The event, which will be streamed LIVE on the&nbsp;<a href=\"https://www.youtube.com/WordCampCentral\">WordCamp Central YouTube channel</a> on <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210413T0200\">Tuesday, April 13, 2021, 02:00 UTC</a>, is open to all! Community members can also participate in the discussion by asking questions in the live chat, which will be answered by the panelists live, during the session!</p>\n\n\n\n<h2>What are do_action charity hackathons?</h2>\n\n\n\n<p><a href=\"https://www.google.com/search?q=do_action+handbook&oq=do_action+handbook&aqs=chrome..69i57j69i60l3.2453j0j4&sourceid=chrome&ie=UTF-8\">do_action hackathons</a> are community-organized events that are focused on using WordPress to give deserving charitable organizations their own online presence. Each do_action event includes participants from the local WordPress community coming together to plan and build brand new websites for a number of local organizations in one day. Due to the COVID-19 pandemic, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">do_action hackathons have moved online</a>. </p>\n\n\n\n<p>In this session, we talk about do_action events, and their importance in this post-pandemic world, and on how to effectively organize an online do_action hackathon.</p>\n\n\n\n<h2>Watch the discussion!</h2>\n\n\n\n<p>The live discussion has concluded, but you can catch a recording of the session below.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"jetpack-video-wrapper\"></div>\n</div>\n\n\n\n<p><s><strong>Date and time:</strong>&nbsp;<a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210413T0200\">Tuesday April 13, 2021, 02:00 UTC</a> (Click to view in your local time)<br /><em>You can sign up for notifications on the YouTube live link below!</em></s></p>\n\n\n\n<p><s>In case the timing is off, and if you will not be able to join the live event, fret not! The <a href=\"https://www.youtube.com/watch?v=pCg47iuHgBI\">event recording will be available on YouTube</a>, and will soon be uploaded to <a rel=\"noreferrer noopener\" href=\"https://wordpress.tv/\" target=\"_blank\">WordPress.tv</a> as well!</s> <br />As mentioned above,  while the live discussion has concluded, don&#8217;t forget to check out the recording of the live discussion above.  We are working on adding captions for the video and will share a transcript of the same, shortly.</p>\n\n\n\n<p>We hope that this session was useful. We strongly encourage you to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">organize a do_action charity hackathon</a> to support your local non-profits by giving them a WordPress-powered online presence. Thank you for all that you do to support the global WordPress Community!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 15:10:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hari Shanker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.org blog: WP Briefing: Who Is WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10099\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2021/04/who-is-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9290:\"<p>In this episode, Josepha explores the five groups within the WordPress ecosystem and provides a high-level example of how they interact and support one another. As always, stay tuned for the small list of big things and a contributor highlight.&nbsp;&nbsp;</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li>Get to know<a href=\"https://make.wordpress.org/\"> WordPress Teams</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Five Steps of Volunteer Engagement </a></li><li><a href=\"https://twitter.com/CoachBirgit/status/1339516878495117313\">Community Highlight </a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">WordCamp Centroamérica 2021 Online</a> (<a href=\"https://centroamerica.wordcamp.org/2021/sesiones/\">Schedule</a>)</li><li><a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">So you want to make block patterns?</a></li><li><a href=\"https://docs.google.com/spreadsheets/d/1h73xMwjSRkJJsn7ooiwXFeZpd0hxXh26pJ7qXzI5iUg/edit#gid=0\">Gutenberg Tutorial sign-up</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10099\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>In the first episode of this podcast, I said that there&#8217;s a lot that goes into WordPress, that&#8217;s really hard to see. One of the hardest things to see about the WordPress project as you get started is the overall structure. There is quite a bit of documentation that can clarify the basics: the names of teams, what they work on, and where, and when they meet. The way that they influence and support each other can really feel like a bit of a mystery. So today, I&#8217;m going to break down the WordPress community into five big groups; I want you to keep a couple of things in mind.&nbsp;</p>\n\n\n\n<p>Firstly, these are high-level and based on my observations. Each of these groups can be further broken down into subgroups. So while you may not feel represented in this exact five, you are included if you were to dig a little bit deeper. The second thing to keep in mind is that the makeup of these groups is pretty fluid. Many community members find themselves in more than one group, but generally not far off. Some group two folks end up in group three, depending on the situation, people in group four can also end up in group five, and so on. As with so many things that I share, I&#8217;m not trying to insist that one size fits all. I&#8217;m not trying to put the WordPress community into a box. This is just a basic framework to understand how it all fits together. Alright, are you ready? I&#8217;m ready. Let&#8217;s do it!</p>\n\n\n\n<p>Okay, I have a broad definition of the community, which I have mentioned before. I believe that the community is anyone who has interacted with WordPress, whether they know it or not. So, I&#8217;ll start from way out there and work my way in that first group; we’re going to call our <strong>Visitors</strong>.&nbsp;</p>\n\n\n\n<p><strong>Visitors</strong> are people who arrive at a WordPress site to gain information or engage in an activity. Sometimes they know it&#8217;s a WordPress site, but most of the time, they don&#8217;t. The second group are <strong>Users</strong>, people who use WordPress as their CMS. So, that&#8217;s website builders, website designers, small businesses, content creators, and the list goes on and on. The third group I like to refer to is the <strong>Extenders</strong>. Those are people who extend WordPress through the creation of blocks, themes, plugins, and more. There are also people who teach WordPress to others through WordPress podcasts, and newsletters and tutorials. The fourth group I refer to as our <strong>Contributors</strong> is the people who contribute to the open source software and the infrastructure supporting it, but not necessarily the same people who contribute directly to their own product. And then there&#8217;s group five, <strong>Leaders</strong>. Those are people who help drive the vision and strategy for WordPress; the most notable member of that group is of course, Matt Mullenweg. And I&#8217;m also in that group.&nbsp;</p>\n\n\n\n<p>Each of these groups directly influenced the groups on either side. For example, a WordPress user is affected by both visitors and extenders. Imagine a content creator who shares their passion for photography through a WordPress site; this photographer may have visitors that need to purchase photos. In response, the user now has a need to make it possible for visitors to purchase photos on a site. So they go to what we consider the extenders, people who have built a plugin that supports that need. And as a result, that user can install that on their site. And they have have satisfied the need of the visitors to their site, the people who now can purchase photos.&nbsp;</p>\n\n\n\n<p>There are a lot of examples like this in the WordPress project. Every small pattern that you see is mirrored in the larger patterns across our ecosystem. And every large pattern you see in the ecosystem can be seen among our teams. It&#8217;s pretty cool to look at really. So, why should this matter to you? From a very practical standpoint, this matters for anyone who&#8217;s trying to learn more about contributing to the WordPress project. These five groups mirror very closely the five steps of volunteer engagement that we see across the ecosystem and from a more philosophical standpoint, it&#8217;s just kind of nice to know who your neighbors are. Without the influence and support of the groups around us, it can be hard to know whether we&#8217;re on the right track or not. So take a look to your left and look to your right, and get to know your partners in this project.</p>\n\n\n\n<p>That brings us now to our community highlight, the segment where I share a note about contributors who have helped others along the way, or WordPress success story. This week&#8217;s highlight is from @CoachBirgit, <a href=\"https://profiles.wordpress.org/coachbirgit/\">Birgit Olzem</a>, a longtime contributor and a friend of mine. Her success story goes like this.&nbsp;</p>\n\n\n\n<p>WordPress has allowed me as a mother of five to leave a toxic marriage for good.&nbsp;</p>\n\n\n\n<p>Later, the community picked me up when I became seriously ill.&nbsp;</p>\n\n\n\n<p>So I can say from the bottom of my heart, that working with WordPress has saved my life.</p>\n\n\n\n<p>And now our small list of big things. I&#8217;ve got three things for you this week. I think that they&#8217;re all very important. And I hope you check them all out. The first one is a reminder that word camp Central America is coming up on April 15 and 16th. If you have not registered for tickets, you still have time, I will share a link to the registration page and the schedule in the show notes below.&nbsp;</p>\n\n\n\n<p>The second thing on our small list of big things is that the Gutenberg 10.4 release is coming out later this week on April 14th. It&#8217;s an important release because it&#8217;s when we take a look at the current iteration of full site editing tools that we have, and decide if it&#8217;s ready to get into the WordPress 5.8 release. There&#8217;s a post that has a little more information about that which I will share in the show notes below as well. If you haven&#8217;t checked out the Gutenberg plugin lately, obviously I think it&#8217;s a good idea to do that in general, but definitely a good idea to check it out now.&nbsp;</p>\n\n\n\n<p>The third thing on our list today is a reminder to check out our most recent block pattern tutorial, I&#8217;ll share a link to that in the show notes. It&#8217;s this kind of tips and tricks, tutorial, the “show me how to do it,” kind of thing in the style of <a href=\"https://css-tricks.com/css-style-guides/\">CSS-Tricks</a>. If you or anyone that you know might be interested in sharing a similar style of tutorial, there&#8217;s a link to a form in that show notes as well so that you can share with us your name and the topic that you&#8217;re interested in. We&#8217;ll take a look and see if it&#8217;s something that we definitely need to make sure our users know how to do. So, that my friends is your small list of big things.&nbsp;</p>\n\n\n\n<p>Thank you for joining in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 14:36:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Set Up a Gutenberg Test Site in 2 Minutes with the Gutenberg Nightly Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"https://wptavern.com/set-up-a-gutenberg-test-site-in-2-minutes-with-the-gutenberg-nightly-plugin?utm_source=rss&utm_medium=rss&utm_campaign=set-up-a-gutenberg-test-site-in-2-minutes-with-the-gutenberg-nightly-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4142:\"<p>WordPress contributors are working towards landing full site editing (FSE) sometime this year, an ambitious plan that will require all hands on deck for testing. A meeting of a small group of core leads on April 14 will start the process of deciding whether FSE will land in version 5.8. In the meantime, the FSE outreach program has <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">extended the deadline for the fourth round of testing</a> until April 12. </p>\n\n\n\n<p>One of the quickest ways to get started doing alpha/beta testing is to install the Gutenberg Nightly plugin, which pulls in the latest build from the Gutenberg project. Ordinarily, to get the latest build one would have to install NodeJS and npm and use the command line to get set up. This process can be prohibitive, along with the dizzying pace of Gutenberg development, for less technical users who want to start testing.</p>\n\n\n\n<p>The Gutenberg Nightly plugin, combined with the GitHub Updater plugin completely automates the process of grabbing the latest zip from Gutenberg trunk, and users will be notified when a new nightly is available for updating.</p>\n\n\n\n<h2>How to Set Up a Gutenberg Nightly Test Environment</h2>\n\n\n\n<p>The first step is to <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/#nightly\">download</a> and install the Gutenberg Nightly plugin by uploading the zip file. If you already have the stable version of the Gutenberg plugin, you will be prompted to replace the current version with the one you are uploading. If you want to get updates when a new nightly is available, download and install the <a href=\"https://github.com/afragen/github-updater/releases/latest\">GitHub Updater</a> plugin the same way. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Gutenberg Nightly update available</div>\n\n\n\n<p>Testing the full-site editing project will require you to install a theme like TT1 Blocks, which has support for the experimental feature. Once you do, you will see the &ldquo;Site Editor (beta)&rdquo; menu item in the dashboard.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>I set up a Gutenberg testing environment in 2 minutes using these plugins. Please note that it&rsquo;s not recommended to use Gutenberg Nightly in production.</p>\n\n\n\n<p>Birgit Pauli-Haack, publisher of the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>, created the plugin in October 2020, to help testers keep up with the rapid pace of Gutenberg development. </p>\n\n\n\n<p>&ldquo;On October 19, 2020, there were 250 new commits made since the last release (9.1.1) and before the release of 9.2,&rdquo; Pauli-Haack said. &ldquo;Any issue you might file, might get a response like &lsquo;Could you please try it in master, I think it was already fixed.\'&rdquo; This slows down the testing process and can be discouraging to testers.</p>\n\n\n\n<p>Pauli-Haack creates the build every day as a volunteer service to facilitate Gutenberg testing. </p>\n\n\n\n<p>&ldquo;At the beginning it took a bit longer but now I wrote a small <a href=\"https://github.com/bph/distribute-nightly\">Node CLI script</a> that does the distribution to GitHub and uploads it to the GT site as well, so the button Download gives you the newest version,&rdquo; she said. &ldquo;In October, I was a total rookie with an idea.&rdquo;</p>\n\n\n\n<p>Pauli-Haack credits Andy Fragen, author of the GitHub Updater plugin, and Riad Benguella, a technical lead on the Gutenberg project, who helped her past some skill gaps in getting the process more automated.</p>\n\n\n\n<p>&ldquo;Andy Fragen helped me think through it for making it the easiest for the &lsquo;normal&rsquo; users to get a Test version without to know much about git, node and stuff,&rdquo; she said.</p>\n\n\n\n<p>Gutenberg Nightly has facilitated more than 62,000 downloads to date. The repository for the plugin has <a href=\"https://github.com/bph/gutenberg/discussions/\">discussions</a> enabled so users can stay updated with major changes, make feature requests, and <a href=\"https://github.com/bph/gutenberg/discussions/3\">participate in Q&amp;A</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 Apr 2021 16:12:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Gutenberg Times: Full-Site Editing Scope in WordPress 5.8. Weekend (Tiny) Edition #165\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17473\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://gutenbergtimes.com/full-site-editing-scope-in-wordpress-5-8-weekend-edition-165/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8253:\"<p>Howdy! </p>\n\n\n\n<p>In the last two weeks there was so much was happening around Gutenberg.  To keep you somewhat in the loop, I interrupt my unpacking of way-too-many boxes and share a few links with you.</p>\n\n\n\n<p>Next week again in full force. Stay tuned. </p>\n\n\n\n<p>Have a great weekend! </p>\n\n\n\n<p>Yours, ?<br />Birgit</p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Grzegorz </strong>(Greg)<strong> Ziółkowsk</strong>i and I published our first episode together, <strong><a href=\"http://erg-10-3-full-site-editing-mvp/\">Episode #41</a></strong>. It is a great episode, and we had a lot of fun. I am delighted having Grzegorz on the show. It&#8217;s now available with show notes and transcript. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>posted <a href=\"https://make.wordpress.org/core/2021/04/08/full-site-editing-scope-for-wp5-8/\">Full Site Editing Scope for WP5.8</a>&nbsp;(u)</p>\n\n\n\n<ul><li>Lesson from Phase 1 roll-out, extenders like plugins developers, site builders and theme authors didn’t have enough time to test their products with the new editor in core.&nbsp;</li><li>Full-Site Editing user experience with Global Styles, Template editing and saving, will not be changing default user experience. It’s opt-in only. There is some confusion on saving template and switch from overall template to content and back. Polishing those will be out of scope for 5.8.&nbsp;</li><li>Also, on the scope list for WordPress 5.8 are: Widget Editor, Navigation Screen and block, refactored Gallery Block and the List View. These&nbsp; components are some of the most complex, and the user experience of them will be key. “They are all high priority to complete (hopefully for WP5.8), but will be punted if they aren’t ready in time for Beta.”&nbsp;</li></ul>\n\n\n\n<p><em>Matias Ventura</em> will demo the current state of these features to the release lead team trio of&nbsp; Matt Mullenweg, Josepha Haden Chomphosy and Helen Hou-Sandi. </p>\n\n\n\n<p><strong>Justin Tadlock</strong> has the skinny: <a href=\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\">Will Full Site Editing Land in WordPress 5.8? A Decision Is Forthcoming</a></p>\n\n\n\n<p><strong>Hector Prieto</strong> published the <a href=\"https://make.wordpress.org/core/2021/04/08/whats-next-in-gutenberg-april-2021/\">April Focus areas for the Gutenberg team.&nbsp;</a></p>\n\n\n\n<p>As expected, it covers Widget, Navigation Screen, and Full-Site Editing with more details. Please see the <strong>“Area to be aware of”</strong> section of the post, for Block and plugin Developers, Designers and Theme builders. We talked about most of them in one or the other episode, but you find them all in one place in Hector’s post.&nbsp;</p>\n\n\n\n<p><strong>Kjell Reigstad</strong> published the notes from the <strong><a href=\"https://make.wordpress.org/themes/2021/04/08/block-themes-meeting-notes-april-7-2021/\">Block Theme Meeting </a></strong> They team discussed among other things: </p>\n\n\n\n<ul><li>TT1 Blocks update&nbsp;</li><li>Block-based theme updates in&nbsp;Gutenberg&nbsp;10.3 with alignment styles automatically for front and back end and the capability to use theme.json styles for every block. </li><li>New tools for transitioning to Block-based Themes.</li></ul>\n\n\n\n<p>The deadline for the <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\"><strong>Full Site Editing Testing Call #4</strong></a> has been extended until <strong>April 12th, 2021. </strong></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p>⏰ <strong>Don&#8217;t Miss this! </strong> <br /><strong>Mega-Meetup April 15th, 2021 </strong> 6:30 -8:30 pm EDT / 23:30 UTC with Anne McCarthy, David Bisset and the organizers of six Florida Meetup groups.  All <strong>About Full Site Editing </strong>(Coming in WordPress). <a href=\"https://www.meetup.com/SF-WordPress-Users/events/277019024/\">Register via Meetup.com</a> <a href=\"https://t.co/36RYiMfivU?amp=1\" rel=\"noreferrer noopener\" target=\"_blank\"></a></p>\n\n\n\n<p>For a more in-depth look on current Gutenberg development,  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\">the Index page with all the teams&#8217; updates</a> in the Core handbook has the latest. </p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n\n<p class=\"has-small-font-size\">Featured Image:  <em>Photo by&nbsp;<a href=\"https://unsplash.com/@fran_?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Fran Jacquier</a>&nbsp;on&nbsp;<a href=\"https://unsplash.com/s/photos/lego?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n\n<p> <a href=\"https://gutenbergtimes.com/podcast/changelog-41-greg-ziolkowski-gutenberg-10-3-full-site-editing-mvp/\"><strong>Episode #41</strong> is now available</a>, with new co-host <strong>Grzegorz Ziolkowski</strong></p>\n\n\n\n<p> <strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />?️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />?️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />Review by <a href=\"https://twitter.com/Peter_Ingersoll\"><strong>Peter Ingersoll</strong></a> on <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 10 Apr 2021 15:24:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Will Full Site Editing Land in WordPress 5.8? A Decision Is Forthcoming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming?utm_source=rss&utm_medium=rss&utm_campaign=will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6679:\"<p class=\"has-drop-cap\">Yesterday, Josepha Haden Chomphosy <a href=\"https://make.wordpress.org/core/2021/04/08/full-site-editing-scope-for-wp5-8/\">announced the roadmap</a> for deciding whether Full Site Editing (FSE) will land in WordPress 5.8. After the launch of Gutenberg 10.4 on April 14, a small group of core leads will participate in a go/no-go demo.</p>\n\n\n\n<p>The following people will be on the call:</p>\n\n\n\n<ul><li>Matias Ventura &ndash; Gutenberg Project Lead who will host the demo.</li><li>Matt Mullenweg &ndash; WordPress Project Lead.</li><li>Helen Hou-Sand&igrave; &ndash; Lead Developer.</li><li>Josepha Haden Chomphosy &ndash; Executive Director.</li></ul>\n\n\n\n<p>The meeting&rsquo;s agenda is simple. Ventura will host the demo, and the group will discuss and cover implementation questions.</p>\n\n\n\n<p>If there are no blockers, they will share a plan for merging FSE into WordPress. The more likely outcome is that they will find at least a few items that must be addressed. In that case, they will share these publicly with a plan to tackle them before a second go/no-go date of April 27.</p>\n\n\n\n<p>The first beta release of WordPress 5.8 is set for June 8, with a general public release for July 20. The team needs to decide on inclusion early in the release cycle to give theme and plugin developers time to prepare.</p>\n\n\n\n<p>While many are on their toes awaiting a final decision, everyone needs to have a little patience at the moment. Everything needs to be carefully weighed by the project leaders. There is a good chance we will not know the outcome until that second, April 27 deadline.</p>\n\n\n\n<p>Most of the FSE transition would be a beta run for a subset users. Including these features in core does not mean that WordPress immediately flips the switch and enables everything for 40% of the web. For the overall FSE experience, users must make an explicit choice to install and activate a block-based theme.</p>\n\n\n\n<p>With that in mind, the onboarding experience should be a welcoming one that invites users into site editing while letting them know the potential issues. If it is a built-in beta, they <em>really</em> need to understand that improvements are forthcoming.</p>\n\n\n\n<p>An in-core beta run like this is also welcome, given the project&rsquo;s launch of the block editor a couple of years ago. Regardless of whether people loved or hated the block editor, the rollout was not smooth for everyone. WordPress dropped end-users into an overhauled system, which was a shocking change for many. The project has a chance to do better this time around by incrementally introducing features to users and allowing others to immerse themselves in the new experience of their own choice.</p>\n\n\n\n<p>&ldquo;The most important context to share is that <strong>it isn&rsquo;t shipping as the full, default experience for users</strong>,&rdquo; wrote Chomphosy in the post, noting that the team is growing beyond past mistakes. &ldquo;One of the clearest pieces of feedback from the Phase One merge process was that there wasn&rsquo;t enough time for our extenders (agencies, theme authors, plugin developers, site builders, etc.) to prepare for the upcoming changes.&rdquo;</p>\n\n\n\n<p>The decision-makers may also decide to ship some pieces but not others. FSE is a project made up of several components.</p>\n\n\n\n<p>&ldquo;The whole full site editing project is sort of an umbrella term for a collection of tools and projects, so it would be possible for some pieces to ship while others don&rsquo;t,&rdquo; said Haden Chomphosy. &ldquo;There are probably some exceptions to that, as you mentioned, but many of these can ship as they are ready.&rdquo;</p>\n\n\n\n<p>The exceptions she was referring to are components that make more sense together. For example, block-based themes via a <code>theme.json</code> config file and most of the site-editing blocks are not as useful when separate.</p>\n\n\n\n<p>Of course, there are cases where something like the Query block could be used outside of the site editor. Users might create custom queries within a page without the benefit of the site editor, for example.</p>\n\n\n\n<p>My primary concern is not with features related to the site editor but with block-based widgets. It is a transitional tool for users on traditional themes. Along with the new nav menus screen, it is not a part of the block-based themes experience. The goal is to allow users to start using blocks in more places. However, this will result in a broken UX in many cases.</p>\n\n\n\n<p>The widgets experience is still <a href=\"https://wptavern.com/are-block-based-widgets-ready-to-land-in-wordpress-5-6\">partially broken</a>, treating each block as a separate widget. Users must learn to put a Heading (widget title) and another block (widget content) into a Group (widget wrapper) for the correct widget-related classes on the front end of the site. For some themes, whether users do this will be a non-issue. For others, it will look ugly at best and break the layout at worst. Putting this responsibility on the shoulders of end-users was <a href=\"https://github.com/WordPress/gutenberg/issues/25174#issuecomment-708238689\">deemed an acceptable solution</a>.</p>\n\n\n\n<p>I wanted to focus on this issue because it is one of those things that may simply be flipped on for all users. I am still afraid that transitioning from a functioning system to a potentially broken one will make for a bumpy ride.</p>\n\n\n\n<p>The WordPress 5.6 release team <a href=\"https://wptavern.com/wordpress-5-6-release-team-pulls-the-plug-on-block-based-widgets\">decided not to ship</a> block-based widgets. Hou-Sand&igrave;, as the core tech lead for 5.6, provided a historical account of the decision and why it was not ready for inclusion:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>My question for features that affect the front-end is &ldquo;can I try out this new thing without the penalty of messing up my site?&rdquo; &mdash; that is, user trust. At this current moment, given that widget areas are not displayed anything like what you see on your site without themes really putting effort into it and that you have to save your changes live without revisions to get an actual contextual view, widget area blocks do not allow you to try this new feature without penalizing you for experimenting.</p></blockquote>\n\n\n\n<p>While widgets have arguably improved, I still see the answer as being the same as last October. I have not seen enough buy-in from the theme development community to support the block editor itself, much less new block-related features. However, at some point, the project simply needs to move forward. Themers will just need to keep up.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Apr 2021 15:48:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: iThemes Acquires Kadence WP, Plans to Sunset Legacy Themes in 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/ithemes-acquires-kadence-wp-plans-to-sunset-legacy-themes-in-2022?utm_source=rss&utm_medium=rss&utm_campaign=ithemes-acquires-kadence-wp-plans-to-sunset-legacy-themes-in-2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3957:\"<p>iThemes has <a href=\"https://ithemes.com/kadence-wp-joins-ithemes-family/\">acquired Kadence WP</a>, the Missoula-based makers of the <a href=\"https://wordpress.org/plugins/kadence-blocks/\">Kadence Blocks</a> plugin and its accompanying <a href=\"https://wordpress.org/themes/kadence/\">Kadence theme</a>. Originally founded in 2008 as a themes company, iThemes became more of a plugin-oriented business over the years before it was <a href=\"https://wptavern.com/liquid-web-acquires-ithemes-in-multi-million-dollar-deal\">acquired by Liquid Web in 2018</a>. The company is returning to its roots with this acquisition and plans to make Kadence WP the official theme platform of choice for iThemes.</p>\n\n\n\n<p>&ldquo;It&rsquo;s no secret that the &lsquo;themes&rsquo; part of iThemes has been lacking for many years now,&rdquo; iThemes general manager Matt Danner said. &ldquo;While we got our start in WordPress themes in 2008, over the past 10 years, we pivoted to the more obvious needs of our customers (mainly WordPress security, backups, memberships and maintenance) as the theme marketplace got more competitive.&nbsp;</p>\n\n\n\n<p><em>&ldquo;</em>Joining forces with Kadence WP means that iThemes can once again have an innovative and modern WordPress theme platform.&rdquo;</p>\n\n\n\n<p>iThemes announced it will be sunsetting its <a href=\"https://ithemes.com/purchase/builder-theme/\">iThemes Builder theme framework</a> and all of its legacy themes in 2022, in favor of supporting the Kadence theme which already has more than 50,000 active installations. Danner said the older themes &ldquo;are no longer truly compatible with the future direction of WordPress.&rdquo;</p>\n\n\n\n<p>Kadence Blocks are even more popular than the accompanying theme, since they can be used in combination with any WordPress theme. The plugin has gained more than 100,000 users after its initial launch in August 2018. Kadence Blocks <a href=\"https://wptavern.com/wordpress-theme-and-plugin-shops-are-pioneering-the-first-layout-blocks-for-gutenberg\">pioneered some of the first full-featured layout blocks</a> in the early days of Gutenberg prior to its inclusion in core.</p>\n\n\n\n<p>&ldquo;This last year has marked some ridiculous growth for Kadence WP,&rdquo; co-founder Ben Ritner said. &ldquo;Only one year ago my sister Hannah (many users will know Hannah from our support channels) and I were the entirety of&nbsp;the Kadence WP team. It is hard to gauge user numbers with accuracy because of how many free products we have, but the amount of people using Kadence WP products has roughly quadrupled in the last 10 months! Our new Kadence Theme, which landed on the repo in November (only 160 days ago), now has more than 50,000 active users.&rdquo;</p>\n\n\n\n<p>Kadence WP will continue running under its same branding and as a separate company under the iThemes brand. Pricing will remain the same for existing Kadence WP customers. iThemes plans to raise its prices for its Agency Bundle on May 1, 2021, but renewal pricing will remain the same as long as the customers&rsquo; subscriptions auto-renew.</p>\n\n\n\n<p>Kadence Blocks is adding dynamic content for its pro version in the next month. The team is also launching a new plugin called Kadence Cloud, which will allow users to create a pre-built cloud of content that they can pull down into any website. Both Kadence Blocks and the theme will also be rolling in many of the top-voted feature requests from its community. A major new product release is planned for Q4 2021.</p>\n\n\n\n<p>iThemes will be hosting a <a href=\"https://attendee.gotowebinar.com/register/8329602538499610384\">townhall meeting</a> Friday, April 9 at 11:00 am CST to address any questions or concerns that users and customers may have. They are also running an online training workshop titled &ldquo;<a href=\"https://attendee.gotowebinar.com/register/446959587392124432\">Learn How to Use Kadence WP</a>&rdquo; on May 5, 2021, at 1:00 p.m. CST.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Apr 2021 05:23:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Yes, Comments Are Still Relevant, But We Need a Better System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/yes-comments-are-still-relevant-but-we-need-a-better-system?utm_source=rss&utm_medium=rss&utm_campaign=yes-comments-are-still-relevant-but-we-need-a-better-system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6116:\"<p class=\"has-drop-cap\">More and more, open comments are becoming a thing of the past. Large news organizations have kicked them to the curb. Frustrated bloggers who no longer desire all of the hassles with moderation shut down their forms. The conversations have moved to corporate-controlled social media.</p>\n\n\n\n<p>It is hard to pinpoint the exact moment much of the web devolved into chaos. It was probably more of a gradual thing. The tools that we built fostered the darkest side of humanity. Far too often, people let out their worst unfiltered thoughts without regard to decency and kindness. If we dig deep enough, social media is likely the culprit that spawned this growing experience. However, it is also entrenched in the blogging world.</p>\n\n\n\n<p>Now, with the ubiquity of mobile phones, everyone has a voice. And, far too often, the vocal minority drives the masses from discussion to ad hominem. Or, maybe the majority was always looking for a justification.</p>\n\n\n\n<p>There is a bright side. Commenting on and discussing ideas in an open forum can change hearts and minds. It can lead to discoveries and create life-long friendships &mdash; I still routinely chat with people I met through blogs and their comments from nearly two decades ago.</p>\n\n\n\n<p>Ryan McCue, a core contributor to WordPress, said that <a href=\"https://twitter.com/rmccue/status/1375873040496594946\">comments should be a plugin</a>.</p>\n\n\n\n<p>There are few things I could think that would hurt the blogging community more. Comments are the lifeblood of many WordPress-built sites. Without them as part of the core experience, how many new users will venture out to find a commenting plugin? Such a change would sign the death warrant for commenting on a large part of the web, moving more discussion away from blogs into the waiting arms of social networks.</p>\n\n\n\n<p>McCue&rsquo;s response was to a <a href=\"https://twitter.com/Krogsgard/status/1375867036102971396\">tweet by Brian Krogsgard</a>, the Post Status creator and editor. &ldquo;WordPress should have one singular button that says: Turn off all comments and comment displays. This is so hilariously complicated, it&rsquo;s absurd.&rdquo;</p>\n\n\n\n<p>He is not wrong.</p>\n\n\n\n<p>The WordPress comment settings screen is so complex that I rarely change anything other than a setting or two, even when I want comments enabled for a site. There are around two dozen individual options on that screen, and none of them just allow users to turn it all off.</p>\n\n\n\n<p>Eric Karkovack explores this same topic in his piece for Speckyboy titled <a href=\"https://speckyboy.com/is-the-wordpress-comment-system-still-relevant/\">Is the WordPress Comment System Still Relevant?</a> He concluded:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>So, where does this leave the default comment system? It still offers the basics and can be extended. Yet it seems a bit antiquated when compared to what other services are offering. To remain a compelling option, improvements are in order.</p><p>There&rsquo;s certainly no harm in keeping it around. But, short of a renewed effort to improve the out-of-the-box functionality, perhaps it shouldn&rsquo;t be as front-and-center within WordPress as it is now.</p></blockquote>\n\n\n\n<p>WordPress has failed to iterate on its commenting feature in recent years.</p>\n\n\n\n<p>&ldquo;Like most things, [Full Site Editing] will change things there,&rdquo; wrote WordPress Themes Team rep Ari Stathopoulos in the Post Status Slack. &ldquo;Want comments? Add the comment-form block in your template. Don&rsquo;t want them? Don&rsquo;t add it.&rdquo;</p>\n\n\n\n<p>While that is partly true, it only handles things on the front end of the site. All the commenting-related features would still be there in the admin. However, it is a step in the right direction.</p>\n\n\n\n<p>The ability to easily opt in or out of a commenting system is merely one change that needs to happen. Something as basic as an <a href=\"https://core.trac.wordpress.org/ticket/33627\">in-context comment list view</a> is a must for easier moderation. The <a href=\"https://wptavern.com/a-conceptual-wordpress-plugin-by-stephen-cronin-that-makes-comment-moderation-easier\">Tavern still uses</a> Stephen Cronin&rsquo;s <a href=\"https://wordpress.org/plugins/show-parent-comment/\">Show Comment Parent</a> plugin for this. Even a basic JavaScript-based front-end submission form would go a long way toward modernizing the commenting system. Does anyone enjoy a full page reload when leaving a comment?</p>\n\n\n\n<p>However, there is more that we could be doing. For a platform that prides itself on democratizing publishing and owning your content, a <a href=\"https://core.trac.wordpress.org/ticket/35435\">ticket for supporting webmentions</a> has had virtually no movement in five years.</p>\n\n\n\n<p>A Webmention is a standardized protocol for mentions and conversations across the web. It is a part of a goal for a decentralized social &ldquo;network&rdquo; of sorts where everyone owns and controls their content. While the <a href=\"https://wordpress.org/plugins/webmention/\">Webmention plugin</a> by Matthias Pfefferle takes care of this feature, universal adoption would be a far more realistic goal as part of WordPress.</p>\n\n\n\n<p>We should also have some serious conversations about what tools publishers need to build thriving communities via their comments. For example, is comment moderation easy enough? If not, what can we do to improve it?</p>\n\n\n\n<p>WordPress is more than simply a blogging platform. Users can build any kind of site they want today, with or without the comments. However, commenting is part of the software&rsquo;s history and identity. It is a gateway to discussion &mdash; often as important or even more so than a site&rsquo;s content.</p>\n\n\n\n<p>Comments will always be relevant. Whether it is a response to a blog post, tweet, Slack thread, or some new thing we have yet to think of, the web is all about connecting and communicating with others. We should constantly reevaluate whether WordPress is leading the pack, creating the tools to enable more discussion.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Apr 2021 23:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"HeroPress: Hallway Chats Joins The HeroPress Family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=3524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"https://heropress.com/hallway-chats-joins-the-heropress-family/#utm_source=rss&utm_medium=rss&utm_campaign=hallway-chats-joins-the-heropress-family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2413:\"<img width=\"375\" height=\"100\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/hallway-chats-logotype-v01.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Original Hallway Chats logo\" />\n<p>As any parent or pet owner knows, quiet doesn&#8217;t always equal inactivity. And the same is true here at HeroPress.</p>\n\n\n\n<h2 id=\"h-investing-in-a-sustainable-framework\">Investing in a sustainable framework</h2>\n\n\n\n<p>While we haven&#8217;t said much over the last few months, we&#8217;ve been working with the initial feedback we received to expand HeroPress in the most manageable and sustainable way. Because really, if it&#8217;s not manageable and sustainable, what&#8217;s even the point?</p>\n\n\n\n<p>This quest prompted a lot of additional research and active listening, all of which lead the fine folks behind the <a href=\"http://hallwaychats.com\">Hallway Chats</a> podcast to start a conversation with us. </p>\n\n\n\n<h2 id=\"h-hallway-chats-found-us\">Hallway Chats found us</h2>\n\n\n\n<p>We were considering a podcast, but had moved it down the build list. <a href=\"https://twitter.com/TaraClaeys\">Tara Claeys</a> and <a href=\"https://twitter.com/liamdempsey\">Liam Dempsey</a>, while loving the work they&#8217;ve done with Hallway Chats, found life was moving then in different directions, as it does for us all. And as Hallway Chats approached its 150th episode, the decision was made to pass the torch, or microphone as it were.</p>\n\n\n\n<p>We&#8217;re thrilled to be able to build on their legacy and continue to grow Hallway Chats through out the community, and we&#8217;re grateful to Tara and Liam that they&#8217;ve entrusted it into our care.</p>\n\n\n\n<h2 id=\"h-embrace-opportunities-that-are-the-right-fit\">Embrace opportunities that are the right fit</h2>\n\n\n\n<p>A few shifts and changes are inevitable, but the spirit of Hallway Chats will always stand. After all, why change something that so ideally meshes with our own goals?</p>\n\n\n\n<p>Listen to the <a href=\"https://hallwaychats.com/episodes/episode-150-cate-and-topher-derosia/\">150th Episode of Hallway Chats</a> where Tara, Liam, Topher, and I talk even more about the direction we&#8217;re all heading.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/hallway-chats-joins-the-heropress-family/\">Hallway Chats Joins The HeroPress Family</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Apr 2021 14:55:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Calling All Themers: Design the Next Round of Query Block Patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114777\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/calling-all-themers-design-the-next-round-of-query-block-patterns?utm_source=rss&utm_medium=rss&utm_campaign=calling-all-themers-design-the-next-round-of-query-block-patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4621:\"<p class=\"has-drop-cap\">The Gutenberg plugin repository currently has an open ticket calling for <a href=\"https://github.com/WordPress/gutenberg/issues/30508\">community-contributed Query block patterns</a>. These would launch alongside Full Site Editing&rsquo;s inclusion in WordPress, which could be as soon as version 5.8 &mdash; no hard decision has been made on that yet. Some may not end up bundled directly in WordPress but could be included in the <a href=\"https://wptavern.com/first-look-at-initial-designs-for-wordpress-block-pattern-directory\">upcoming pattern directory</a>.</p>\n\n\n\n<p><a href=\"https://wptavern.com/gutenberg-10-2-adds-spacers-to-navigation-lists-lets-users-categorize-template-parts-and-introduces-scoped-patterns\">Gutenberg 10.2</a> introduced a new feature called &ldquo;scoped patterns.&rdquo; This system allows developers to build block patterns within a specific context instead of always being available from the inserter. Specifically, the Gutenberg development team created a handful of patterns for the Query block. When inserting the block, users can choose between each of these patterns as a starting point for outputting their posts.</p>\n\n\n\n<img />Pattern selections for the Query block in its initial state.\n\n\n\n<p>The patterns are far too generic and do not come close to replicating the array of design options in the real world. While the end goal is to not cover every scenario imaginable, WordPress should ultimately give users a little more flexibility as a jumping-off point.</p>\n\n\n\n<p>&ldquo;Those were always meant to be temporary to start with,&rdquo; wrote Kjell Reigstad, a core WordPress contributor and Design Director at Automattic, in the GitHub ticket. &ldquo;Let&rsquo;s take another look at these, both to replace the current ones for now, but also so that we eventually have a nice set of WordPress community-designed query block patterns to add to the Pattern Directory at launch.&rdquo;</p>\n\n\n\n<p>Theme authors will be able to release their own scoped patterns for the Query block too. However, with block-based themes being few and far between at this phase of the project, WordPress needs to set the stage.</p>\n\n\n\n<p>This is one of the reasons I was so vocal pre-WordPress 5.5 about the <a href=\"https://wptavern.com/decision-time-what-block-patterns-should-ship-with-wordpress-5-5\">early pattern designs</a>, and it is why I was happy to see them <a href=\"https://wptavern.com/gutenberg-8-7-adds-minor-changes-updates-block-pattern-designs-and-continues-full-site-editing-work\">overhauled before the launch</a>. Many users need that bit of inspiration, that push to try out alternate layouts instead of building them on their own. They need options beyond the typical stacked blog posts layouts.</p>\n\n\n\n<p>A few well-designed Query patterns do that.</p>\n\n\n\n<p>I decided to try my hand at building what I think would be a fun Query pattern to use:</p>\n\n\n\n<img />Query block pattern with full-width background image.\n\n\n\n<p>I built this using core blocks instead of the Query block with the Eksell theme installed. Side note: let me just reiterate my earlier <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">review of Eksell</a>. It is such a well-rounded design that anyone can create all sorts of custom patterns. It makes for an easy-to-use testbed for exploring design concepts.</p>\n\n\n\n<p>The idea was based on a pattern that Mel Choyce-Dwan shared in the ticket:</p>\n\n\n\n<img /> Query block pattern with background image and centered text. \n\n\n\n<p>I do not think it is currently possible to build this Query pattern idea with the site editor. Unless I am mistaken, there is no way to use the post featured image as a background or within the Cover block, a common layout design.</p>\n\n\n\n<p>Eventually, the site editor should get to the point where theme authors can move at least a hair beyond the basics. It will take some time for the tooling to catch up, but we are approaching the point where designers can build more complex things. That is another reason theme authors should be involved with this discussion. It needs input and ideas from themers who are out there dealing with users in real-world settings. The Gutenberg team cannot know everything it needs to build without this vital community source.</p>\n\n\n\n<p>Choyce-Dwan shared several other patterns in the ticket that are worth exploring. Along with Reigstad, Beatriz Fialho and Paal Joachim Romdahl have contributed pattern ideas.</p>\n\n\n\n<p>If you fancy yourself a theme designer, now is as good a time as any to contribute.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Apr 2021 22:45:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Matt: Wix and Their Dirty Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53999\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2021/04/wix-dirty-tricks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3651:\"<p>Wix, the website builder company you may remember from <a href=\"https://ma.tt/2016/10/wix-and-the-gpl/\">stealing WordPress code and lying about it</a>, has now decided the best way to gain relevance is attacking the open source WordPress community in a <a href=\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\">bizarre set of ads</a>. They can&#8217;t even come up with original concepts for attack ads, and have tried to rip-off of Apple&#8217;s Mac vs PC ads, but tastelessly personify the WordPress community as an absent, drunken father in a therapy session. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p>I have a lot of empathy for whoever was forced to work on these ads, including the actors, it must have felt bad working on something that&#8217;s<strong> like Encyclopedia Britannica attacking Wikipedia</strong>. WordPress is a global movement of hundreds of thousands of volunteers and community members, coming together to make the web a better place. The code, and everything you put into it, belongs to you, and its open source license ensures that you&#8217;re in complete control, now and forever. WordPress is free, and also gives you freedom. </p>\n\n\n\n<p>Wix is a for-profit company with a valuation that peaked at around 20 billion dollars, and whose business model is getting customers to pay more and more every year and making it difficult to leave or <a href=\"https://www.trustpilot.com/review/www.wix.com?aspects=refund\">get a refund</a>. (Don&#8217;t take my word for it, look at their investor presentations.) They are so insecure that they are also the only website creator I&#8217;m aware of that doesn&#8217;t allow you to export your content, so they&#8217;re like a roach motel where you can check in but never check out. Once you buy into their proprietary stack you&#8217;re locked in, which even their support documentation admits:</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><strong>So if we&#8217;re comparing website builders to abusive relationships, Wix is one that locks you in the basement and doesn&#8217;t let you leave.</strong> I&#8217;m surprised consumer protection agencies haven&#8217;t gone after them.</p>\n\n\n\n<p>Philosophically, I believe in open source, and if WordPress isn&#8217;t a good fit for you there are other great open source communities like Drupal, Joomla, Jekyll, and Typo3. We also have a great relationship with some of our proprietary competitors, and I have huge respect for the teams at Shopify and Squarespace, and even though we compete I&#8217;ve always seen them operate with integrity and I&#8217;d recommend them without hesitation. </p>\n\n\n\n<p>I have to believe that users will care about that in the long run, and maybe that&#8217;s <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">why Squarespace just passed up Wix in market share</a>. They <a href=\"https://support.squarespace.com/hc/en-us/articles/206566687-Exporting-your-site\">natively support exporting into WordPress&#8217; format</a> and don&#8217;t have to resort to dirty tricks to be successful. I expect Squarespace&#8217;s upcoming IPO will be a great one.</p>\n\n\n\n<p>Wix, though, continues to show their true colors. Regardless of their product, I hope people consider the behavior of companies in the world they support with their dollars. Wix really wants you to see their new campaign though, so let&#8217;s take the bait and watch the creepy, misleading way they are trying to represent themselves.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Apr 2021 17:34:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: Wix’s Negative Advertising Campaign Falls Flat with WordPress Developers and Professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/wixs-negative-advertising-campaign-falls-flat-with-wordpress-developers-and-professionals?utm_source=rss&utm_medium=rss&utm_campaign=wixs-negative-advertising-campaign-falls-flat-with-wordpress-developers-and-professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5971:\"<p>Wix has launched a negative advertising campaign targeting WordPress, following a <a href=\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\">bizarre marketing stunt</a> where the company shipped out Bose headphones to influential WordPress community members. Recipients were puzzled, because it appeared the company was wasting its marketing budget on people who were not likely to be swayed by the campaign. Wix seems oblivious to the <a href=\"https://twitter.com/danyork/status/1379128016387866624\">negative </a><a href=\"https://twitter.com/wesbos/status/1379570402347864066\">responses</a> to its headphones marketing ploy.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Like, these are nice headphones, but I want to know if there is a proprietary CMS that is willing to pay to replace the outdoor condenser thing for my A/C within the next 12 months or not before making my decision.</p>&mdash; Josh Pollock (@Josh412) <a href=\"https://twitter.com/Josh412/status/1379470244968857600?ref_src=twsrc%5Etfw\">April 6, 2021</a></blockquote>\n</div>\n\n\n\n<p>Subsequent advertisements in this new &ldquo;You Deserve Better&rdquo; campaign are markedly more negative than the <a href=\"https://www.secret-update.com/from-wp\">launch video</a> sent to recipients of the headphones, packed with tasteless and tired motifs. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Wix representative Maya Gril said the campaign is part of the company&rsquo;s &ldquo;initiative to connect with an audience that doesn&rsquo;t think or know that Wix applies to their needs.&rdquo; </p>\n\n\n\n<p>When asked what message they are intending to send with the videos, Gril likened using WordPress to being stuck in a bad relationship.</p>\n\n\n\n<p>&ldquo;The campaign shows in a clever way that WordPress users don&rsquo;t need to be stuck in a bad relationship with their platform and they should consider the alternative which allows them to focus on their actual work,&rdquo; Gril said. &ldquo;Each video in the campaign revolves around user pain points, which also highlight Wix&rsquo;s strengths.&rdquo;</p>\n\n\n\n<p>Morten Rand-Hendriksen, who received a pair of the headphones, characterized the campaign as &ldquo;<a href=\"https://twitter.com/mor10/status/1379513577619394563\">nuclear troll-marketing</a>.&rdquo; Instead of emphasizing any new, innovative features of the Wix platform, the ads come across as short, petulant narratives with no clear objective. </p>\n\n\n\n<p>&ldquo;I guess they&rsquo;re trying to provoke us into responding?&rdquo; WordPress co-founder Matt Mullenweg <a href=\"https://twitter.com/photomatt/status/1379217014472896512\">tweeted</a> in response to discussion on the campaign. &ldquo;I agree it comes off as creepy and misleading to impersonate &lsquo;WordPress&rsquo; this way.</p>\n\n\n\n<p>&ldquo;I can&rsquo;t tell if trying to get a cease and desist letter is part of their strategy to try and drum up press. Unethical, tacky behavior from an unethical, tacky company. Good reminder: I really appreciate the integrity, principles, and ethics of WordPress ecosystem companies.&rdquo;</p>\n\n\n\n<p>Wix&rsquo;s new video ads seem more geared at professional developers with references that are likely outside of regular users&rsquo; experience with the software. The company may have failed to attract professionals in the past, which might explain why it opted to send thousands of dollars worth of headphones to influential WordPress users who fall within that demographic. </p>\n\n\n\n<p>In 2019, Wix began shifting its marketing budget away from TV advertisements and added products that targeted agencies, developers, and designers. The company spent $55 million in marketing in the first quarter of 2019, according to reports shared with <a href=\"https://digiday.com/marketing/wix-com-using-linkedin-target-designers-engineers-agencies/\">Digiday</a>. Wix became more active on LinkedIn&nbsp;and Twitter in pursuit of professionals who would bring more customers to its platform.</p>\n\n\n\n<p>&ldquo;We want to make it clear that we have everything a professional needs,&rdquo; Maya Gril said. &ldquo;Our product is mature and constantly evolving. We&rsquo;re broadening our target audience and we want all new, existing and prospective users to know that Wix is the ultimate web creation platform to help them create, manage and grow online.&rdquo;</p>\n\n\n\n<p>Unfortunately, Wix is lacking one very important feature for catering to &ldquo;professional needs&rdquo; &ndash; data portability.  When asked for his thoughts on the campaign, Mullenweg added that Wix is the only CMS in the world that doesn&rsquo;t allow export &ndash; even Facebook does. The <a href=\"https://support.wix.com/en/article/exporting-or-embedding-your-wix-site-elsewhere\">Wix support center</a> states: Y<em>our Wix site and all of its content is&nbsp;<a href=\"https://support.wix.com/en/article/wix-site-hosting\">hosted</a>&nbsp;exclusively on Wix&rsquo;s servers, and cannot be exported elsewhere.</em></p>\n\n\n\n<p>Having content that is locked in and cannot be easily exported to other platforms or hosts does not appeal to professionals. No amount of extravagant spending on marketing stunts will convince developers to bring their customers to a proprietary CMS that also locks in your content. </p>\n\n\n\n<p>This is why their marketing doesn&rsquo;t appeal to the group of people who received the headphones. Many of them build WordPress as long-time contributors or run WordPress product businesses. </p>\n\n\n\n<p>Wix fundamentally misunderstands why people use WordPress and what makes them stay. It&rsquo;s for reasons not found in their overly simplified list of differentiators played out in the new video ads. The desperate marketing tactics, which are geared more towards developers and power users, serve only to reinforce the platform&rsquo;s underdog status and lack of market awareness.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Apr 2021 07:10:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Twentig Now Upgrades the Twenty Twenty-One Theme Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/twentig-now-upgrades-the-twenty-twenty-one-theme-experience?utm_source=rss&utm_medium=rss&utm_campaign=twentig-now-upgrades-the-twenty-twenty-one-theme-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6098:\"<p class=\"has-drop-cap\">Twentig, the brainchild of sibling co-founders Diane and Yann Collet, now supports the Twenty Twenty-One theme. The developers originally built the plugin, which is <a href=\"https://wordpress.org/plugins/twentig/\">hosted on WordPress.org</a>, around the idea of &ldquo;supercharging&rdquo; Twenty Twenty. After its initial success, they have turned their sights onto the most recent default theme, adding a slew of new features over the past few months.</p>\n\n\n\n<p>The plugin still supports Twenty Twenty. It has merely added features for the latest default theme to its repertoire. The duo behind the plugin does not plan to stop there either.</p>\n\n\n\n<p>&ldquo;Yes, we&rsquo;ll definitively continue this with the future default themes,&rdquo; said Yann Collet. &ldquo;It will be exciting to see what we can do with Full Site Editing and the next block-based theme. With FSE coming, the opportunity is immense, making us confident that we can help people building better websites.&rdquo;</p>\n\n\n\n<p>When I <a href=\"https://wptavern.com/supercharge-the-default-wordpress-theme-with-twentig-a-toolbox-for-twenty-twenty\">last covered it</a>, Twentig had a mere 4,000 active installations. All 34 of its reviews were five stars. Today, the plugin has accumulated over 10,000 installs and 75 five-star reviews. It did garner its first four-star rating, bringing the average down a tad. Nevertheless, its user base clearly loves what the plugin developers are doing.</p>\n\n\n\n<p>The team has created 10 <a href=\"https://twentig.com/demos/\">website demos</a> and 8 single-page examples for inspiration, each on top of the Twenty Twenty-One theme.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Orlando</li><li class=\"blocks-gallery-item\"><img />Kyoto</li><li class=\"blocks-gallery-item\"><img />Letuce</li></ul>\n\n\n\n<p>One of the great things about the plugin is that it essentially treats the default themes as a bit of a foundation, a framework. Users do not have to search around for a new theme when they tire of their current look. They can simply mix things up with Twentig.</p>\n\n\n\n<p>&ldquo;The goal is to showcase the power and flexibility of Twentig, the default theme, and the block editor,&rdquo; said the team. &ldquo;And ultimately inspire people to be creative with blocks. It&rsquo;s incredibly fun and fast to build directly inside the block editor with our block patterns instead of using a prototyping tool like Figma.&rdquo;</p>\n\n\n\n<h2>Extending the Block Editor</h2>\n\n\n\n<p class=\"has-drop-cap\">The Twentig plugin&rsquo;s strength is in how it extends the block editor. Users are first presented with a custom sidebar panel with a plethora of patterns and full-page layouts. The plugin then further provides options for individual blocks.</p>\n\n\n\n<p>Unlike many other block-related plugins, Twentig does not register its own blocks. It uses the core WordPress blocks, except for Contact Form 7 integration, by mixing and matching them in various ways. If a user needs a call-to-action section, the plugin offers 11 patterns. If a user wants to spruce up their galleries, they have plenty of choices.</p>\n\n\n\n<img />Inserting a single page layout.\n\n\n\n<p>The plugin&rsquo;s page layouts and patterns all work with both the Twenty Twenty and Twenty Twenty-One themes. Since Twentig relies primarily on core blocks, it is just a matter of making sure its custom CSS works.</p>\n\n\n\n<p>Some blocks get an extra setting or two through the plugin. However, the bulk of customization options happen through the Twentig &ldquo;CSS Library.&rdquo; This is a setting under the Advanced tab for most blocks that users can access by clicking the &ldquo;+&rdquo; icon next to the Additional CSS Classes option. It allows users to tick off checkboxes for numerous classes &mdash; each has an explanation of what it does. These are merely a set of utilities that change the block&rsquo;s output in some way.</p>\n\n\n\n<img />Picking Heading block classes via the Twentig CSS Library.\n\n\n\n<p>Twentig&rsquo;s CSS classes system follows the road paved by utility class frameworks like Tailwind. WordPress does a little of this but does not take a holistic approach to it. I have argued that WordPress <a href=\"https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme\">should build a design framework</a> in the past. A standardized class system would play well with block options, giving the development team a foundation for creating a better user experience across themes.</p>\n\n\n\n<p>The drawback is that the two extra stylesheets on top of Twenty Twenty-One&rsquo;s CSS add a bit of heft to the page. This could give pause to users who want to keep things lightweight. However, it has a smaller footprint than when using it with the older Twenty Twenty.</p>\n\n\n\n<h2>Customizer Options and More</h2>\n\n\n\n<img />Customizing Twenty Twenty-One&rsquo;s design.\n\n\n\n<p class=\"has-drop-cap\">The plugin packages dozens of settings under the &ldquo;Twentig Options&rdquo; customizer panel. It also extends other sections, such as adding more color options. Users who care more about modifying the overall design than blocks will find nearly anything they need to put their own spin on their sites.</p>\n\n\n\n<p>Everything from fonts to site layouts to what post metadata to show is covered. Users can also switch between stacked and grid-style blog posts designs while further customizing based on their choices.</p>\n\n\n\n<p>The biggest downside to the plugin&rsquo;s customizer integration is that it does not utilize the live preview functionality with most of its options. Making a change means a frame refresh to see its effects. A little bit of custom JavaScript and a few partials for server-side changes would go a long way toward making the experience better.</p>\n\n\n\n<p>Ultimately, future versions of Twentig will rely less on or not at all on the customizer. If Twenty Twenty-Two is a block-based, FSE theme, such customization will happen in the upcoming site editor. The plugin developers will need to change tactics and find ways to extend the experience in new ways.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Apr 2021 22:36:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Wix Takes a Jab at WordPress with Bewildering New Marketing Campaign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114714\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign?utm_source=rss&utm_medium=rss&utm_campaign=wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5921:\"<p>Wix is taking direct aim at WordPress in a new cryptic marketing campaign that began over the weekend with shipments of <a href=\"https://www.amazon.com/Bose-Cancelling-Wireless-Bluetooth-Headphones/dp/B07Q9MJKBV/\">Bose noise-canceling headphones</a> landing in the mailboxes of prominent WordPress users. At the end of December, 2020, Wix sent out the following Twitter DM to a group of people it deemed &ldquo;influencers from the tech industry,&rdquo; soliciting their addresses in order to deliver a box: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In the last few months, my team and I have been working on a new innovative concept. We have packed this concept into a free, no strings attached box that we&rsquo;d love to share with you as one of our selected influencers from the Tech industry. </p><p>I know the information I have provided you is basic, but the reason is that I do not want to ruin your experience (and let&rsquo;s be honest, what&rsquo;s more fun than being surprised on the holidays?)</p></blockquote>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Recipients were instructed to scan a QR code to view a one-minute <a href=\"https://www.secret-update.com/from-wp\">video</a> where a man acts as a personified &ldquo;WordPress&rdquo; making bizarre claims:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;Apparently, Wix is coming out with a campaign trashing me. I just want you to know that it&rsquo;s totally fake news, completely bogus. They&rsquo;re just spreading lies because they&rsquo;re jealous of our relationship.&rdquo; </p><cite><a href=\"https://www.secret-update.com/from-wp\">www.secret-update.com/from-wp</a></cite></blockquote>\n\n\n\n<p>The message of the video is not clear and it ends with a few snide jabs referencing &ldquo;exhausted memory&rdquo; and WordPress&rsquo; market share. </p>\n\n\n\n<div><img /></div>\n\n\n\n<p>The most common reaction to the surprise headphones was confusion. Many recipients had no idea what Wix was trying to communicate with the gift.</p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I don\'t understand their goal. Am I supposed to start using their service because they sent me some headphones I don\'t want?</p>&mdash; Michael Torbert (@michaeltorbert) <a href=\"https://twitter.com/michaeltorbert/status/1379125464917237763?ref_src=twsrc%5Etfw\">April 5, 2021</a></blockquote>\n</div>\n\n\n\n<p>A few people perceived the video to be cheeky and humorous. WordPress contributor Aaron Campbell found it off-putting. </p>\n\n\n\n<p>&ldquo;The video takes some odd snipes at WordPress, but the whole overall feel is a bit shady/dirty. Not a great look for Wix in my opinion,&rdquo; Campbell said after receiving the headphones in the mail. &ldquo;I think I&rsquo;d be fine with it if it weren&rsquo;t signed as &lsquo;From WP&rsquo; and &lsquo;Yours, WP.&rsquo; By the time I got to watching the video I already had that bad taste in my mouth.&rdquo;</p>\n\n\n\n<p>Some speculated that it may be the first act in a strange marketing saga of Wix targeting WordPress. Others were inadvertently convinced the headphones were actually from WordPress, since the advertisement uses WordPress&rsquo; trademark in the video. This may be a violation of the WordPress Foundation&rsquo;s <a href=\"https://wordpressfoundation.org/trademark-policy/\">trademark policy</a>, but this has not yet been confirmed. Wix was not printed anywhere in the message, except on the shipping label. </p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Ok thank you to whoever at <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> sent me this, I don&rsquo;t remember giving you my address but these are cool headphones and you definitely got me not-using-Wix if that was your goal &hearts;&#65039;<br /><br />(i also have not used WP in like 10 years but now it will be in/around my head, dammit) <a href=\"https://t.co/l1xA7FvAiw\">pic.twitter.com/l1xA7FvAiw</a></p>&mdash; swyx (@swyx) <a href=\"https://twitter.com/swyx/status/1378268509910622211?ref_src=twsrc%5Etfw\">April 3, 2021</a></blockquote>\n</div>\n\n\n\n<p>This isn&rsquo;t the first time WordPress and Wix have been at odds. In 2016, Matt Mullenweg&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wptavern.com/mullenweg-takes-aim-at-wix-over-gpl-abuses-wix-response-fails-to-address-licensing-issue\" target=\"_blank\">called out Wix for copying GPL code</a>&nbsp;from the WordPress mobile app and distributing it in its&nbsp;<a rel=\"noreferrer noopener\" href=\"http://www.prnewswire.com/news-releases/wixcom-launches-wix-app-providing-a-powerful-mobile-operating-system-for-small-business-owners-store-owners-hoteliers-and-bloggers-around-the-world-300339448.html\" target=\"_blank\">proprietary app</a>.&nbsp;This rendered the entire app in violation of the GPL. Instead of complying with the GPL, Wix responded by <a href=\"https://wptavern.com/wix-removes-gpl-licensed-wordpress-code-from-mobile-app-forks-original-mit-library\">removing the GPL-licensed code</a> and forking the original MIT-licensed library that the WordPress mobile app code was built upon. The fork was relicensed under an absurd modification of the MIT that prohibits the code&rsquo;s redistribution under any copyleft license. </p>\n\n\n\n<p>In October 2020, Wix passed Drupal as 4th <a href=\"https://w3techs.com/technologies/history_overview/content_management\">most popular CMS</a>, according to W3Techs. Since that time, Squarespace has grown to overtake Wix, pushing the CMS back into 5th place with 2.4% of the market. It&rsquo;s only natural that Wix would want to target WordPress, the market leader at 40.9%. However, the strategy of misrepresenting WordPress, while sending headphones to influential users and contributors, was perplexing and unsavory. Wix has not yet responded to my request for comment on its new marketing campaign.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Apr 2021 06:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: The Michelle WordPress Theme Launches With Dozens of Block Patterns and Styles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114708\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"https://wptavern.com/the-michelle-wordpress-theme-launches-with-dozens-of-block-patterns-and-styles?utm_source=rss&utm_medium=rss&utm_campaign=the-michelle-wordpress-theme-launches-with-dozens-of-block-patterns-and-styles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6534:\"<p class=\"has-drop-cap\">Oliver Juhas recently released his sixth theme to the WordPress community for free. <a href=\"https://wordpress.org/themes/michelle/\">Michelle</a> is a block-ready theme. However, it also supports Beaver Builder, Elementor, and other page-building plugins.</p>\n\n\n\n<p>It is a multipurpose theme, which is often an immediate turn-off for me. I prefer to see a purpose-driven design with a unique take on a niche. However, it is hard not to love the personality of Michelle. Juhas did not shy away from putting his brand of styling on the project, which is evident in his past <a href=\"https://wordpress.org/themes/author/webmandesign/\">free themes</a>.</p>\n\n\n\n<p>Juhas is marketing Michelle as an accessibility-ready theme. However, it has yet to receive an accessibility review for the theme directory, which would allow it to be tagged as such. From a quick scan for common issues, everything seems to be in order. It will likely pass its review like some of his past free themes. And, &ldquo;inclusive, disabilities friendly, and barrierless&rdquo; are at the forefront of his branding for <a href=\"https://www.webmandesign.eu/\">WebMan Design</a>.</p>\n\n\n\n<p>As has become common for block-ready themes, Michelle packages a &ldquo;Content Only&rdquo; template. This is a post/page template that allows end-users to use the block editor as a page builder by not displaying anything other than the post content.</p>\n\n\n\n<p>The theme is yet another showcase of what is possible with the block editor. A couple of weeks after Anders Nor&eacute;n&rsquo;s <a href=\"https://wptavern.com/eksell-portfolio-theme-now-available-in-wordpress-themes-directory\">Eksell landed in the directory</a>, Juhas has presented the community with another quality theme. The two are entirely different in style and approach, but they both make the block system shine in their own ways.</p>\n\n\n\n<img />Portfolio designed using multiple blocks.\n\n\n\n<p>Users can read more about the theme and peruse several demos via the <a href=\"https://www.webmandesign.eu/portfolio/michelle-wordpress-theme/\">theme&rsquo;s official page</a>.</p>\n\n\n\n<h2>Block Patterns and Styles</h2>\n\n\n\n<p class=\"has-drop-cap\">Michelle may be the only free theme in existence with 67 patterns. And, no, you did not misread that. It literally registers 67 block patterns. Yeah, that is a lot.</p>\n\n\n\n<p>It has a little bit of everything. From team galleries to logos, from hero headers to contact cards, it is hard not to find something you need. There was no way that I could realistically test all of them. However, for the dozen or so that I did try, they worked well and offered an easy one-click option for end-users.</p>\n\n\n\n<img />Variable gallery with description pattern.\n\n\n\n<p>I always knew the day would come when a theme author would push the limits on the number of patterns it should offer. While 67 seems a bit excessive, I know from experience that we will see a day when patterns number in the 100s.</p>\n\n\n\n<p>I hate to continue beating a dead horse, but WordPress needs to use an <a href=\"https://wptavern.com/proposal-to-create-an-expanded-view-or-overlay-for-the-block-patterns-inserter\">overlay system for block patterns</a>, at least for desktop users. Michelle makes it more apparent than ever that a small slide-out panel will not cut it.</p>\n\n\n\n<p>If the theme&rsquo;s array of patterns is not enough to whet users&rsquo; appetites, its two dozen block styles just might.</p>\n\n\n\n<img />Hiding a Heading block for everyone but screen-readers.\n\n\n\n<p>The options range from light and dark text shadows to variable galleries. It even has an &ldquo;accessibly hidden&rdquo; style for Heading blocks, which hides the text from the screen but makes it available to screen readers.</p>\n\n\n\n<h2>Block-Ready Footer and 404 Page</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme allows end-users to build their footer and 404 error pages via the block system. Considering that the site editor is not available yet and the block editor is limited to post content, Juhas had to think outside the box a little to make this possible. He made use of the reusable blocks system. This is the sort of ingenuity that happens when theme authors are not burdened by too many rules.</p>\n\n\n\n<p>In the customizer, users can select the Theme Options &gt; Content section. From there, they are directed to pick a reusable block for their footer and 404 pages. Or they can simply opt out of it. The customizer section also links to the semi-secret admin page to create reusable blocks.</p>\n\n\n\n<img />Select reusable blocks for the 404 and footer content.\n\n\n\n<p>In the past, I have used a similar technique for 404 views. Instead of going the reusable block route, theme users could select a private page. Either option is acceptable for allowing users to modify content they may not have been able to customize in the past.</p>\n\n\n\n<h2>Starter Content</h2>\n\n\n\n<p class=\"has-drop-cap\">Michelle makes extensive use of the WordPress starter content feature. This allows new WordPress users to see what their site could look like with pre-loaded content. The theme creates Home, About, Blog, Services, FAQ, and Contact pages.</p>\n\n\n\n<img />Homepage starter content.\n\n\n\n<p>The feature has languished in recent years. Many theme authors had hoped they would eventually be able to use the feature for non-new installs too. However, Helen Hou-Sand&iacute; <a href=\"https://wptavern.com/wordpress-to-combine-its-long-neglected-theme-previewer-with-starter-content\">got the ball rolling again in November 2020</a>, breathing new life into an old idea. WordPress.org would begin displaying theme starter content via the theme preview system. Only the Twenty Twenty-One, Twenty Twenty, and Twenty Seventeen themes received this treatment last year. It now seems that it is being rolled out for others.</p>\n\n\n\n<p>This is a welcome change in the directory. Users can now <a href=\"https://wp-themes.com/michelle/\">get a feel of the Michelle theme</a> without tracking down the author&rsquo;s demo. It is a better experience than the old-school demo content.</p>\n\n\n\n<p>One issue is that the previewer uses the first sentence of the theme description for the demo&rsquo;s tagline. This can make for a long and unusual bit of text. It can also mess up a theme&rsquo;s layout as it is doing with Michelle. I hope this will be addressed from WordPress&rsquo;s end soon.</p>\n\n\n\n<p>Other theme authors should note that starter content could factor into whether a user skips over or downloads their theme.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Apr 2021 23:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: Doctorow on IP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2021/04/doctorow-on-ip/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:655:\"<p>It&#8217;s not every day you see noted writer Cory Doctorow refer to a column as &#8220;the piece I&#8217;m most proud of,&#8221; and <a href=\"https://locusmag.com/2020/09/cory-doctorow-ip/\">his essay in Locus Magazine on IP doesn&#8217;t disappoint</a>, connecting the free software movement and the evolution of the term &#8220;author&#8217;s monopolies&#8221; to &#8220;intellectual property.&#8221;</p>\n\n\n\n<p>The essay on DRM and Apple, <a href=\"https://pluralistic.net/2021/03/22/gandersauce/#petard\">available on his WP-powered blog</a>, <a href=\"https://twitter.com/doctorow/status/1374020143316004864\">or Twitter</a>, is also worth reading.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Apr 2021 02:42:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.org blog: The Month in WordPress: March 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10084\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/04/the-month-in-wordpress-march-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9799:\"<blockquote class=\"wp-block-quote\"><p>This way of iterating improves WordPress and ties back to one of my favorite open-source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">These words from <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> on the <a href=\"https://wordpress.org/news/2021/03/how-wordpress-improves/\">How WordPress Improves</a> episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a> point to the factors that differentiate building software in an open-source environment. Our updates this month are closely tied to the philosophy behind those core principles of open source software.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.7 released</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/03/esperanza/\">version 5.7</a> “Esperanza,” came out on March 9. The release offers fresher admin colors, several improvements to the block editor, single-click HTTP to HTTPS migration, and a new Robots API. Read more about it in the <a href=\"https://wordpress.org/news/2021/03/esperanza/\">release post</a>, the <a href=\"https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide/\">field guide</a>, and the <a href=\"https://make.wordpress.org/community/2021/03/12/meetup-group-resources-talking-points-for-wordpress-5-7/\">talking points post for meetup groups</a>. The Core Team has also <a href=\"https://make.wordpress.org/core/2021/03/30/5-8-pre-planning/\">started work on WordPress 5.8 pre-planning</a>.</p>\n\n\n\n<p>Want to contribute to WordPress 5.8? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC.&nbsp;</p>\n\n\n\n<h2>Gutenberg Version 10.1 and 10.2 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> on March 3 and <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> on March 17.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> showcases significant improvements to reusable blocks, a clearer image toolbar, and spatial options for the social media block. <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> offers block pattern options to display contents from the query block and removes writing prompts from empty paragraphs in the editor. It also adds width adjustment for spacer blocks in horizontal parent blocks and the ability to transform media and text blocks into columns.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/03/08/whats-next-in-gutenberg-march-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. Don’t miss the monthly Gutenberg tutorial on <a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">How to make block patterns</a>!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>March saw a plethora of updates to the <a href=\"https://make.wordpress.org/core/tag/full-site-editing/\">Full Site Editing</a> project!</p>\n\n\n\n<ul><li><a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> published a <a href=\"https://make.wordpress.org/updates/2021/03/12/full-site-editing-pre-merge-overview/\">Full Site Editing pre-merge overview</a>. She shares the project’s current status, go/no-go dates for core merge, communication plans, and challenges.&nbsp;</li><li>March saw two calls for testing as part of the <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing outreach program</a>. The first test of the month — <a href=\"https://make.wordpress.org/test/2021/03/09/fse-program-testing-call-3-create-a-fun-custom-404-%20page/\">creating a custom 404 page</a>,&nbsp; wrapped up successfully.&nbsp; Participate in the latest testing initiative — <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">&nbsp;build a restaurant-themed website header</a> to help improve the future of WordPress! Deadline: April 8.&nbsp;</li><li>You can also find <a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march/\">high-level feedback on the FSE Program</a> in this March 2021 post.</li></ul>\n\n\n\n<h2>Proposal launched for a WordPress contributor handbook</h2>\n\n\n\n<p>A proposal has been kicked off on <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">building a project-wide WordPress contributor handbook</a>. The handbook will have content around the WordPress project’s underlying philosophies and commitments, along with shared expectations on working together and building products. It will also contain modern open source best practices for WordPress.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>You can now schedule office hours with Matt Mullenweg and Josepha Haden as part of their <a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">Q2 Quarterly listening hours initiative</a>. This quarter’s listening session is scheduled for April 7th, 2021, from <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210407T2200\">22:00</a>&#8211;<a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210408T0000\">24:00</a> UTC. Slots are still available — <a href=\"https://calendly.com/mmullenweg/team-lead-office-hours?month=2021-04&date=2021-04-08\">sign up now</a>!&nbsp;</li><li>The Themes Team is working on <a href=\"https://make.wordpress.org/themes/2021/03/17/next-steps-on-themes-and-reviews/\">automating the theme review process</a>. The team has shared a detailed post on these changes and is requesting feedback.</li><li>The Core Team has <a href=\"https://make.wordpress.org/core/2021/03/05/dual-licensing-gutenberg-next-steps/\">kicked-off plans</a> on dual licensing Gutenberg under GPL and MPL.</li><li><a href=\"https://buddypress.org/2021/03/buddypress-7-2-1-security-release/\">Version 7.2.1</a> of BuddyPress (security release) is out! Update all your BuddyPresses!</li><li>The Docs Team shipped the <a href=\"https://make.wordpress.org/docs/2021/03/07/wordpress-documentation-style-guide-google-season-of-docs-2020-project-report-tacitonic/\">WordPress documentation style guide</a> as part of its Google Season of Docs 2020 effort. The team has also kicked off work on applying for <a href=\"https://href.li/?https://make.wordpress.org/docs/tag/season-of-docs-2021/\">Google Season of Docs 2021</a>!</li><li>The Polyglots Team is making <a href=\"https://make.wordpress.org/polyglots/2021/03/26/polyglots-training-working-group-update-2/\">significant progress on building their contributor training program</a>. The team is also requesting feedback on <a href=\"https://make.wordpress.org/polyglots/2021/03/30/request-for-feedback-polyglots-team-stats-dashboard/\">building their dashboard</a>.</li><li><a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> shared an <a href=\"https://make.wordpress.org/updates/2021/03/19/experiment-coordinating-sponsored-contributor-teams/\">experiment to coordinate sponsored contributors</a> by adding them to a private Slack channel to offer them better support.</li><li>The Community Team announced its revamped <a href=\"https://make.wordpress.org/community/2021-wordpress-global-community-sponsorship-program/\">2021 Global Sponsorship Program</a>. The team also published a <a href=\"https://make.wordpress.org/community/2021/03/12/2021-financial-update-for-the-wordpress-community/\">financial update for WP Communities in 2021</a>.</li><li>The Core Team is moving ahead to <a href=\"https://make.wordpress.org/core/2021/03/04/discussion-dropping-support-for-ie11/\">drop support for Internet Explorer 11</a> for upcoming versions of WordPress.</li><li>The Design Team shared <a href=\"https://make.wordpress.org/design/2021/03/30/wordpress-org-patterns-directory/\">initial designs for the Block pattern directory</a>.</li><li>The <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> workspace briefly went down on March 30 due to a Slack ToS issue, which was subsequently resolved. More details on <a href=\"https://make.wordpress.org/updates/2021/03/30/journal-entry-wordpress-slack-workspace-unavailability/\">this explainer post</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Apr 2021 16:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: FSF Doubles Down on Stallman Reinstatement, WordPress Does Not Support His Return to the Board\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"https://wptavern.com/fsf-doubles-down-on-stallman-reinstatement-wordpress-does-not-support-his-return-to-the-board?utm_source=rss&utm_medium=rss&utm_campaign=fsf-doubles-down-on-stallman-reinstatement-wordpress-does-not-support-his-return-to-the-board\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9079:\"<p>The <a href=\"https://www.fsf.org/\">Free Software Foundation</a> (FSF) is hemorrhaging board members and management following the <a href=\"https://wptavern.com/free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors\">reinstatement of Richard Stallman</a>. The GPL author and founder of the FSF announced last week that he had rejoined the board and is not planning to resign a second time. An <a href=\"https://rms-open-letter.github.io/\">open letter</a> signed by more than 3,000 people called&nbsp;for the removal of Stallman from all leadership positions, including the GNU project, and removal of the entire Board of the FSF. So far it has gained support from Red hat, Mozilla, Outreachy, the Software Conservancy project, and many other high profile organizations.</p>\n\n\n\n<p>&ldquo;We are long past the point where we can pretend that the most important thing about software freedom is the software,&rdquo; Mozilla Engineering Community Manager Michael Hoye said in signing support for the open letter. &ldquo;We cannot demand better from the internet if we do not demand better from our leaders, our colleagues and ourselves.&rdquo; </p>\n\n\n\n<p>In addition to the resignation of former FSF board member Kat Walsh, the organization&rsquo;s executive director, deputy director, and chief technology officer have also resigned. They published a joint <a href=\"https://www.fsf.org/blogs/executive-director/management-team-members-resigning\">statement</a>, reaffirming their commitment to the mission of free software, despite their departure:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p></p><p>As members of FSF management, we have decided to resign, with specific end dates to be determined. We believe in the importance of the FSF&rsquo;s mission and feel a new team will be better placed to implement recent changes in governance. Free software and copyleft are critical issues of our time, and the FSF is, and should continue to be, the organization leading this movement. FSF staff have our utmost respect, support, and appreciation, and it has been a privilege to work with you all. Our team&rsquo;s mutual goal is to ensure a smooth transition while supporting the necessary renovation of the foundation&rsquo;s governance.</p></blockquote>\n\n\n\n<p>An oddly-timed <a href=\"https://twitter.com/fsf/status/1376714994721689601\">tweet</a> announced a new published statement the FSF board voted on, which &ldquo;condemns misogyny, racism, and other bigotry as well as defamation, intimidation, and unfair attacks on free thought and speech.&rdquo; The statement was met with ridicule and outrage on Twitter, as it hints at the defense Stallman used when he <a href=\"https://wptavern.com/gpl-author-richard-stallman-resigns-from-free-software-foundation\">resigned as the FSF board director</a>, claiming he had been subject to &ldquo;a series of misunderstandings and mischaracterizations.&rdquo;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">While our primary mission is freedom for software users, we want to be clear, the FSF board unanimously condemns misogyny, racism,and other bigotry as well as defamation, intimidation, and unfair attacks on free thought and speech.</p>&mdash; Free Software Fndn. (@fsf) <a href=\"https://twitter.com/fsf/status/1376714994721689601?ref_src=twsrc%5Etfw\">March 30, 2021</a></blockquote>\n</div>\n\n\n\n<p>Recent statements published to the FSF website indicate that its leadership is doubling down on the decision to reinstate Stallman:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><a href=\"https://fsf.org/about/staff-and-board\">Some of our colleagues in the FSF</a>&nbsp;have decided to resign. We are grateful for the good work they have done for so long, and we will miss them. We regret losing them; we regret the situation that has motivated them to leave.</p><p>We appreciate their strong commitment to free software and we want to find replacements with a similar competence and commitment. We are open to suggestions and applications for these positions.</p><p>Finally, we would like to thank the numerous friends across the free software movement who have recently joined as well as those who have left and provided suggestions for helping us through this difficult time.</p></blockquote>\n\n\n\n<p>The FSF seems to be counting the resignations as an acceptable loss, as funds from donors are evaporating. Several organizations have discontinued financial support for the organization. Most notably, Red Hat, a long-time donor with hundreds of contributors who have submitted millions of lines of code to projects stewarded by the FSF, publicly <a href=\"https://www.redhat.com/en/blog/red-hat-statement-about-richard-stallmans-return-free-software-foundation-board\">discontinued support</a> for the organization and any of its events. In addition to $708,016 in membership dues, the FSF received $1,383,003 in contributions, gifts, and grants, which makes up the bulk of its annual revenue, according to a recent <a href=\"https://www.charitynavigator.org/index.cfm?bay=search.summary&orgid=8557#accountability-transparency-performance-metrics\">report</a> on Charity Navigator.</p>\n\n\n\n<p>Stallman is synonymous with the FSF and his reinstatement puts many free software advocates in a difficult position. Some cannot easily write off the entire organization, as it is engaged in important work. The FSF publishes the GPL, LGPL, and FDL licenses. It also holds copyrights to defend free software from those who would seek to make it proprietary and has the power to enforce the GPL. As part of its <a href=\"https://www.fsf.org/licensing\">Free Software Licensing and Compliance Lab</a>, the organization works to ensure that free software distributors respect their obligations to pass on the user freedoms that these licenses are meant to convey. </p>\n\n\n\n<p>The Fedora Council cited the FSF&rsquo;s important function when publishing a <a href=\"https://fedoramagazine.org/fedora-council-statement-on-richard-stallman-rejoining-fsf-board/\">statement</a> on why it is pulling funding from the organization:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Along with many in the free and open source software world, the Fedora Council was taken aback that the Free Software Foundation (FSF) has allowed Richard Stallman to rejoin their Board of Directors given his history of abuse and harassment. The Fedora Council does not normally involve itself with the governance of other projects. However, this is an exceptional case due to the FSF&rsquo;s stewardship of the GPL family of licenses, which are critical for the work we do.</p></blockquote>\n\n\n\n<p>The council will not provide funding or attend any FSF-sponsored events where Stallman is a featured speaker or exhibitor, and stated that this also applies to any organization where he has a leadership role.</p>\n\n\n\n<h2>WordPress Responds to Stallman&rsquo;s Reinstatement</h2>\n\n\n\n<p>Up until today, WordPress had not published an official statement on Stallman&rsquo;s reinstatement to the FSF board. <a href=\"https://wordpressfoundation.org/\">The WordPress Foundation</a> website lists the Free Software Foundation as one of the project&rsquo;s inspirations. WordPress co-founder Matt Mullenweg was also among the FSF&rsquo;s list of patrons in previous years. </p>\n\n\n\n<p>After asking WordPress&rsquo; executive director Josepha Haden Chomphosy for a comment regarding the matter, she published a <a href=\"https://josepha.blog/2021/04/02/on-recent-news-about-the-fsf-board-of-directors/\">statement</a>: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In short, I do not support his return as a board member.&nbsp;</p><p>It makes me proud that the WordPress project embodies the best traditions of open source and retires outdated traditions, or shibboleths, that do not have a place in our mission: to democratize publishing and grow the open web. For years, this community has been committed to championing underrepresented voices and maintaining a safe and welcoming environment for those we rarely see in open source.&nbsp;</p></blockquote>\n\n\n\n<p>Although the statement is published on her personal blog, Haden Chomphosy confirmed that this is the WordPress project&rsquo;s official stance on Stallman&rsquo;s reinstatement. The statement quietly calls out Stallman&rsquo;s lack of accountability and the fact that he has not publicly acknowledged how harmful his behavior has been to the free software community:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The high standards for welcoming behavior are held across the board. WordPress contributors lead with accountability, acknowledgment of error, and a genuine desire to grow based on feedback. Under the guidance of many thoughtful leaders, WordPress makes space for those who are committed to growth.&nbsp;</p></blockquote>\n\n\n\n<p>The message is more focused on the positive aspects of the WordPress community and its values but is clear in the first paragraph: WordPress does not support Stallman&rsquo;s return as an FSF board member.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Apr 2021 18:57:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Disable the WordPress Block Editor’s Fullscreen Mode With a Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/disable-the-wordpress-block-editors-fullscreen-mode-with-a-plugin?utm_source=rss&utm_medium=rss&utm_campaign=disable-the-wordpress-block-editors-fullscreen-mode-with-a-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3173:\"<p class=\"has-drop-cap\">On Wednesday, Johan Jonk Stenstr&ouml;m released <a href=\"https://wordpress.org/plugins/fullscreen-mode-b-gone/\">Fullscreen Mode B Gone</a> to the WordPress plugin directory. As the catchy title implies, it gets rid of the block editor&rsquo;s fullscreen mode.</p>\n\n\n\n<p>As anyone who prefers to opt-out of fullscreen mode knows, there are moments when you log into WordPress and hop over to the post editor only to find it is not in the state you last left it. It is a slight annoyance but enough to dampen the user experience.</p>\n\n\n\n<p>Nearly two years ago, Andrew Duthie opened a ticket for storing <a href=\"https://github.com/WordPress/gutenberg/issues/15105\">users&rsquo; editor preferences to the database</a> instead of their browser&rsquo;s local storage. This includes basic settings like toggling whether fullscreen mode should be enabled. Local storage is not considered sticky, at least not permanently. It can be cleared in a variety of ways. This means that users must deal with disabling the default fullscreen editor more often than they should. It is also not stored when switching browsers, using private tabs, or when working on multiple sites across the same network.</p>\n\n\n\n<p>The ultimate goal should be to persistently save preferences on a per-user basis. There has been little movement on that ticket in the past year. Most comments have come in the form of closed duplicates.</p>\n\n\n\n<p>In the meantime, users must look for alternative solutions. That&rsquo;s where plugins like Fullscreen Mode B Gone offer some assistance.</p>\n\n\n\n<p>The plugin is simple. It toggles the block editor&rsquo;s fullscreen mode off. Regardless of whether users have switched browsers, cleared their local storage, or anything else, they can safely enter the editor without being bombarded by a different editing experience.</p>\n\n\n\n<img />New post with fullscreen mode disabled.\n\n\n\n<p>Both an upside and a downside of the plugin is that it resets fullscreen mode each time the user opens the editor. It does not address the sticky issue. For users like me who prefer to always have fullscreen mode disabled or only turn it on once in a while, this is ideal. However, for users who want WordPress to remember the last state, it is best to skip this plugin. The default experience is better suited to what you need.</p>\n\n\n\n<p>One of the things I dislike about how the editor works is that it requires JavaScript for plugins to make changes like this. Even if it is merely a few lines of code, it still calls for one more HTTP response just to alter a default setting. At least with PHP, a simple filter would have sufficed.</p>\n\n\n\n<p>This is not Stenstr&ouml;m&rsquo;s first editor-related plugin. He has a plugin titled <a href=\"https://wordpress.org/plugins/fatso/\">Fatso</a>, which widens the content canvas for users who prefer more space when writing. Also, continuing with the &ldquo;B Gone&rdquo; branding, he released <a href=\"https://wordpress.org/plugins/welcome-to-the-block-editor-b-gone/\">Welcome To the Block Editor B Gone</a> a week ago. Similar to his current plugin, it disables the block editor welcome message permanently.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Apr 2021 16:38:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: Gutenberg 10.3 Supports Default Image Sizes, Continues Normalizing Toolbars, and Categorizes Theme Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:271:\"https://wptavern.com/gutenberg-10-3-supports-default-image-sizes-continues-normalizing-toolbars-and-categorizes-theme-blocks?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-10-3-supports-default-image-sizes-continues-normalizing-toolbars-and-categorizes-theme-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6241:\"<p class=\"has-drop-cap\">Version 10.3 of the Gutenberg plugin landed yesterday. Users can now define a default Image block size. The development team also continued work on normalizing block toolbars, created a &ldquo;theme&rdquo; block category, and added a padding option to the Verse block.</p>\n\n\n\n<p>Contributors fixed over 30 bugs. However, the bulk of work went toward Full Site Editing (FSE) with over 70 commits. It is an impressive effort toward the looming WordPress 5.8 deadline and an upcoming decision on whether FSE will land in the release.</p>\n\n\n\n<p>The team included a few additional blocks for FSE. The new <a href=\"https://github.com/WordPress/gutenberg/pull/29766\">Login/out block</a> displays a login or logout link, depending on whether the user is logged out or in, respectively. The block also has an option for displaying a login form. A <a href=\"https://github.com/WordPress/gutenberg/pull/29428\">Query Title block</a> was included with an Archive Title variation, which will automatically output the current title on archive views. The team also added a <a href=\"https://github.com/WordPress/gutenberg/pull/29613\">Term Description block</a> for displaying category, tag, and custom taxonomy term descriptions on archives.</p>\n\n\n\n<p>Of course, as has become ritual at this point, I am now writing in an editor that looks different than it did a day ago. In version 10.2, all of our Paragraph blocks were shifted to the left.  In 10.3, none of our theme&rsquo;s width constraints are applying to the content canvas.   I still optimistically envision a day in which a Gutenberg update does not affect theme styles.</p>\n\n\n\n<h2>Default Image Sizes</h2>\n\n\n\n<img />\n\n\n\n<p class=\"has-drop-cap\">One of the features I have been patiently awaiting has finally arrived &mdash; <em>sort of.</em> We all have pet-peeves when it comes to the block editor, and not being able to <a href=\"https://github.com/WordPress/gutenberg/pull/29966\">set the default image size</a> when using the Image block has been high on my list.</p>\n\n\n\n<p>A recently-added feature uses the core WordPress <code>image_default_size</code> option to handle this. When set, any new Image blocks added will default to this chosen size. While it is a welcome enhancement, there are two problems with the solution.</p>\n\n\n\n<p>The first issue is that this option is not exposed in the WordPress admin interface. That is unless you know how to get to the secret <code>/wp-admin/options.php</code> page. There are no links to it, but users can directly enter the URL, scroll down to find the <code>image_default_size</code> option, and manually type in the size handle (e.g., <code>full</code>, <code>large</code>, etc.) that they want before saving.</p>\n\n\n\n<p>The second issue is that it solves the problem on a site-wide level but not on a user level. For publications like WP Tavern with multiple authors, we all have our own preferred workflows. For me, I like to pre-crop all of my images before uploading, which often means that I want to use the full-sized image in the post. However, other writers may want to go a different route. The default image size should be a user preference, falling back to the site setting.</p>\n\n\n\n<p>Nevertheless, I am happy to see some progress. I can skip that extra step of setting the image size every time I add an image to a post.</p>\n\n\n\n<p>Next, let&rsquo;s make this happen for image alignment. Or, how about we let users set defaults for many more block options to help them streamline their workflows?</p>\n\n\n\n<h2>Normalizing Block Toolbar Groupings</h2>\n\n\n\n<img />Semantic groupings for the Paragraph block.\n\n\n\n<p class=\"has-drop-cap\">Building off <a href=\"https://wptavern.com/gutenberg-10-1-enhances-reusable-blocks-updates-social-icons-spacing-options-and-normalizes-image-block-toolbar\">work that started in version 10.1</a>, the development team continued <a href=\"https://github.com/WordPress/gutenberg/issues/25983\">normalizing the block toolbar</a>. Over a dozen blocks received the new treatment.</p>\n\n\n\n<p>The end goal is to create semantic groupings of the toolbar buttons for all blocks. This will make it easier for end-users to find options and for developers to know where to place buttons in the future. The order in the toolbar, broken down into four groups, is as follows:</p>\n\n\n\n<ul><li>Meta</li><li>Block Level</li><li>Inline Level</li><li>More Options</li></ul>\n\n\n\n<p>The toolbar separates each grouping with a border. With the Paragraph block, for example, the text alignment option is on the block level. However, the bold, italic, and link settings are inline.</p>\n\n\n\n<p>Developers creating custom blocks should follow the best practices under the <a href=\"https://github.com/WordPress/gutenberg/blob/trunk/docs/how-to-guides/designers/block-design.md\">block design documentation</a>.</p>\n\n\n\n<h2>Theme Block Category</h2>\n\n\n\n<img />Theme category with Template Part, Header, and Footer blocks.\n\n\n\n<p class=\"has-drop-cap\">When using a block-based theme, which enables FSE mode, Gutenberg 10.3 introduces a new <a href=\"https://github.com/WordPress/gutenberg/pull/30020\">&ldquo;Theme&rdquo; category in the inserter</a>. It currently includes the Template Part, Header, and Footer blocks. The goal for the enhancement is to indicate that they are the building blocks of themes.</p>\n\n\n\n<p>The enhancement could be better if the category was not so tough to find in the inserter&rsquo;s long list of blocks. I am still arguing that we bring back the original accordion in the UI. In the site editor, it would be better to shift the Theme category to the top, which is primarily for editing theme-related things.</p>\n\n\n\n<h2>Padding Option for the Verse Block</h2>\n\n\n\n<img />Adding horizontal padding to the Verse block.\n\n\n\n<p class=\"has-drop-cap\">Users can now set the <a href=\"https://github.com/WordPress/gutenberg/pull/29820\">padding for the Verse block</a>. The setting feels a bit out of place right now without any other stylistic options. Background and border options will make padding more relevant in the long term. </p>\n\n\n\n<p>For now, it is nice to see more blocks getting spacing options. It just happened to land on what, I&rsquo;d wager, is the least-used block for WordPress users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Apr 2021 22:21:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: FSE Outreach Round #4: Building a Restaurant-Themed Header With Gutenberg’s Site Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"https://wptavern.com/fse-outreach-round-4-building-a-restaurant-themed-header-with-gutenbergs-site-editor?utm_source=rss&utm_medium=rss&utm_campaign=fse-outreach-round-4-building-a-restaurant-themed-header-with-gutenbergs-site-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6069:\"<p class=\"has-drop-cap\">Anne McCarthy <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">announced the fourth round of testing</a> for the Full Site Editing (FSE) Outreach program last week. This testing phase calls for users to build a restaurant-themed header via the Gutenberg plugin&rsquo;s site editor. Testing is open to anyone, and participants should leave feedback by April 8.</p>\n\n\n\n<p>The testing process is broken down into 24 steps with both setup and testing instructions. Those participating will need to activate the latest version of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks</a> theme and the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg</a> plugin.</p>\n\n\n\n<p>The more people who leave feedback, the better it is for the project. The program provides that direct link between the user and the developer team that has often been missing in the past. If you have an hour or so of spare time, jump right in.</p>\n\n\n\n<h2>Building a Custom Header</h2>\n\n\n\n<p class=\"has-drop-cap\">I want to push the site editor beyond its limits, creating move advanced layouts. However, the site builder is so fundamentally limiting &mdash; and broken in some cases &mdash; that it is easy to become frustrated. And, depending on which version of Gutenberg you are using, such as the latest dev vs. stable version, you can get wildly different results.</p>\n\n\n\n<p>This propensity to jump ahead of the lesson is something I have done my entire life. In school, I frustrated more than a few teachers. I would be working on stuff from the end of the chapter when they were still explaining the basics to the rest of the class a half-hour later. I have always wanted to get to the &ldquo;good stuff.&rdquo; Of course, I did so by blazing past the boring fundamentals. I also dropped out of software engineering twice in college because building calculators was neither exciting nor challenging.</p>\n\n\n\n<p>Like always, I jumped ahead with Round #4 of the FSE Outreach Program. I came to the realization that attempting to do anything remotely advanced with the site editor was simply not going to happen.</p>\n\n\n\n<p>I want Full Site Editing to be successful, but we are mere weeks away from the deadline that determines whether it will land in the next version of WordPress. Somehow this experience felt like a step back from where the plugin was a few weeks ago as I built a custom homepage as part of the <a href=\"https://wptavern.com/fse-outreach-round-2-building-a-custom-homepage-with-gutenbergs-site-editor\">second round</a> of the FSE Outreach testing program. I do not know whether the problems stemmed directly from Gutenberg, the TT1 Blocks theme, or both. As someone who prides himself on near-infinite patience, Round #4 sought to crack me.</p>\n\n\n\n<p>I wanted to recreate several elements from the UK-based <a href=\"https://www.phocafe.co.uk/\">Pho Cafe</a> page header. I knew the site editor could not yet manage a one-to-one replication.  I still thought I could pull in parts of it but utterly failed.</p>\n\n\n\n<img />Pho Cafe website page header.\n\n\n\n<p>I appreciate the need for controlled circumstances. Step-by-step testing puts everyone on the same page, makes it easier to gather data, and allows others to reproduce issues. I am just bad at it.</p>\n\n\n\n<h2>Following the Rules</h2>\n\n\n\n<p class=\"has-drop-cap\">I restarted from scratch. I followed the rules. And, for the most part, the testing round was successful. I built a restaurant website header from the instructions and put my own spin on it.</p>\n\n\n\n<img />Custom beachside caf&eacute; header design.\n\n\n\n<p>Of course, I hit a few snags. That is what the testing program is all about &mdash; identifying pain points.</p>\n\n\n\n<p>The most problematic issue is that what I saw in the editor was not what I got on the front end. I have played around with it enough to know in my mind what it <em>might</em> look like on the front end to make adjustments without previewing the changes. However, that is not the user experience that WordPress is shooting for.</p>\n\n\n\n<img />Editor view of the restaurant website header.\n\n\n\n<p>Admittedly, on the front end, I tidied up the padding for the Group block and bottom margin for the Columns block for the &ldquo;Order Online&rdquo; strip across the top of the header. I thought about making the button smaller too. However, I stuck with the TT1 Blocks theme default. Ultimately, padding, margin, and other types of sizing/spacing should be customizable by the end-user.</p>\n\n\n\n<p>Wide and full block alignments completely disappeared after activating TT1 Blocks. I am unsure if this was a recent change in the Gutenberg plugin or the theme. Nevertheless, they were gone, which was one reason I had trouble recreating pieces of the original page header I wanted to build.</p>\n\n\n\n<p>The TT1 Blocks theme also has a hardcoded font-size for the site title link. This means that users cannot change the size of the Site Title block. I wanted to bump this up a little to make it more prominent.</p>\n\n\n\n<p>Like the first design I was shooting for, I wanted my Navigation items to look like individual buttons, each with a bit of whitespace in between. However, the Navigation block does not currently support adding backgrounds to each nav item. Even if it did, it also does not have a horizontal margin setting to add the spacing. And, I outright refuse to use a <a href=\"https://wptavern.com/gutenberg-10-2-adds-spacers-to-navigation-lists-lets-users-categorize-template-parts-and-introduces-scoped-patterns\">Spacer block between items</a>.</p>\n\n\n\n<p>I did want to spruce my restaurant page header up a bit with a custom background. To do that, I added the primary elements inside a Cover block. Currently, the only way to do that is to copy all of the blocks, delete the old ones, and paste them into a new Cover block. A welcome enhancement to the editor would be an option for &ldquo;grouping&rdquo; blocks into a Cover like what is possible with the Group block.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Mar 2021 22:07:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: First Look at Initial Designs for WordPress’ Block Pattern Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114531\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/first-look-at-initial-designs-for-wordpress-block-pattern-directory?utm_source=rss&utm_medium=rss&utm_campaign=first-look-at-initial-designs-for-wordpress-block-pattern-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3268:\"<p>WordPress contributors began <a href=\"https://wptavern.com/wordpress-contributors-discuss-launching-an-official-block-pattern-directory\">discussing</a> the possibility of a block pattern directory in October 2020, an idea that garnered enthusiastic support. The directory would offer a place to browse user-submitted patterns, as well as one-click installation of patterns from the block inserter inside the editor. </p>\n\n\n\n<p>Interface designer Shaun Andrews <a href=\"https://make.wordpress.org/design/2021/03/30/wordpress-org-patterns-directory/\">published</a> the initial designs for the pattern directory yesterday. Patterns will be displayed in a masonry-style grid that can be sorted by category, which works well for pattern thumbnails of varying heights. Users can search the directory and sort by featured, newest, and most popular. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/cK4jSz1Fx9c\"><img src=\"https://cldup.com/HiaWY_zXIf.gif\" alt=\"Masonry grid\" width=\"1024\" height=\"535\" /></a>\n</div>\n\n\n\n<p>The idea is that a user will be able to copy a single pattern to their clipboard while visiting the directory and paste it directly into the block editor. Users will also be able to &ldquo;favorite&rdquo; patterns from the directory and access them inside the editor.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/czovcau6B_D\"><img src=\"https://cldup.com/OYhRf1SQz9.gif\" alt=\"Copy pattern flow\" width=\"1024\" height=\"757\" /></a>\n</div>\n\n\n\n<p>One of the most exciting aspects of the plan is that anyone will be able to create and submit a pattern without having a lot of technical knowledge. Andrews shared a quick landing page mockup to explain what patterns are and how to submit one. Prospective pattern authors would be able to create a pattern on WordPress.org using a hosted instance of the block editor with a few tweaks specific to describing and categorizing the pattern.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Users who submit patterns will have a new &ldquo;My Patterns&rdquo; screen listing all of their patterns, ones they have favorited, information about how many people have favorited their submitted patterns, and status updates for patterns still in review.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>&ldquo;This is a big opportunity for designers to contribute to the overall WordPress ecosystem without having to know how to code a&nbsp;plugin&nbsp;or a theme,&rdquo; Andrews said. It opens up a new avenue of design contribution that would not have been possible with the same scale of distribution in the days of the previous editor.</p>\n\n\n\n<p>There are still many unanswered questions, such as how &ldquo;featured&rdquo; patterns would be chosen, how drafts work, if the patterns can only include core blocks, how users will browse and manage favorite patterns in the editor, who approves the patterns, how pattern authors can edit existing patterns, and more. If you want to help out on the project, check out the Pattern Directory repository on <a href=\"https://github.com/WordPress/pattern-directory\">GitHub</a>. The work is broken down into smaller projects in the <a href=\"https://github.com/WordPress/pattern-directory/issues\">issues</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 31 Mar 2021 17:12:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: GoDaddy Pro Will Kick off 2-Day Expand Event on April 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/godaddy-pro-will-kick-off-2-day-expand-event-on-april-27?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-pro-will-kick-off-2-day-expand-event-on-april-27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5095:\"<p class=\"has-drop-cap\">GoDaddy Pro is launching its first <a href=\"https://www.godaddy.com/pro/expand\">virtual Expand event</a> on April 27. The <a href=\"http://events.godaddy.com/expand\">free-to-attend conference</a> will focus on web professionals and will last until April 28.</p>\n\n\n\n<p>In February, GoDaddy <a href=\"https://wptavern.com/godaddy-launches-the-hub-a-new-site-project-and-client-management-experience-for-web-professionals\">re-launched GoDaddy Pro</a> as a formal sub-brand of the company. The &ldquo;Pro&rdquo; branding was not a new outing. However, it was a fresh take on an old idea. As part of this launch, they introduced a re-engineered interface named the Hub. The experience was geared toward website designers and developers, providing them with a central location to manage their client projects. More than simply a new set of tools, the company created a dedicated branding experience for GoDaddy Pro.</p>\n\n\n\n<p>&ldquo;We are committed to, passionate about, and truly in awe of web designers and developers,&rdquo; said Adam Warner, the Global Field Marketing Sr. Manager at GoDaddy. &ldquo;It has been a pleasure supporting this audience, but it&rsquo;s now our mission to up the ante and deepen our commitment. Our goal with GoDaddy Pro is to empower web pros with a unified tool that helps them create outsize efficiency for their operation, deliver incredible results for their clients, grow their skills and operation, and connect and inspire by fostering community.&rdquo;</p>\n\n\n\n<p>The Expand 2021 event is a continuation of that goal. The target audience is described as &ldquo;web designers and developers who identify as eager side hustlers or website freelancers.&rdquo; The conference&rsquo;s sessions are meant to provide instructions, resources, and connections to help developers grow their businesses.</p>\n\n\n\n<p>The event will begin with an opening keynote from GoDaddy&rsquo;s Aman Bhutani, the CEO; Tara Wellington, the Senior Director of Product Management; and Warner. It will feature eight sessions, split evenly between each day. The event&rsquo;s schedule will fit into a small window between 10 am and 12:30 pm <a href=\"https://www.timeanddate.com/time/zones/pt\">Pacific Time</a> on both days.</p>\n\n\n\n<p>By some conference standards, even virtual ones, this may seem like a small event. However, the tighter focus could be a welcome one for people suffering from <a href=\"https://wptavern.com/wordcamp-us-2020-canceled-due-to-pandemic-stress-and-online-event-fatigue\">online event fatigue</a>. Each session is scheduled to last around 30 minutes.</p>\n\n\n\n<p>The sessions will focus on a wide span of topics like client management, eCommerce, creating a project starter stack, website security, and scaling a freelance business with care plans.</p>\n\n\n\n<h2>The History Behind GoDaddy Pro Expand</h2>\n\n\n\n<p class=\"has-drop-cap\">Spearheading the first Expand conference, Warner avoided talking about target audiences, performance indicators, or budgetary concerns in an internal memo sent throughout GoDaddy. The effort is about creating a series of GoDaddy Pro Expand events globally in the coming months and years that help the community.</p>\n\n\n\n<p>The idea for a conference had been in the making since 2018. Warner described the purpose of GoDaddy Pro, Expand 2021, and meetups as empowering and inspiring the next generation of web designers and developers to deliver for their clients and create self-sustaining freelance businesses.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expand 2021 is, in some way, my Opus for giving back to the community that raised me and giving the new generation a head start in following their own passions. It&rsquo;s the culmination of my years exploring and creating on the internet. My first time on the internet was in 1993. I was in my third year of college, working at Hungry Howie&rsquo;s Pizza in small-town Michigan. A co-worker had some of us to her house, and her boyfriend logged us on to a Bulletin Board System (BBS). We chatted in a dull, orange text late into the night to people around the world.</p><p>I was amazed then, and that sense of wonder and possibility stayed with me as I started to learn HTML and build simple websites a few years later. Then came my discovery of WordPress in early 2005 and the incredible global community of users willing to lift each other up for collective success.</p><p>It was at that moment, I knew I had to find a way to make websites and WordPress my career.</p></blockquote>\n\n\n\n<p>Now, 28 years later, Warner is taking the next step in organizing his first event from scratch along with over 40 others. He wanted to build a conference that was devoid of &ldquo;talking heads touting theoretical advice.&rdquo; Instead, to offer an experience with actionable knowledge that web professionals can use immediately.</p>\n\n\n\n<p>&ldquo;The real purpose of Expand 2021 is to &lsquo;pay it forward&rsquo; by advising and inspiring the next generation of web designers and developers, enabling them to take the next steps in their paths,&rdquo; said Warner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Mar 2021 20:16:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: So you want to make block patterns?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12967:\"<img width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=632%2C356&ssl=1\" alt=\"\" class=\"wp-image-9998\" />\n\n\n\n<p>If you&#8217;ve ever built something for the WordPress block editor — a theme or a plugin — you may have also heard about <strong>block patterns</strong>. </p>\n\n\n\n<p>Looking at the patterns that come bundled with WordPress, I thought it would be nice to dedicate to them a short post. They&#8217;re pretty nice, useful shortcuts when you know them, but there&#8217;s a good chance you may not know what they are or why you might want to use them.</p>\n\n\n\n<h2>What&#8217;s a block pattern?</h2>\n\n\n\n<p>Patterns are&nbsp;<strong>collections of pre-arranged blocks</strong>&nbsp;that can be combined and arranged in many ways making it easier to create beautiful content. They act as a head-start, leaving you to plug and play with your content as you see fit and be as simple as single blocks or as complex as a full-page layout.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"414\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=632%2C414&ssl=1\" alt=\"\" class=\"wp-image-10021\" /></div>\n\n\n\n<p>They live in a tab in the block library. You can click or drag and you&#8217;re able to preview them with your site&#8217;s styles.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"413\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=632%2C413&ssl=1\" alt=\"\" class=\"wp-image-10022\" /></div>\n\n\n\n<p>Basically, a block pattern is just a bunch of blocks put together in advance:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>	&lt;!-- wp:group --&gt;\n&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;\n&lt;hr class=\"wp-block-separator is-style-default\"/&gt;\n&lt;!-- /wp:separator --&gt;\n&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;\n&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;\n&lt;!-- /wp:image --&gt;\n&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;\n&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;\n&lt;!-- /wp:quote --&gt;\n&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;\n&lt;hr class=\"wp-block-separator is-style-default\"/&gt;\n&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;\n&lt;!-- /wp:group --&gt;</code></pre>\n\n\n\n<p>That&#8217;s also how you create them: just use the block editor to configure a smattering of blocks to your liking, and the hard part&#8217;s over.</p>\n\n\n\n<h2>How do I get them in the block library?</h2>\n\n\n\n<p>There&#8217;s <a href=\"https://developer.wordpress.org/block-editor/developers/block-api/block-patterns/\">more documentation in the handbook</a>, but what it boils down to is this:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n	\'my-plugin/my-quote-pattern\',\n	array(\n		\'title\'       =&gt; __( \'Quote with Avatar\', \'my-plugin\' ),\n		\'categories\'  =&gt; array( \'text\' ),\n		\'description\' =&gt; _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n		\'content\'     =&gt; \'&lt;!-- wp:group --&gt;&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;&lt;!-- /wp:image --&gt;&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\\\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;&lt;!-- /wp:quote --&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- /wp:group --&gt;\',\n	)\n);\n\n?&gt;</code></pre>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f446.png\" alt=\"?\" class=\"wp-smiley\" /> That&#8217;s a snippet of PHP, which means you can drop it in a WordPress plugin, or perhaps more simply, paste it into the <strong>functions.php</strong> file from your theme. Done:</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"430\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=632%2C430&ssl=1\" alt=\"\" class=\"wp-image-10047\" /></div>\n\n\n\n<p>For patterns that include images, it&#8217;s worth thinking about where those are stored. The <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a> (which is a fancy name for &#8220;TwentyTwentyOne Blocks&#8221;) stores images in the theme library.</p>\n\n\n\n<h2>Now what?</h2>\n\n\n\n<p>The thing about a block pattern is, as soon as you insert it from the block library, it stops being <em>a cohesive unit</em> — now it&#8217;s just a smattering of blocks, detached from the pattern you created and meant to be customized to your liking. It&#8217;s a <em>shortcut</em>, not a <em>template</em>. That also means you don&#8217;t have to worry about switching themes or deactivating pattern plugins: the blocks you already inserted won&#8217;t go anywhere.</p>\n\n\n\n<p>That being said, if you like this one pattern so much you want to use it again and again, with no customization at all, you can make it into a <a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">reusable block</a>:</p>\n\n\n\n\n\n\n\n<p>Reusable blocks are created, as the name implies, to be reused. The feature is a great way to store small bits of commonly used snippets that you can edit in one place to update in all. &#8220;<strong>Follow me on Twitter</strong>,&#8221; &#8220;<strong>Article series</strong>,<strong>&#8220;</strong> or <strong>&#8220;Subscribe to my podcast&#8221;</strong> are great examples of that.</p>\n\n\n\n<h2>What makes a good block pattern?</h2>\n\n\n\n<p>Patterns, as they ship today, are limited by the features available. If the block editor doesn&#8217;t allow you to customize letter-spacing, your block pattern can&#8217;t either. While the Global Styles project will expand what&#8217;s to blocks, in the meantime, we have to work with the available tools.</p>\n\n\n\n<p>Even then, with the most basic ingredients — color, photography, typography — it is possible to do a lot:</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://lh5.googleusercontent.com/W3RKCu5c7ONKnmuLdChmOhD40iZAFseq30i-qGwqFaq0dPTj_U5b1JXhhRR96-jRvJvKgC8BBZA4p_-EBYF-WoMRPoDLgCX8FG3RIWQhv6zX6-H7xBj4FZGGRm7cl_qdVgRy9G8q\" alt=\"\" />Three columns with images and text<br /></div>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"397\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=632%2C397&ssl=1\" alt=\"\" class=\"wp-image-10036\" />Media and text with image on the right</div>\n\n\n\n<p>I designed these patterns to potentially land in WordPress core, which all have a few properties in common:</p>\n\n\n\n<h3><strong>They share a theme.</strong></h3>\n\n\n\n<p>You can think of a pattern as a section of a website: it is meant to be part of a whole, and so it works best when it can exist in the context of other patterns that share the same theme. There are a few sharing a Nature theme in the patterns above, a few sharing an Art theme, and others sharing an Architecture theme. When seen together, it becomes easier to see how you might be able to piece together multiple pages of your site, one page at a time.</p>\n\n\n\n<ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"406\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=632%2C406&ssl=1\" alt=\"\" class=\"wp-image-10033\" /></li><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"405\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=632%2C405&ssl=1\" alt=\"\" class=\"wp-image-10034\" /></li></ul>\n\n\n\n<h3><strong>They share a minimalist color palette.</strong></h3>\n\n\n\n<p>By being parts of a whole, patterns will inevitably land in a context that uses different colors. With a reduced color palette, there&#8217;s both a better chance of fitting in and less to customize to make it just right.</p>\n\n\n\n<ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"535\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=632%2C535&ssl=1\" alt=\"\" class=\"wp-image-10042\" /></li><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"271\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container.jpg?resize=632%2C271&ssl=1\" alt=\"\" class=\"wp-image-10043\" /></li></ul>\n\n\n\n<h3><strong>The best patterns <strong>do things you might have not done otherwise</strong>.</strong></h3>\n\n\n\n<p>Whether that&#8217;s images offset to create a unique silhouette, or just using less visible features (like fixed positioning in the Cover block), it&#8217;s a way to surface creativity.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Tip: You can use any block in your patterns, including blocks that came from a plugin. And if that block is in the block directory, it will prompt you to install it with one click if it&#8217;s missing from your self-hosted WordPress:</em></p></blockquote>\n\n\n\n\n\n\n\n<h2>Here’s a plugin for you</h2>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n	\'my-plugin/my-quote-pattern\',\n	array(\n		\'title\'       =&gt; __( \'Quote with Avatar\', \'my-plugin\' ),\n		\'categories\'  =&gt; array( \'text\' ),\n		\'description\' =&gt; _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n		\'content\'     =&gt; \'&lt;!-- wp:group --&gt;&lt;div class=\"wp-block-group\"&gt;&lt;div class=\"wp-block-group__inner-container\"&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --&gt;&lt;div class=\"wp-block-image is-style-rounded\"&gt;&lt;figure class=\"aligncenter size-large is-resized\"&gt;&lt;img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/&gt;&lt;/figure&gt;&lt;/div&gt;&lt;!-- /wp:image --&gt;&lt;!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --&gt;&lt;blockquote class=\"wp-block-quote has-text-align-center is-style-large\"&gt;&lt;p&gt;\"Contributing makes me feel like I\\\'m being useful to the planet.\"&lt;/p&gt;&lt;cite&gt;— Anna Wong, &lt;em&gt;Volunteer&lt;/em&gt;&lt;/cite&gt;&lt;/blockquote&gt;&lt;!-- /wp:quote --&gt;&lt;!-- wp:separator {\"className\":\"is-style-default\"} --&gt;&lt;hr class=\"wp-block-separator is-style-default\"/&gt;&lt;!-- /wp:separator --&gt;&lt;/div&gt;&lt;/div&gt;&lt;!-- /wp:group --&gt;\',\n	)\n);\n\n?&gt;</code></pre>\n\n\n\n<p>In case you want to make patterns, this example plugin features two of the patterns you saw above. Drop it in your plugins folder and they should show up in your block library.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"966\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=632%2C966&ssl=1\" alt=\"\" class=\"wp-image-10062\" />Installed pattern under &#8220;Text&#8221; Category</div>\n\n\n\n<p>Feel free to tweak it, customize it, and make it yours. It’s GPL, after all!</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em>Thank you <a href=\"https://profiles.wordpress.org/joen/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joen</a> for the help writing this post.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Mar 2021 17:01:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Beatriz Fialho\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: Open Collective Launches Funds to Help Companies Streamline Donations to Multiple Open Source Projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:269:\"https://wptavern.com/open-collective-launches-funds-to-help-companies-streamline-donations-to-multiple-open-source-projects?utm_source=rss&utm_medium=rss&utm_campaign=open-collective-launches-funds-to-help-companies-streamline-donations-to-multiple-open-source-projects\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4141:\"<p>Open Collective has launched <a href=\"https://blog.opencollective.com/funds-for-open-source/\">Funds</a>, a new funding infrastructure for funneling contributions to open source projects. Any open source project can receive contributions from a Fund, even those that are not listed on Open Collective due to having their own foundation or working with another fiscal host. The new feature was added to Open Collective&rsquo;s existing non-profit funding platform that serves more than 2,500 projects. </p>\n\n\n\n<p>Funds were designed to mitigate the friction between corporations and open source projects, cutting out the excessive bureaucracy that can sometimes stifle funding for smaller projects. Companies can use the feature to support multiple projects that are crucial to their business efforts and underlying tech.</p>\n\n\n\n<p>&ldquo;Funds facilitates a relationship between maintainers and organizations on their own terms,&rdquo; Open Collective co-founder Pia Mancini said. &ldquo;No contracts, no promises, no agendas. We take on the work of administrating payments to projects and of ensuring companies have what they need in their procurement processes.&rdquo;</p>\n\n\n\n<p>Traditionally, if you wanted to work on an open source project full time, you would most likely need to be sponsored by a company. Although WordPress&rsquo; &ldquo;<a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a>&rdquo; campaign isn&rsquo;t perfect, it has brought some stability, enabling the project to drive important efforts forward even in leaner times of contribution from unpaid volunteers. Some open source projects aren&rsquo;t able to thrive this way, especially those that are categorized as simple utilities.</p>\n\n\n\n<p>Critical dependencies can sometimes be grossly underfunded when supported by only a handful of individuals who may not have steady employment to buoy their maintainership efforts. The <a rel=\"noreferrer noopener\" href=\"http://heartbleed.com/\" target=\"_blank\">Heartbleed Bug</a> that was disclosed in 2014 put a spotlight on the immense economic challenges of funding open source work. In the aftermath of this global fiasco, the tech industry turned its attention towards brainstorming different initiatives that might create a more healthy ecosystem.</p>\n\n\n\n<p>Open Collective&rsquo;s Funds feature aims to make &ldquo;working for an open source project a legitimate alternative to a career working for a for-profit corporation.&rdquo; Prior to launching the new feature, the platform quietly tested a number of Funds with Airbnb, Indeed, Salesforce, and other companies with successful outcomes for maintainers.</p>\n\n\n\n<p>&ldquo;Airbnb&rsquo;s investment in webpack has enabled groundbreaking advancements in web compiler technology, paved the way for the last 2 major versions, and enabled us to devote entire teams to ecosystem management, CLI, docs, and infrastructure,&rdquo; webpack core team member Sean Larkin said. </p>\n\n\n\n<p>Airbnb received so many reports of the positive impact of its Fund that the company decided to expand its open source sustainability commitment by 50% to $150,000.</p>\n\n\n\n<p>&ldquo;Donations from Airbnb have made it possible for ESLint to pay core contributors for work,&rdquo; ESLint creator Nicholas Zakas said. &ldquo;As a result, contributors are able to spend more time pushing forward large projects that weren&rsquo;t possible when we relied solely on volunteering.&rdquo;</p>\n\n\n\n<p>As open source projects are becoming less self-contained and more interdependent, maintaining the health of the overall ecosystem is a priority. When smaller utilities that everyone depends on are underfunded, it can have a ripple effect that slows down progress throughout the vast web of projects that rely on the dependency. </p>\n\n\n\n<p>Open Collective&rsquo;s Funds feature is one solution that helps companies streamline their donations and keep track of their contributions to multiple projects in one place. Companies interested in creating a new Fund can get in touch with the organization via its <a href=\"https://www.oscollective.org/contact\">contact form</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Mar 2021 06:39:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 23 Apr 2021 19:55:01 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 23 Apr 2021 19:45:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20210417071751\";}','no'),(1495,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1619251380','no'),(1496,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1619208180','no'),(1497,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1619251380','no'),(1498,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/\'>Become an Early Adopter With the Gutenberg Plugin</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/plausible-analytics-adds-statistics-dashboard-to-the-wordpress-admin?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plausible-analytics-adds-statistics-dashboard-to-the-wordpress-admin\'>WPTavern: Plausible Analytics Adds Statistics Dashboard to the WordPress Admin</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/with-some-hits-and-misses-the-guten-blog-wordpress-theme-has-potential?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=with-some-hits-and-misses-the-guten-blog-wordpress-theme-has-potential\'>WPTavern: With Some Hits and Misses, the Guten Blog WordPress Theme Has Potential</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/google-delays-page-experience-ranking-signal-rollout-until-june-2021-adds-new-report-to-search-console?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-delays-page-experience-ranking-signal-rollout-until-june-2021-adds-new-report-to-search-console\'>WPTavern: Google Delays Page Experience Ranking Signal Rollout until June 2021, Adds New Report to Search Console</a></li></ul></div>','no'),(1499,'category_children','a:0:{}','yes'),(1500,'portfolio_entries_children','a:0:{}','yes');
INSERT INTO `wp_options` VALUES (1526,'aviaAsset_css_filecontent','a:36:{s:13:\"avia-grid-css\";a:6:{s:4:\"name\";s:9:\"avia-grid\";s:3:\"url\";s:62:\"http://cs1.noappname.net/wp-content/themes/enfold/css/grid.css\";s:4:\"path\";s:37:\"wp-content/themes/enfold/css/grid.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:6742:\"html{min-width:910px}html.responsive{min-width:0px}.boxed#top{margin:0 auto;overflow:visible} .container{position:relative;width:100%;margin:0 auto;padding:0px 50px;clear:both} .inner-container{position:relative;height:100%;width:100%} .container_wrap{clear:both;position:relative;border-top-style:solid;border-top-width:1px} .unit,.units{float:left;display:inline;margin-left:50px;position:relative;z-index:1;min-height:1px}.row{position:relative;margin-bottom:20px;clear:both} #wrap_all{width:100%;position:static;z-index:2;overflow:hidden} .boxed #wrap_all{overflow:visible} body .unit.alpha,body .units.alpha,body div .first{margin-left:0;clear:left}body .unit.alpha,body .units.alpha{width:100%} .container .av-content-full.units{width:100%}.container .av-content-small.units{width:73%} .boxed#top,.html_boxed.html_header_sticky #header{width:1010px}.container{max-width:1010px} @media only screen and (min-width:768px) and (max-width:989px){.responsive #top{overflow-x:hidden} .responsive .boxed#top ,.responsive.html_boxed.html_header_sticky #header{width:782px} .responsive .container{max-width:782px} .responsive.html_mobile_menu_tablet .boxed #wrap_all{overflow:hidden}} @media only screen and (max-width:989px){.responsive #top #wrap_all .flex_column.av-break-at-tablet,.responsive #top #wrap_all .av-break-at-tablet .flex_cell{margin:0;margin-bottom:20px;width:100%;display:block} .responsive #top #wrap_all .av-break-at-tablet-flextable,.responsive .av-layout-grid-container.av-break-at-tablet{display:block}} @media only screen and (max-width:767px){.responsive .boxed #wrap_all{overflow:hidden} .responsive #top{overflow-x:hidden} .responsive .boxed#top,.responsive #top.boxed .stretch_full ,.responsive.html_boxed.html_header_sticky #header,.responsive.html_boxed.html_header_transparency div #header{width:100%;max-width:100%} .responsive #top .flex_column_table_cell{display:block} .responsive #top .flex_column_table{display:block} .responsive #top #wrap_all .container{width:85%;max-width:85%;margin:0 auto;padding-left:0;padding-right:0;float:none} .responsive .units,.responsive .unit{margin:0} .responsive #top .container .av-content-small,.responsive #top #wrap_all .flex_column,.responsive #top #wrap_all .av-flex-cells .no_margin{margin:0;margin-bottom:20px;width:100%} .responsive #top #wrap_all .av-flex-cells .no_margin{display:block;margin:0;height:auto !important;overflow:hidden;padding-left:8% !important;padding-right:8% !important} .responsive #top #wrap_all .av-flex-cells .no_margin .flex_cell_inner{width:100%;max-width:100%;margin:0 auto} .responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding{padding-left:0% !important;padding-right:0% !important} .responsive #top #wrap_all .flex_column:empty{margin:0}} @media only screen and (min-width:480px) and (max-width:767px){} .container:after{content:\"\\0020\";display:block;height:0;clear:both;visibility:hidden} .clearfix:before,.clearfix:after,.flex_column:before,.flex_column:after,.widget:before,.widget:after{content:\'\\0020\';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.flex_column:after,.clearfix:after{clear:both}.row,.clearfix{zoom:1} .clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0} body div .first,body div .no_margin{margin-left:0}div .flex_column{z-index:1;float:left;position:relative;min-height:1px;width:100%}div .av_one_fifth{margin-left:6%;width:15.2%}div .av_one_fourth{margin-left:6%;width:20.5%}div .av_one_third{margin-left:6%;width:29.333333333333332%}div .av_two_fifth{margin-left:6%;width:36.4%}div .av_one_half{margin-left:6%;width:47%}div .av_three_fifth{margin-left:6%;width:57.599999999999994%}div .av_two_third{margin-left:6%;width:64.66666666666666%}div .av_three_fourth{margin-left:6%;width:73.5%}div .av_four_fifth{margin-left:6%;width:78.8%}div .av_one_sixth{margin-left:6%;width:11.666666666666666%}div .av_one_seventh{margin-left:6%;width:9.142857142857142%}div .av_one_eighth{margin-left:6%;width:7.25%}div .av_one_nineth{margin-left:6%;width:5.777777777777778%}div .av_one_tenth{margin-left:6%;width:4.6%} #top div .no_margin{margin-left:0;margin-top:0}#top .no_margin.av_one_fifth{width:20%}#top .no_margin.av_one_fourth{width:25%}#top .no_margin.av_one_third{width:33.3%}#top .no_margin.av_two_fifth{width:40%}#top .no_margin.av_one_half{width:50%}#top .no_margin.av_three_fifth{width:60%}#top .no_margin.av_two_third{width:66.6%}#top .no_margin.av_three_fourth{width:75%}#top .no_margin.av_four_fifth{width:80%}#top .no_margin.av_one_sixth{width:16.666666666666668%}#top .no_margin.av_one_seventh{width:14.285714285714286%}#top .no_margin.av_one_eighth{width:12.5%}#top .no_margin.av_one_nineth{width:11.11111111111111%}#top .no_margin.av_one_tenth{width:10%} #top .flex_column_table{display:table;table-layout:fixed;width:100%} #top .flex_column_table_cell{float:none;display:table-cell} #top .av-flex-placeholder{display:table-cell;width:6%} .av-align-top{vertical-align:top}.av-align-middle{vertical-align:middle}.av-align-bottom{vertical-align:bottom} @media only screen and (min-width:768px) and (max-width:989px){.responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div,.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth + .av_one_fourth.flex_column_div,.responsive .avia-content-slider-inner .av_one_fourth.flex_column_div{margin-left:4%;width:48%} .responsive .av_one_fourth.first.el_before_av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_half.first + .av_one_fourth.el_before_av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div,.responsive .avia-content-slider-inner .av_one_fourth.first.flex_column_div{margin-left:0%;clear:both} .responsive .av_one_half.first.el_before_av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div{width:100%} .responsive .av_one_half.first + .av_one_fourth.flex_column_div,.responsive .av_one_half.first + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth.flex_column_div,.responsive .av_one_fourth.first + .av_one_fourth + .av_one_half.flex_column_div{margin-top:30px}}\";}s:13:\"avia-base-css\";a:6:{s:4:\"name\";s:9:\"avia-base\";s:3:\"url\";s:62:\"http://cs1.noappname.net/wp-content/themes/enfold/css/base.css\";s:4:\"path\";s:37:\"wp-content/themes/enfold/css/base.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:15645:\"html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline} article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block} body{line-height:1em} ol,ul{list-style:none} .special-quote{quotes:none} .special-quote:before,.special-quote:after{content:\'\';content:none} table{border-collapse:collapse;border-spacing:0} *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box} html.responsive,.responsive body{overflow-x:hidden} body{font:13px/1.65em \"HelveticaNeue\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;color:#444;-webkit-text-size-adjust:100%} .arial-websave{font-family:Arial,Helvetica,Helvetica Neue,HelveticaNeue,Verdana,sans-serif} .arial-black-websave{font-family:Arial Black,Arial Bold,Gadget,sans-serif} .arial-narrow-websave{font-family:Arial Narrow,Arial,sans-serif} .helvetica-websave{font-family:Helvetica,\"HelveticaNeue\",\"Helvetica Neue\",Arial,Verdana,sans-serif} .helvetica-neue-websave{font-family:\"HelveticaNeue\",\"Helvetica Neue\",Helvetica,Arial,Verdana,sans-serif} .lucida-sans-websave{font-family:\"Lucida Sans\",\"Lucida Grande\",\"Lucida Sans Unicode\",Helvetica,Helvetica Neue,HelveticaNeue,Arial,sans-serif} .tahoma-websave{font-family:Tahoma,Verdana,Segoe,sans-serif} .trebuchet-ms-websave{font-family:Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif} .verdana-websave{font-family:Verdana,Arial,Helvetica,Geneva,sans-serif} .georgia-websave{font-family:\"Georgia\",\"Times New Roman\",Times,serif} .lucida-bright-websave{font-family:Lucida Bright,Georgia,serif} .palatino-websave{font-family:Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif} .times-new-roman-websave{font-family:TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif} .courier-new-websave{font-family:Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace} .lucida-sans-typewriter-websave{font-family:Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera Sans Mono,monospace} .copperplate-websave{font-family:Copperplate,Copperplate Gothic Light,fantasy} .papyrus-websave{font-family:Papyrus,fantasy} .brush-script-mt-websave{font-family:Brush Script MT,cursive} h1,h2,h3,h4,h5,h6{font-weight:600} #top h1 a,#top h2 a,#top h3 a,#top h4 a,#top h5 a,#top h6 a{font-weight:inherit;text-decoration:none;color:inherit} #top h1 strong,#top h2 strong,#top h3 strong,#top h4 strong,#top h5 strong,#top h6 strong{color:inherit} h1{font-size:34px;line-height:1.1em;margin-bottom:14px} h2{font-size:28px;line-height:1.1em;margin-bottom:10px} h3{font-size:20px;line-height:1.1em;margin-bottom:8px} h4{font-size:18px;line-height:1.1em;margin-bottom:4px} h5{font-size:16px;line-height:1.1em} h6{font-size:14px;line-height:1.1em} .flex_column h1 a:hover,.flex_column h2 a:hover,.flex_column h3 a:hover,.flex_column h4 a:hover,.flex_column h5 a:hover,.flex_column h6 a:hover{text-decoration:underline} p + h1,p + h2,p + h3,p + h4,p + h5,p + h6{margin-top:1.5em} p{margin:0.85em 0} p img{margin:0} p.lead{font-size:21px;line-height:27px} em{font-style:italic} strong,b{font-weight:bold} small{font-size:80%} hr{border:solid #ddd;border-width:1px 0 0;clear:both;margin:10px 0 30px;height:0} blockquote{border-left-style:solid;border-left-width:7px;padding-left:20px;margin-bottom:1em;margin-right:1em;font-size:1.235em;line-height:1.5em} blockquote small,blockquote cite,blockquote small a,blockquote cite a,blockquote a small,blockquote a cite{font-size:12px} mark{background-color:transparent;color:inherit} a{text-decoration:none;outline:0;max-width:100%;max-width:none\\9} a:hover,a:focus,a:visited{outline:0;text-decoration:underline} p a,p a:visited{line-height:inherit} a.avianolink,.avianolink a{cursor:default} #top .avia_hidden_link_text{display:none} ul,ol{margin-bottom:20px} ul{list-style:none outside;margin-left:7px} ol{list-style:decimal;margin-left:15px} ol,ul.square,ul.circle,ul.disc{} ul.square{list-style:square outside} ul.circle{list-style:circle outside} ul.disc,.entry-content-wrapper ul{list-style:disc outside} ul ul,ul ol,ol ol,ol ul{margin:4px 0 5px 30px} ul ul li,ul ol li,ol ol li,ol ul li{margin-bottom:6px} .entry-content-wrapper li{margin-left:1em;padding:3px 0} .entry-content-wrapper div li{text-indent:0} .entry-content-wrapper .borderlist>li:first-child{border-top:1px solid} .entry-content-wrapper .borderlist>li{border-bottom:1px solid;padding:5px 0;list-style-position:outside;margin:0} img,a img{border:none;padding:0;margin:0;display:inline-block;max-width:100%;height:auto;image-rendering:optimizeQuality} small.avia-copyright{display:none} input[type=\"submit\"],#submit,.button{padding:9px 22px;cursor:pointer;border:none;-webkit-appearance:none;border-radius:0px} [data-av_icon]:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;content:attr(data-av_icon);speak:none} #top form{margin-bottom:20px} #top fieldset{margin-bottom:20px} #top .input-text,#top input[type=\"text\"],#top input[type=\"input\"],#top input[type=\"password\"],#top input[type=\"email\"],#top input[type=\"number\"],#top input[type=\"url\"],#top input[type=\"tel\"],#top input[type=\"search\"],#top textarea,#top select{-webkit-appearance:none;border:1px solid #e1e1e1;padding:8px 6px;outline:none;font:1em \"HelveticaNeue\",\"Helvetica Neue\",Helvetica,Arial,sans-serif;color:#777;margin:0;width:100%;display:block;margin-bottom:20px;background:#fff;border-radius:0px} #top input[type=\"text\"]:focus,#top input[type=\"password\"]:focus,#top input[type=\"email\"]:focus,#top input[type=\"number\"]:focus,#top input[type=\"url\"]:focus,#top input[type=\"tel\"]:focus,#top input[type=\"search\"]:focus,#top textarea:focus{box-shadow:0px 0px 2px 0px rgba(0,0,0,0.2);color:#555} #top textarea{min-height:60px;line-height:1.5em} #top label{font-weight:bold;font-size:0.92em} #top legend{display:block;font-weight:normal;font-size:1.2em} #top select{width:100%} #top input[type=\"checkbox\"]{display:inline} #top label span,#top legend span{font-weight:normal;font-size:13px;color:#444} #top textarea{width:100%} #top #wrap_all .valid .text_input,#top #wrap_all .valid .text_area,#top #wrap_all .valid .select{border:1px solid #9AA600} #top #wrap_all .error .text_input,#top #wrap_all .error .text_area,#top #wrap_all .error .select{border:1px solid #DF653E}#top #wrap_all .ajax_alert .text_input,#top #wrap_all .ajax_alert .text_area,#top #wrap_all .ajax_alert .select{border:1px solid #ffb628}#top #wrap_all .valid .input_checkbox_label{color:#9AA600}#top #wrap_all .error .input_checkbox_label{color:#DF653E} table{width:100%;padding:0;margin:0 0 20px 0;font-size:13px} table caption{padding:0 0 5px 0;width:auto;font-style:italic;text-align:right;font-size:12px} th{font-weight:bold;letter-spacing:1.5px;text-transform:uppercase;text-align:left;padding:9px 12px;border-style:solid;border-width:1px;border-left:none;border-top:none} td{font-size:13px;padding:9px 12px;border-style:solid;border-width:1px;border-left:none;border-top:none} tr th:first-child,tr td:first-child{border-left-style:solid;border-left-width:1px} tr:first-child th,tr:first-child td{border-top-style:solid;border-top-width:1px} #top th.nobg{background:none;border-top:0} pre{clear:both;border-style:solid;border-width:1px;overflow:auto;padding:2em;line-height:2em;font-size:12px;background-image:-webkit-linear-gradient(rgba(0,0,0,.05) 50%,transparent 50%,transparent);background-image:-moz-linear-gradient(rgba(0,0,0,.05) 50%,transparent 50%,transparent);background-image:linear-gradient(rgba(0,0,0,.05) 50%,transparent 50%,transparent);background-size:100% 4em;font-family:Monaco,\"Andale Mono\",\"Courier New\",Courier,monospace;-webkit-transition:all ease-in-out 0.5s;-moz-transition:all ease-in-out 0.5s;transition:all ease-in-out 0.5s;margin-bottom:30px;position:relative;left:0;text-transform:none;width:100%} code{font-family:Monaco,\"Andale Mono\",\"Courier New\",Courier,monospace} iframe,object,embed{max-width:100%} sup{vertical-align:super;font-size:smaller} sub{vertical-align:sub;font-size:smaller} .hidden{position:absolute;top:0;visibility:hidden} .floatleft{float:left} .floatright{float:right} .clearboth{clear:both} .special_amp{font-family:\"Baskerville\",\"Palatino Linotype\",\"Palatino\",\"Times New Roman\",serif;font-style:italic;font-size:1.3em;line-height:0.5em;font-weight:normal} #top .noborder,#top .noborder img{border:none;padding:0;background:transparent} .bg_container{background-position:center center;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;height:100%;width:100%;position:fixed;z-index:-1;top:0;left:0} .image-overlay{position:absolute;background:#fff;z-index:300;height:100%;width:100%;opacity:0;filter:alpha(opacity=0)} .avia_transform a .image-overlay{-webkit-transition:opacity 0.4s ease-in-out;-moz-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out} .avia_transform a:hover .image-overlay{opacity:0.7 !important} .image-overlay .image-overlay-inside{height:100%;width:100%;position:absolute;left:0;top:0} .image-overlay .image-overlay-inside:before{position:absolute;border-radius:50px;background:#000;height:80px;width:80px;line-height:80px;left:50%;top:50%;margin:-40px 0 0 -40px;z-index:500;text-align:center;color:#fff} .image-overlay .image-overlay-inside:before{content:\"\\E869\";font-family:\'entypo-fontello\';font-size:18px;font-weight:normal} .image-overlay.overlay-type-extern .image-overlay-inside:before{content:\"\\E832\"} .image-overlay.overlay-type-video .image-overlay-inside:before{content:\"\\E897\"} #top .hide-inner-overlay .image-overlay-inside{display:none} body .alignleft,.entry-content-wrapper a:hover .alignleft{float:left;margin:4px 10px 0px 0;display:block;position:relative}body .alignright,.entry-content-wrapper a:hover .alignright{float:right;margin:4px 0px 0px 10px;display:block;position:relative}body .aligncenter,.entry-content-wrapper a:hover .aligncenter{clear:both;display:block;margin:10px auto;padding:10px 0;position:relative}.alignleft img,.alignright img{display:block} #top .gallery a,#top .gallery a img{border:none;max-width:100%;display:block;position:relative} #top .gallery .gallery-item{margin:1px 1px 0 0;width:80px;height:80px;padding:0} #top .gallery-caption{display:none} .bypostauthor{} .gallery-icon{margin:0} .gallery-item{margin:0} .avia_textblock .gallery p{display:none} div .wp-caption{max-width:100%;font-size:11px;font-style:italic;border-width:1px;border-style:solid;margin:5px 15px 10px 0;position:relative} #top .wp-caption img{border:medium none;display:block;padding:5px;margin:0;width:100%} .wp-caption-text,#top .wp-caption .wp-caption-dd{display:block;font-size:11px;font-style:italic;margin:0 auto;padding:3px 10px 5px;text-align:center;font-family:Georgia,\"Times New Roman\";float:none} #top .wp-caption.aligncenter{margin:5px auto 10px auto;padding:0} #top .wp-caption.alignright{margin:4px 0px 0px 10px} #top .wp-smiley{display:inline-block;border:none} #wp-calendar td,#wp-calendar th{text-align:center;font-size:11px;padding:3px} @media only screen and (min-width:990px){.responsive.av-no-preview #top #wrap_all .av-desktop-hide,.responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,.responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden{display:none}} @media only screen and (min-width:768px) and (max-width:989px){.responsive.av-no-preview #top #wrap_all .av-medium-hide,.responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,.responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden{display:none}} @media only screen and (min-width:480px) and (max-width:767px){.responsive.av-no-preview #top #wrap_all .av-small-hide,.responsive.av-no-preview #top #wrap_all .av-small-font-size-hidden,.responsive.av-no-preview #top #wrap_all .av-small-font-size-title-hidden{display:none}} @media only screen and (max-width:479px){.responsive.av-no-preview #top #wrap_all .av-mini-hide,.responsive.av-no-preview #top #wrap_all .av-mini-font-size-hidden,.responsive.av-no-preview #top #wrap_all .av-mini-font-size-title-hidden{display:none}} @media print{.page-break{display:block;page-break-before:always}p,a,strong{color:#000!important}a{text-decoration:underline}.entry-content a:after{content:\" [\" attr(href) \"] \"}.related_posts a:after{content:attr(title)}.container{width:100%}#top{overflow-x:hidden}.boxed#top{width:100%}.container{width:100%;margin:0 auto}.units,.unit{margin:0}.container .one.unit,.container .one.units,.container .two.units,.container .three.units,.container .four.units,.container .five.units,.container .six.units,.container .seven.units,.container .eight.units,.container .nine.units,.container .ten.units,.container .eleven.units,.container .twelve.units,#top .flex_column{margin:0;margin-bottom:20px;width:100%}#top.boxed .stretch_full{width:100%}#top .offset-by-one,#top .offset-by-two,#top .offset-by-three,#top .offset-by-four,#top .offset-by-five,#top .offset-by-six,#top .offset-by-seven,#top .offset-by-eight,#top .offset-by-nine,#top .offset-by-ten,#top .offset-by-eleven{padding-left:0}.avia-section-large .content,.avia-section-large .sidebar{padding-top:2%;padding-bottom:2%}#top .flex_column.av_one_half{width:48%}#top .flex_column.av_one_half.first{padding-right:2%}.fixed_header #header,.html_header_top.html_header_sticky #header{position:relative;top:0}.fixed_header #main{padding-top:0}#header_main{border-bottom:0}nav,#footer,#scroll-top-link,#av-cookie-consent-badge,.image-overlay,#top #main .sidebar,#commentform,.comment_container .miniheading,.comment_container .minitext,#top .avia-post-nav{display:none}.avia-shadow{box-shadow:inset 0 0 0 rgba(0,0,0,0)}.grid-entry .inner-entry{margin-right:0;box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0)}.content{border:0}.boxed .container{margin:0}.avia-layerslider,.avia-fullwidth-slider{display:none}.avia_transform .avia-icon-list .iconlist_icon{opacity:1;-moz-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}#top .tab_titles{display:none}#top .tabcontainer .tab.fullsize-tab{display:block;border-bottom:none}#top .tab_content{display:block;visibility:visible;z-index:3;position:relative;overflow:auto;border-style:solid;border-width:1px;border-radius:2px;left:0;width:auto;background-color:#fcfcfc;color:#666}#top .tab_inner_content{left:0}#top .toggle_wrap{visibility:visible;display:block;position:static}.grid-sort-container{width:60%;margin:0 auto}#top .isotope-item{position:initial!important;top:0!important;left:0!important;-webkit-transform:translate3d(0,0,0)!important}.avia-progress-bar{margin:5px 0;border:1px solid #555!important;border-radius:3px!important}.avia-progress-bar .progress{box-shadow:inset 0 0 0 0 rgba(0,0,0,0)!important;border:0!important}.avia-progress-bar div.progress .bar{border:0 solid;border-right:1px solid #555!important;border-radius:0}.avia-testimonial-image{margin:0;width:100%;float:none;text-align:center;margin-bottom:15px;height:auto}.avia-grid-testimonials .avia-testimonial-meta{margin-left:0}body div .avia-testimonial{display:block;float:left}.avia_transform .avia-testimonial .avia-testimonial-image{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.avia_transform .avia-gallery-thumb img{opacity:1}}\";}s:15:\"avia-layout-css\";a:6:{s:4:\"name\";s:11:\"avia-layout\";s:3:\"url\";s:64:\"http://cs1.noappname.net/wp-content/themes/enfold/css/layout.css\";s:4:\"path\";s:39:\"wp-content/themes/enfold/css/layout.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:68834:\"#header{position:relative;z-index:501;width:100%;background:transparent} #header_main .container,.main_menu ul:first-child > li a{height:88px;line-height:88px} .html_header_top.html_header_sticky #main{padding-top:88px} .html_header_top.html_header_transparency #header{position:absolute}.html_header_top.html_header_sticky #header{position:fixed}.html_header_top.html_header_sticky.html_bottom_nav_header #main{padding-top:140px}.html_bottom_nav_header .avia-search-tooltip{top:101% !important;margin-left:-130px}.html_header_top.html_header_sticky.html_header_unstick_top .header-scrolled-full#header{} .html_header_top.html_header_sticky.html_large #main{padding-top:116px}.html_header_top.html_header_sticky.html_large #header_main .container,.html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li a{height:116px;line-height:116px}.html_header_top.html_header_sticky.html_large.html_bottom_nav_header #main{padding-top:168px} .html_header_top #top .av_header_stretch .container{width:96%;padding:0;max-width:100%} .html_header_top #top .av_logo_right .logo{left:auto;right:0}.html_header_top #top .av_menu_left .main_menu{left:0px;right:auto}.html_header_top.html_main_nav_header #top .av_menu_left .main_menu{left:-13px;right:auto} .html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a{height:50px;line-height:50px}.html_header_top .av_bottom_nav_header .av-logo-container .main_menu{display:none} .html_header_top.html_bottom_nav_header #header_main{z-index:3}.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu{clear:both;position:relative;line-height:40px;height:100%;width:100%;float:left}.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu>div,.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child{width:100%;height:50px}.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu ul:first-child>li:hover{z-index:1000;position:relative}.html_header_top.html_bottom_nav_header #header_main_alternate .main_menu .menu-item-search-dropdown{float:right} #header_main_alternate{z-index:2}#header #header_main_alternate .container{max-height:none;height:auto}#header_main_alternate .main_menu .menu li ul ul{left:207px}#header_main_alternate .avia_mega_div{right:auto;left:0} .html_header_top.html_logo_center .main_menu{text-align:center}.html_header_top.html_logo_center #header_main_alternate .main_menu ul:first-child{display:inline-block;width:auto;position:static}.html_header_top.html_logo_center .logo{left:50%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)} .avia-msie-8 .logo img{height:100%}.avia-msie-8.html_header_top.html_logo_center .logo{left:46%} .html_header_top.html_bottom_nav_header.html_logo_right .main_menu ul:first-child{width:auto;float:right}.html_header_top.html_bottom_nav_header.html_logo_right .main_menu ul:first-child{width:auto;float:right} .html_header_top.html_header_topbar_active.html_header_sticky #top #main{padding-top:119px} .html_header_top.html_header_topbar_active.html_header_sticky.html_large #top #main{padding-top:147px} .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main{padding-top:170px}.html_header_top.html_header_topbar_active.html_header_sticky.html_large.html_bottom_nav_header #top #main{padding-top:198px} .av_icon_active_left .social_bookmarks{float:left}.av_icon_active_right .social_bookmarks{float:right}.av_secondary_right .sub_menu{float:right}.av_phone_active_left .phone-info{float:left}.av_phone_active_right .phone-info{float:right} .phone-info{float:left;font-weight:bold;line-height:20px;font-size:11px;padding:5px 0} .phone-info span{display:inline-block;line-height:1em} .av_secondary_left .sub_menu>ul>li:last-child,.av_secondary_left .sub_menu>div>ul>li:last-child{border:none;padding-right:0}.av_secondary_right .sub_menu>ul>li:last-child,.av_secondary_right .sub_menu>div>ul>li:last-child{border:none;margin-right:0px;padding-right:0;padding-left:10px} .av_secondary_left .sub_menu>ul>li:first-child{padding-left:0}.av_icon_active_left.av_secondary_left .sub_menu>ul>li:first-child{padding-left:10px}.av_icon_active_right.av_secondary_right .sub_menu>ul>li:first-child{padding-left:10px} .av_secondary_right .sub_menu{padding-left:10px} .av_icon_active_right .social_bookmarks{padding-left:20px} .av_secondary_left .sub_menu{padding-right:10px} .html_boxed #main{position:static;overflow:hidden}.html_logo_right.html_bottom_nav_header #header_main .social_bookmarks{right:auto;left:0} #top nav .social_bookmarks{position:relative;top:50%;margin-top:-16px;right:0;overflow:hidden;clear:none;float:left} .avia-menu.av_menu_icon_beside{padding-right:25px;margin-right:25px;border-right-width:1px;border-right-style:solid;-webkit-transition:border-color 0.2s ease-in-out;transition:border-color 0.2s ease-in-out}.fallback_menu + .social_bookmarks{padding-left:18px} #header_meta{border-top:none;z-index:10;min-height:30px;border-bottom-style:solid;border-bottom-width:1px;margin-bottom:-1px} #header_meta .container{min-height:30px} #header_main{border-bottom-width:1px;border-bottom-style:solid;z-index:1} #header.shadow{box-shadow:0px 0px 3px rgba(0,0,0,0.2)} .header_bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.95;filter:alpha(opacity=95);z-index:0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;-webkit-perspective:1000px;-webkit-backface-visibility:hidden} .html_header_sticky_disabled .header_bg{opacity:1;filter:alpha(opacity=100)}.avia-msie-8.html_header_transparency .av_header_sticky_disabled#header{background:transparent} .av_minimal_header .header_bg{opacity:1;filter:alpha(opacity=100)}.av_minimal_header #header_main,.av_minimal_header #header_meta{border:none}.av_minimal_header .avia-menu-fx{display:none}#top #header.av_minimal_header .main_menu ul:first-child >li > ul,#top #header.av_minimal_header .main_menu .avia_mega_div > .sub-menu{border-top:none}.av_minimal_header #header_main .container,.av_minimal_header .main_menu ul:first-child > li a{height:90px;line-height:90px}.html_header_top.html_header_sticky.html_large .av_minimal_header #header_main .container,.html_header_top.html_header_sticky.html_large.html_main_nav_header .av_minimal_header .main_menu ul:first-child > li a{height:118px;line-height:118px} #top .av_minimal_header #s{border:none;padding:12px 47px 12px 5px}#top .av_minimal_header .av_ajax_search_entry{border:none} .av_minimal_header_shadow{box-shadow:0 0 2px 1px rgba(0,0,0,0.1)}.av_minimal_header_shadow.av_header_transparency{box-shadow:0 0 0px 0px rgba(0,0,0,0.0)} .av_minimal_header #header_main_alternate{border:none} .html_header_transparency #main{padding-top:0 !important}#top .av_header_transparency .main_menu ul:first-child > li > a:hover,#top #wrap_all .av_header_transparency .sub_menu > ul > li > a:hover{opacity:0.8}#top .av_header_transparency.av_alternate_logo_active .logo a > img{opacity:0;filter:alpha(opacity=0)}#top .av_header_transparency #header_main,#top .av_header_transparency .avia-menu.av_menu_icon_beside{border-color:transparent}#top .av_header_transparency .header_bg{background-color:transparent;opacity:0;filter:alpha(opacity=0)}#top .av_header_transparency .phone-info,#top .av_header_transparency .social_bookmarks li a{color:inherit} #top #header.av_header_transparency .avia_mega_div{margin-top:1px;padding-top:1px}#top .av_header_transparency .avia-menu-fx{bottom:22%;width:70%;left:15%}#top .av_header_transparency .phone-info.with_nav span{border-color:rgba(255,255,255,0.25);color:#fff}#top .av_header_transparency #header_meta li{border-color:rgba(255,255,255,0.25);color:inherit}#top .av_header_transparency #header_meta{background:transparent;box-shadow:none;border-bottom:1px solid rgba(255,255,255,0.25)}.html_header_transparency #header_meta{-webkit-transition:background 0.4s ease-in-out;transition:background 0.4s ease-in-out} #top .av_header_glassy.av_header_transparency .header_bg{background-color:#fff;opacity:0.1;filter:alpha(opacity=10)}#top .av_header_glassy.av_header_transparency #header_main{border-color:rgba(255,255,255,0.25);border-top-color:transparent}#top .av_header_glassy.av_header_transparency .avia-menu.av_menu_icon_beside{border-color:rgba(255,255,255,0.25)}#top .av_header_glassy.av_header_transparency .social_bookmarks li,#top .av_header_glassy.av_header_transparency .social_bookmarks li a{border-color:rgba(255,255,255,0.25);color:#fff}#top .av_header_glassy.av_header_transparency #header_main_alternate{border-bottom-color:rgba(255,255,255,0.25)} #top .av_header_with_border.av_header_transparency #header_main{border:1px solid rgba(255,255,255,0.25);border-left:none;border-right:none;border-top-color:transparent} #top .av_header_with_border.av_header_transparency .avia-menu.av_menu_icon_beside{border-color:rgba(255,255,255,0.25)} .html_header_searchicon_disabled #top .av_header_border_disabled.av_bottom_nav_disabled .main_menu .menu>li:last-child>a .avia-menu-fx{padding-right:13px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box} #top .av_header_scrolldown{-webkit-transition:opacity 0.6s ease-out,margin 0.6s ease-out;transition:opacity 0.6s ease-out,margin 0.6s ease-out;margin-top:0px}#top .av_header_scrolldown.av_header_transparency{opacity:0;margin-top:-250px !important} .html_header_transparency.html_header_scrolldown #top .avia-builder-el-0 .container,.html_header_transparency.html_header_scrolldown #top .avia-builder-el-0 .slideshow_inner_caption{padding-top:0} #top .header_hidden{display:none} .av_seperator_small_border .av-main-nav > li > a > .avia-menu-text{border-left-style:solid;border-left-width:1px;padding-left:13px;margin-left:-13px} .av_seperator_small_border .av-main-nav > li:first-child > a > .avia-menu-text{border-left:none} .av_seperator_big_border .av-main-nav > li > a{border-left-style:solid;border-left-width:1px;text-align:center;min-width:90px}#top .av_seperator_big_border .av-main-nav > li:last-child > a,#top .av_seperator_big_border .av-main-nav > #menu-item-search > a{border-right-style:solid;border-right-width:1px} #top .av_seperator_big_border .av-main-nav > #menu-item-search > a{border-left-style:solid;border-left-width:1px;border-color:inherit} #top .av_seperator_big_border#header .av-menu-button > a .avia-menu-text{border:none}.av_seperator_big_border .avia-menu.av_menu_icon_beside{padding-right:0}#top .av_seperator_big_border#header .av-main-nav > li > a{padding:0 13px}#top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style:none;border-right-width:0}.html_bottom_nav_header #top .av_seperator_big_border .av-main-nav > #menu-item-search > a{border-left-style:solid;border-left-width:1px;border-color:inherit;margin-left:-1px} .avia-menu-subtext,#top .sub-menu .avia-menu-subtext{display:none} .html_header_top #top .av_menu_left .main_menu .menu li ul ul{left:207px} .html_header_sidebar{}.html_header_sidebar #top #header{width:300px;position:absolute;min-height:100%;border-bottom:none}.html_boxed.html_header_sidebar #wrap_all{position:relative} .html_header_sidebar #top #header_main{border-top:none}.html_header_sidebar #header .container{width:100%;height:auto;line-height:1.3em;padding:0;float:none;max-width:100%}.html_header_sidebar .header_bg{opacity:1;filter:alpha(opacity=95)} .html_header_left #top #header{}.html_header_right #top #header{right:0}.html_header_left #main{margin-left:300px;position:relative;border-left-style:solid;border-left-width:1px}.html_header_right #main{margin-right:300px;position:relative;border-right-style:solid;border-right-width:1px} .html_header_sidebar #top #header.av_always_sticky{position:fixed;-webkit-backface-visibility:hidden} .html_header_sidebar .logo{position:relative;clear:both;padding:40px;border-bottom-style:solid;border-bottom-width:1px;height:auto;max-height:none;width:100%}.html_header_sidebar .logo img{width:100%;max-height:none;padding:0;height:auto}.html_header_sidebar .main_menu{position:relative;clear:both;z-index:200}.html_header_sidebar #header .av-main-nav ,.html_header_sidebar #header .av-main-nav-wrap{width:100%}.html_header_sidebar #header .av-main-nav{padding:20px 0}.html_header_sidebar #header .av-main-nav > li{float:none;display:block;margin:0 13%}.html_header_sidebar #header .av-main-nav > li > a{line-height:1.3em;height:auto;padding:15px 3px;border-bottom-style:solid;border-bottom-width:1px;margin:0 auto}.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text{font-size:16px;font-weight:normal;display:block}.html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext{display:block;font-weight:normal;font-size:12px;padding-top:3px}.html_header_sidebar #header .av-main-nav > li:last-child > a{border:none}.html_header_sidebar #header .av-main-nav > li:nth-last-child(2) > a{border:none}.html_header_sidebar #header .avia-menu-fx{display:none} .html_header_sidebar .av-main-nav ul{border-top-width:1px}.html_header_left .av-main-nav ul{top:0;left:100%;box-shadow:5px 5px 15px rgba(0,0,0,0.1)}.html_header_left #top .av-main-nav ul ul{left:207px;top:-1px}.html_header_right .av-main-nav ul{top:0;left:auto;right:100%;box-shadow:-5px 5px 15px rgba(0,0,0,0.1)}.html_header_right #top .av-main-nav ul ul{left:-207px;top:-1px} .html_header_sidebar #top .av-main-nav ul a{padding:12px 15px}.html_header_sidebar #main > .avia-builder-el-0{border-top:none} .html_header_sidebar #top #header .av-menu-button > a{border:none}.html_header_sidebar #top #header .av-menu-button + .av-menu-button > a{padding-top:0}.html_header_sidebar #top #header .av-menu-button-colored:hover{opacity:0.8} .html_header_left #header .avia_mega_div{left:100%;top:0}.html_header_right #header .avia_mega_div{right:100%;top:0}.html_header_sidebar #top #header .avia_mega_div > .sub-menu{border-width:1px;border-style:solid} .html_header_sidebar.html_content_align_left .container{float:left}.html_header_sidebar.html_content_align_right .container{float:right} .html_header_sidebar.html_content_align_left #footer,.html_header_sidebar.html_content_align_right #footer,.html_header_sidebar.html_content_align_left #socket,.html_header_sidebar.html_content_align_right #socket{overflow:hidden} .html_header_sidebar .container_wrap{width:100%} #header .avia-custom-sidebar-widget-area{margin:0;padding:0;float:none}#header .avia-custom-sidebar-widget-area .widget{border-top-style:solid;border-top-width:1px;padding:40px;width:100%;overflow:hidden} .html_header_sidebar .av-sidebar-social-container{position:relative;clear:both;overflow:hidden}.html_header_sidebar #top #header .social_bookmarks{position:relative;top:0;margin:0;border-top-style:solid;border-top-width:1px;clear:both;display:table;width:100%;table-layout:fixed}.html_header_sidebar #top #header .social_bookmarks li{float:none;display:table-cell;text-align:center}.html_header_sidebar #top #header .social_bookmarks li.social_icon_1 a{border:none}.html_header_sidebar #top #header .social_bookmarks li a{width:100%;border-radius:0;border-left-style:solid;border-left-width:1px;padding:10px 0} .html_header_sidebar .av_default_container_wrap,.html_header_sidebar .container_wrap_first{float:left} .html_top_nav_header #header_main_alternate{border-top:none;border-bottom-style:solid;border-bottom-width:1px}.html_top_nav_header.html_minimal_header #header_main_alternate{border:none}.html_top_nav_header div .logo{position:relative} .html_top_nav_header .av-logo-container .inner-container{position:relative;overflow:hidden}.html_top_nav_header.html_header_top.html_header_sticky #top #wrap_all #main{padding-top:50px}.html_top_nav_header .av-logo-container{height:88px}.html_top_nav_header.html_large .av-logo-container{height:150px}.html_top_nav_header #header_main{border:none} .av-hamburger{padding:0 0 0 0;display:inline-block;cursor:pointer;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible} .av-hamburger-box{width:35px;height:24px;display:inline-block;position:relative} .av-hamburger-inner{display:block;top:50%;margin-top:-2px} .av-hamburger-inner,.av-hamburger-inner::before,.av-hamburger-inner::after{width:40px;height:3px;background-color:#000;border-radius:3px;position:absolute;transition:transform 0.15s ease}.av-hamburger-inner::before,.av-hamburger-inner::after{content:\"\";display:block} .av-hamburger-inner::before{top:-10px} .av-hamburger-inner::after{bottom:-10px} .av-hamburger--spin .av-hamburger-inner{transition-duration:0.3s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)} .av-hamburger--spin .av-hamburger-inner::before{transition:top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease} .av-hamburger--spin .av-hamburger-inner::after{transition:bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease} .av-hamburger--spin.is-active .av-hamburger-inner{transform:rotate(225deg);transition-delay:0.14s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)} .av-hamburger--spin.is-active .av-hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease} .av-hamburger--spin.is-active .av-hamburger-inner::after{bottom:0;transform:rotate(-90deg);transition:bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease} .av-burger-menu-main{display:none;-webkit-transition:padding 0.3s ease-out;transition:padding 0.3s ease-out}.js_active.html_burger_menu #avia-menu > li{display:none} .js_active.html_burger_menu #avia-menu .av-burger-menu-main,.html_burger_menu #top #avia-menu .menu-item-search-dropdown{display:block} .av-burger-menu-main{cursor:pointer}.av-burger-menu-main a{padding-left:10px}.av-hamburger strong{display:none}.av-hamburger-box{height:8px} .av-hamburger-inner,.av-hamburger-inner::before,.av-hamburger-inner::after{width:100%} .html_burger_menu #top #wrap_all .menu-item-search-dropdown > a{font-size:24px}html.av-burger-overlay-active #top .menu-item-search-dropdown > a{color:#fff} .html_burger_menu_active #header .avia-menu .menu-item{display:none}.html_burger_menu_active .menu-item-avia-special{display:block}.html_burger_menu_active #top #wrap_all .menu-item-search-dropdown > a{font-size:24px}.html_header_sidebar #top div .av-burger-menu-main{display:none}.html_burger_menu_active #top #wrap_all #header .av-burger-menu-main > a{background:transparent;position:relative;z-index:10} .av-hamburger--spin-r .av-hamburger-inner{transition-duration:0.3s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}.av-hamburger--spin-r .av-hamburger-inner::before{transition:top 0.1s 0.34s ease-in,opacity 0.1s ease-in}.av-hamburger--spin-r .av-hamburger-inner::after{transition:bottom 0.1s 0.34s ease-in,-webkit-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);transition:bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);transition:bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19)} .av-hamburger--spin-r.is-active .av-hamburger-inner{-webkit-transform:rotate(-225deg);transform:rotate(-225deg);transition-delay:0.14s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}.av-hamburger--spin-r.is-active .av-hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out,opacity 0.1s 0.14s ease-out}.av-hamburger--spin-r.is-active .av-hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:bottom 0.1s ease-out,-webkit-transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);transition:bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);transition:bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1)} .av-burger-overlay{position:fixed;width:100%;height:100%;top:0;left:0;right:0;z-index:100;display:none;overflow:hidden;opacity:0} .av-burger-overlay-inner,.av-burger-overlay-bg{position:absolute;top:0;left:0;height:100%;width:100%;min-height:700px;display:table;vertical-align:middle;text-align:center;z-index:5} .av-burger-overlay-bg{z-index:3;opacity:0.9;background:#000;display:block;position:fixed} .av-burger-overlay-scroll{overflow:auto;position:absolute;height:100%;width:100%;z-index:10;-webkit-overflow-scrolling:touch} #av-burger-menu-ul li a{position:relative;display:block;-webkit-transition:none;transition:none}#av-burger-menu-ul li ul{background:transparent} html.av-burger-overlay-active #header_meta,html.av-burger-overlay-active #menu-item-shop.cart_dropdown,html.av-burger-overlay-active .cart_dropdown,html.av-burger-overlay-active #top .social_bookmarks{z-index:1} .av-burger-overlay-active #top .av-hamburger-inner,.av-burger-overlay-active #top .av-hamburger-inner::before,.av-burger-overlay-active #top .av-hamburger-inner::after{background-color:#fff} .av-burger-overlay-active #top #header .av-main-nav > li > a{background:transparent} .av-burger-overlay-active #scroll-top-link{z-index:150}#top #av-burger-menu-ul{display:table-cell;height:100%;width:100%;vertical-align:middle;padding:125px 0} .html_av-overlay-full #av-burger-menu-ul li{display:block;height:auto;width:100%;padding:0.3em 0;font-size:35px}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li{line-height:1.6em}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li{font-size:0.6em;line-height:1.4em}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li li{font-size:0.8em}.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li a{color:#fff;height:auto;line-height:inherit;font-size:inherit}.html_av-overlay-full #av-burger-menu-ul li a:hover,.html_av-overlay-full #av-burger-menu-ul li a:active,.html_av-overlay-full #av-burger-menu-ul li a:focus{text-decoration:none;opacity:0.7} .html_av-overlay-full.av-burger-overlay-active #top #wrap_all #menu-item-search a,.html_av-overlay-full.av-burger-overlay-active #top #wrap_all #menu-item-search a:hover{color:#fff} .html_header_top.html_logo_center.av-burger-overlay-active .menu-item-avia-special{z-index:150} #top #wrap_all #av-burger-menu-ul > li{opacity:0;position:relative;top:18px;-webkit-transition:opacity 0.3s ease-out,top 0.3s ease-out,left 0.3s ease-out;transition:opacity 0.3s ease-out,top 0.3s ease-out,left 0.3s ease-out;-webkit-transform:translate3d(0,0,0)} .avia_desktop.avia-safari #top #wrap_all #av-burger-menu-ul > li{-webkit-transform:none} #top #wrap_all #header #av-burger-menu-ul > li.av-active-burger-items{opacity:1;top:0;left:0} .html_av-overlay-full #top #av-burger-menu-ul .av-menu-button > a .avia-menu-text{padding:0.5em 1.5em}.html_av-overlay-full #top #av-burger-menu-ul .av-menu-button{margin-top:0.4em}.html_av-overlay-full #av-burger-menu-ul li ul li a{font-size:1.3em} #av-burger-menu-ul li a .avia-menu-subtext{display:block;font-size:0.6em;line-height:1.2em;margin:-10px 0 13px 0;opacity:0.7;text-transform:none} .html_av-overlay-side #av-burger-menu-ul li a .avia-menu-subtext{font-size:1em;margin:0;opacity:0.9} #av-burger-menu-ul .avia-menu-fx{display:none} #top .av-small-burger-icon{-ms-transform:scale(0.6);transform:scale(0.6);transform-origin:right}#top #wrap_all #header .av-small-burger-icon a{padding:0} .html_av-overlay-side .av-burger-overlay-bg{opacity:0.3;cursor:pointer}.html_av-overlay-side #top .av-burger-overlay li{margin:0}.html_av-overlay-side #top #wrap_all .av-burger-overlay li a{line-height:1.3em;height:auto;padding:15px 50px;display:block;text-align:left;text-decoration:none}.html_av-overlay-side #top .av-burger-overlay li a:hover{text-decoration:none}.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li{top:0;left:18px} .html_av-overlay-side #top #wrap_all .av-burger-overlay li li a{padding-left:70px}.html_av-overlay-side #top #wrap_all .av-burger-overlay li li li a{padding-left:90px}.html_av-overlay-side #top #wrap_all .av-burger-overlay li li li li a{padding-left:110px}.html_av-overlay-side #top #wrap_all .av-burger-overlay li li li li li a{padding-left:130px} .html_av-overlay-side .av-burger-overlay-scroll{width:350px;right:0;max-width:100%;-webkit-transform:translateX(350px);transform:translateX(350px);-webkit-transition:all 0.5s cubic-bezier(0.75,0,0.25,1);transition:all 0.5s cubic-bezier(0.75,0,0.25,1)} .html_av-overlay-side.av-burger-overlay-active-delayed .av-burger-overlay-scroll{-webkit-transform:translateX(0);transform:translateX(0)}.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li{opacity:1;top:0;left:0} .html_av-overlay-side-classic #top .av-burger-overlay{font-size:1em}.html_av-overlay-side-classic #av-burger-menu-ul{vertical-align:top}.html_av-overlay-side-classic #top .av-burger-overlay li a{border-bottom-style:solid;border-bottom-width:1px}.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet{height:1px;display:block;position:absolute;margin-top:0;opacity:0.3;border:none!important;width:7px;left:50px;top:50%} .html_av-overlay-side-classic #top .av-burger-overlay li li li .avia-bullet{left:70px} .html_av-overlay-side-classic #top .av-burger-overlay li li li li .avia-bullet{left:90px} .html_av-overlay-side-classic #top .av-burger-overlay li li li li li .avia-bullet{left:110px} .html_av-overlay-side-classic #top .av-burger-overlay li li li li li li .avia-bullet{left:130px} .html_av-overlay-side-minimal .av-burger-overlay-bg{opacity:0.1}.html_av-overlay-side-minimal #top .av-burger-overlay{font-size:1.1em}.html_av-overlay-side-minimal #top .av-burger-overlay .sub-menu{font-size:0.9em} .html_av-submenu-hidden #av-burger-menu-ul li ul{display:none}.html_av-submenu-hidden .av-submenu-indicator{display:inline-block;padding:0 10px;font-size:11px;opacity:0.5;vertical-align:top;float:right;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;position:absolute;right:30px;top:50%;margin-top:-9px;height:20px;line-height:20px}.html_av-submenu-hidden .av-submenu-indicator:before{content:\"\\E87d\";font-family:\'entypo-fontello\'}.html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator{-webkit-transform:rotate(90deg);transform:rotate(90deg)} div .logo{float:left;position:absolute;left:0;z-index:1} .logo,.logo a{overflow:hidden;position:relative;display:block;height:100%} .logo img{padding:0;display:block;width:auto;height:auto;max-height:100%;image-rendering:auto;position:relative;z-index:2;height :100%\\9;height:auto\\9;-webkit-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out} .logo img.alternate{position:absolute;z-index:1;top:0;left:0;opacity:0} .av_header_transparency .logo img.alternate{opacity:1} .main_menu{clear:none;position:absolute;z-index:100;line-height:30px;height:100%;margin:0;right:0}.main_menu .pointer_arrow_wrap{display:none} .av-main-nav-wrap{float:left;position:relative;z-index:3}.av-main-nav-wrap ul{margin:0;padding:0} .av-main-nav{z-index:110;position:relative}.av-main-nav ul{display:none;margin-left:0;left:0;position:absolute;top:100%;width:208px;z-index:2;padding:0;box-shadow:0 8px 15px rgba(0,0,0,0.1);margin-top:-1px}.av-main-nav ul li{margin:0;padding:0;width:100%}.av-main-nav ul li a{border-right-style:solid;border-right-width:1px;border-left-style:solid;border-left-width:1px}.av-main-nav ul li:last-child > a{border-bottom-style:solid;border-bottom-width:1px}.av-main-nav li{float:left;position:relative;z-index:20}.av-main-nav li:hover{z-index:100}.av-main-nav > li > ul{border-top-width:2px;border-top-style:solid}.av-main-nav > li{line-height:30px}.av-main-nav li a{max-width:none}.av-main-nav > li > a{display:block;text-decoration:none;padding:0 13px;font-weight:normal;font-size:12px;font-weight:600;font-size:13px;-webkit-transition:background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;transition:background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out} .av-main-nav > li > a ,div #menu-item-shop.cart_dropdown{-webkit-transition:none;transition:none;-webkit-transition:background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out;transition:background-color 0.4s ease-in-out,color 0.4s ease-in-out,border-color 0.4s ease-in-out} .av_header_transparency .av-main-nav > li > a ,.av_header_transparency #menu-item-shop.cart_dropdown{-webkit-transition:border-color 0.2s ease-in-out;transition:border-color 0.2s ease-in-out} #top .av-main-nav ul a{width:100%;height:auto;float:left;text-align:left;line-height:23px;padding:8px 15px;font-size:12px;min-height:23px;max-width:none;text-decoration:none;font-family:inherit} #top .av-main-nav ul ul{left:-207px;top:0px;margin:0;border-top-style:solid;border-top-width:1px;padding-top:0px} .av-main-nav li:hover ul ul{display:none}#top .av-main-nav li:hover > ul{display:block} .avia-menu-fx{position:absolute;bottom:-1px;height:2px;z-index:10;width:100%;left:0;opacity:0;visibility:hidden}.av-main-nav li:hover .avia-menu-fx,.current-menu-item > a > .avia-menu-fx,.av-main-nav li:hover .current_page_item > a > .avia-menu-fx{opacity:1;visibility:visible} .avia-menu-fx .avia-arrow-wrap{height:10px;width:10px;position:absolute;top:-10px;left:50%;margin-left:-5px;overflow:hidden;display:none;visibility:hidden} .current-menu-item>a>.avia-menu-fx>.avia-arrow-wrap,.current_page_item>a>.avia-menu-fx>.avia-arrow-wrap{display:block}.avia-menu-fx .avia-arrow-wrap .avia-arrow{top:10px} .html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a,.html_bottom_nav_header #top #menu-item-search>a{padding-right:0}.html_bottom_nav_header.html_logo_center #top .av_seperator_big_border #menu-item-search>a{padding-right:13px;border-right-style:solid;border-right-width:1px}.html_bottom_nav_header .av-logo-container .main_menu{display:none} .main_menu .avia-bullet{display:none}#top #header .menu-item-mega-parent.current-menu-item{overflow:visible!important} #top #header .mega_menu_title a{color:inherit;font-size:17px;line-height:1.1em;padding:0;margin:0;background:transparent;border:none} #top #header .mega_menu_title a:hover{text-decoration:underline} #header .avia_mega_div{display:none;margin:-1px 0 0 0;right:0;position:absolute;top:100%;z-index:2;box-shadow:0 32px 60px rgba(0,0,0,0.1);overflow:hidden;padding:1px 0 0;text-align:left} #header.av_minimal_header .avia_mega_div{margin:0;border-top-style:solid;border-top-width:1px}#header.av_minimal_header .avia_mega_div .units{border-right:none} #header .avia_mega_div .units{padding:0 14px 0 15px;margin:0;border-right-style:dotted;border-right-width:1px} #header li:hover .avia_mega_div{display:block} #top #header .avia_mega_div ul,#top #header .avia_mega_div li{position:relative;display:block;top:auto;left:auto;height:auto} #top #header .avia_mega_div .sub-menu{overflow:hidden;width:100%;box-shadow:none;border-style:none;border-width:0px;position:relative;top:0;display:block;left:0;clear:both} #top #header .avia_mega_div > .sub-menu{display:table;padding:20px 30px 30px;border-top-style:solid;border-top-width:2px} #top #header .avia_mega_div > .sub-menu.avia_mega_hr{padding-top:30px} #top #header .avia_mega_div > .sub-menu > li{display:table-cell;float:none;padding-top:10px;padding-bottom:0;vertical-align:top} #top #header .avia_mega_div > .sub-menu.avia_mega_hr{border-top-width:1px;border-top-style:dashed} #top #header .avia_mega_div > .sub-menu > li > ul{padding:0} #top #header .avia_mega_div > .sub-menu > li > ul li{display:block;float:none;padding:0;margin:0;list-style-type:circle;list-style-position:inside} #top #header .avia_mega_div > .sub-menu > li > ul ul li{margin-left:15px} #top #header .avia_mega_div > .sub-menu > li > ul > li a{width:auto;float:none;display:block;border:none;padding:3px 12px 3px 12px;font-weight:normal;height:auto;line-height:23px} #header .avia_mega_div .avia_mega_menu_columns_first{padding-left:0} #header .avia_mega_div .avia_mega_menu_columns_last{padding-right:0;border-right-style:none;border-right-width:0} .avia-bullet{display:block;position:absolute;height:0;width:0;top:51%;margin-top:-3px;left:-3px;border-top:3px solid transparent !important;border-bottom:3px solid transparent !important;border-left:3px solid green} .avia_mega_div .avia-bullet{margin-top:12px;left:3px;display:block;top:0} #header .mega_menu_title{margin-bottom:8px;font-size:17px;line-height:1.1em;font-weight:600;display:block} #header .avia_mega_text_block{line-height:21px} #top #header .avia_mega_div .sub-menu .avia_mega_text_block a{padding:0;display:inline;border:none;text-decoration:underline} #top #wrap_all #header .av-menu-button > a{background:transparent}#top #wrap_all .av_header_border_disabled .av-menu-button > a{border:none}.av-menu-button + .av-menu-button{margin-left:-10px}.av-menu-button + .av-menu-button > a{padding-left:0px}#top .av-menu-button > a .avia-menu-text{padding:9px}#top .av-menu-button > a .avia-menu-text{border:2px solid;border-radius:2px}.av-menu-button > a .avia-menu-fx{display:none}.av-menu-button-colored > a .avia-menu-text{padding:11px 10px 10px 10px} .av-menu-button-colored > a:hover .avia-menu-text{opacity:0.9}#top #header .av-menu-button > a .avia-menu-subtext{display:none}#top #header .av-menu-button > a .avia-menu-text{text-align:center;white-space:nowrap} #top #menu-item-search{z-index:100} #top .menu-item-search-dropdown > a,#searchform #searchsubmit,.av_ajax_search_image,.iconfont{font-size:17px} #top #menu-item-search.menu-item-search-dropdown>a{border-left:none} #top #menu-item-search:hover>a{background:transparent;color:inherit} .avia-search-tooltip{position:absolute;z-index:9999999;padding:0;width:300px;top:85% !important;margin-left:-120px;border-radius:2px;box-shadow:0px 3px 13px 0px rgba(0,0,0,0.2);border-width:1px;border-style:solid} .avia-search-tooltip .avia-arrow-wrap{width:20px;height:20px;position:absolute;top:-20px;right:10px;margin-left:-10px;overflow:hidden} .avia-arrow{height:10px;width:10px;position:absolute;top:-6px;left:50%;margin-left:-5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-width:1px;border-style:solid;visibility:hidden\\9} .avia-search-tooltip .avia-arrow{top:15px} #top #searchform{margin:0;padding:0}#top #searchform>div{position:relative;max-width:300px}#top .widget #searchform>div{margin:0;max-width:100%}#top #searchform br{display:none}#top #s{width:100%;position:relative;padding:11px 47px 11px 5px;z-index:1;margin:0;box-shadow:none}#top #searchsubmit,.ajax_load{width:40px;height:100%;line-height:40px;padding:0;position:absolute;right:0;top :0;z-index:2;margin:0;border-radius:0;min-width:40px} .avia_mobile #top #searchsubmit,.avia_mobile .ajax_load{height:41px} .avia-search-tooltip #searchform>div{margin:16px} .ajax_load{z-index:5} .ajax_load_inner{background:url(\'http://cs1.noappname.net/wp-content/themes/enfold/images/layout/loading.gif\') no-repeat scroll center center #fff;opacity:0.5;position:absolute;top:0;left:0;right:0;bottom:0} #top #searchform .ajax_search_response{line-height:1.4em;font-size:12px;margin:0} .ajax_search_response h4{padding:20px 16px 2px 16px;font-size:14px;margin:0} .ajax_search_response h4:first-child{padding-top:0px;border:none} #top div .av_ajax_search_entry{display:block;text-decoration:none;line-height:1.4em;font-size:12px;height:auto;padding:10px 16px;border-bottom-style:dashed;border-bottom-width:1px;clear:both;overflow:hidden;position:relative} #top div .av_ajax_search_entry:hover{background-color:rgba(0,0,0,0.04)} #top div .av_ajax_search_entry.with_image .av_ajax_search_image{background:transparent} .av_ajax_search_content{overflow:hidden;display:block} .av_ajax_search_title{display:block;font-weight:bold;text-transform:uppercase} .ajax_not_found .av_ajax_search_title{text-transform:none} .av_ajax_search_image{height:32px;line-height:32px;text-align:center;width:32px;float:left;margin-right:8px;border-radius:40px;overflow:hidden;font-size:15px} .av_ajax_search_image img{display:block;border:none;max-width:100%;min-height:32px;min-width:32px} .ajax_search_excerpt{font-size:12px;line-height:1.4em;display:block;margin-top:3px;font-style:italic} #top div .av_ajax_search_entry_view_all{text-align:center;font-weight:bold;border:none} #top div .ajax_not_found,#top div .av_ajax_search_entry.ajax_not_found:hover{border:none;background:transparent} .title_container{position:relative} #top .title_container .container{padding-top:10px;padding-bottom:10px;min-height:56px} .title_container .main-title{margin:0;font-size:16px;position:relative;z-index:2;min-height:36px;line-height:2.3em;top:0;font-weight:400} .title_container .main-title a{text-decoration:none} .title_meta,#top .portfolio-entry .title_meta{display:block;clear:both;position:relative;z-index:1;margin-top:-1em;padding:0} .title_meta p{margin:1.3em 0 0 0} .title_container .breadcrumb{z-index:10;line-height:15px;font-size:11px;position:absolute;right:50px;top:50%;margin-top:-7px} .breadcrumb a{text-decoration:none}.breadcrumb a:hover{text-decoration:underline} .breadcrumb-trail .trail-before,.breadcrumb-trail .trail-end,.breadcrumb-trail .sep,.breadcrumb-trail a,.breadcrumb-trail .bbp-breadcrumb-current{display:block;float:left;padding:0px 3px} .breadcrumb-trail span,.bbp-breadcrumb-current a{display:inline;padding:0;float:none} .breadcrumb .sep{display:block;overflow:hidden;width:8px} #top.avia-blank #wrap_all #main{padding-top:0 !important;margin:0}#top.avia-blank #wrap_all #main .container{padding-top:0 !important} #top.avia-blank{height:100%;position:absolute;width:100% !important;margin:0;display:table;vertical-align:middle;float:none;top:0;left:0;table-layout:fixed} #top.boxed.avia-blank{max-width:100% !important} #top.boxed.avia-blank .container{margin:0 auto} #top.avia-blank #wrap_all{display:table-cell;float:none;vertical-align:middle} #top.avia-blank #wrap_all #main{padding:0} #top.avia-blank #main .container_wrap:last-child{border-bottom-style:solid;border-bottom-width:1px} #top.avia-blank #main .container_wrap:first-child{border-top-style:solid;border-top-width:1px} .av-frame{position:fixed;z-index:600} .html_av-framed-box .av-frame.av-frame-vert{left:0;width:100%;top:0} .html_av-framed-box .av-frame.av-frame-hor{top:0;height:100%;left:0} .html_av-framed-box .av-frame.av-frame-bottom{top:auto;bottom:0} .html_av-framed-box .av-frame.av-frame-right{left:auto;right:0} .html_av-framed-box.html_av_admin_bar_active .av-frame.av-frame-top{margin-top:32px} .html_header_top.html_header_sticky.html_av-framed-box #header{left:0} .html_header_top.html_header_sticky.html_av-framed-box #header_main,.html_header_top.html_header_sticky.html_av-framed-box #header_meta{margin:0 50px} #top .social_bookmarks{height:30px;z-index:150;-webkit-backface-visibility:hidden;margin:0 0 0 -9px} #top .social_bookmarks li{height:100%;float:left;padding:0;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;border-right-style:solid;border-right-width:1px;display:block;width:30px} #top #header .social_bookmarks li:last-child{border-right-style:none;border-right-width:0} #top .social_bookmarks li a{float:left;width:30px;line-height:30px;display:block;margin:0px;outline:none;padding:0;min-height:30px;height:100%;overflow:visible;z-index:2;position:relative;text-align:center} #top #wrap_all .social_bookmarks,#top #wrap_all .social_bookmarks a,#top #wrap_all .social_bookmarks li{background:transparent} #top #wrap_all .social_bookmarks li a:hover{text-decoration:none} #top #wrap_all .av-social-link-rss:hover a{color:#fff;background-color:#ffa133}#top #wrap_all .av-social-link-facebook:hover a{color:#fff;background-color:#37589b}#top #wrap_all .av-social-link-twitter:hover a{color:#fff;background-color:#46d4fe}#top #wrap_all .av-social-link-whatsapp:hover a{color:#fff;background-color:#00e676}#top #wrap_all .av-social-link-mail:hover a{color:#fff;background-color:#9fae37}#top #wrap_all .av-social-link-dribbble:hover a{color:#fff;background-color:#e44885}#top #wrap_all .av-social-link-linkedin:hover a{color:#fff;background-color:#419cca}#top #wrap_all .av-social-link-search:hover a{color:#fff;background-color:#222222}#top #wrap_all .av-social-link-gplus:hover a{color:#fff;background-color:#de5a49}#top #wrap_all .av-social-link-behance:hover a{color:#fff;background-color:#008cfa}#top #wrap_all .av-social-link-flickr:hover a{color:#fff;background-color:#ff0086}#top #wrap_all .av-social-link-forrst:hover a{color:#fff;background-color:#234317}#top #wrap_all .av-social-link-myspace:hover a{color:#fff;background-color:#000000}#top #wrap_all .av-social-link-tumblr:hover a{color:#fff;background-color:#345574}#top #wrap_all .av-social-link-vimeo:hover a{color:#fff;background-color:#31baff}#top #wrap_all .av-social-link-youtube:hover a{color:#fff;background-color:#a72b1d}#top #wrap_all .av-social-link-pinterest:hover a{color:#fff;background-color:#cb2027}#top #wrap_all .av-social-link-skype:hover a{color:#fff;background-color:#12a5f4}#top #wrap_all .av-social-link-instagram:hover a{color:#fff;background-color:#a67658}#top #wrap_all .av-social-link-five_100_px:hover a{color:#fff;background-color:#222222}#top #wrap_all .av-social-link-soundcloud:hover a{color:#fff;background-color:#F76700}#top #wrap_all .av-social-link-xing:hover a{color:#fff;background-color:#006567}#top #wrap_all .av-social-link-vk:hover a{color:#fff;background-color:#597BA5}#top #wrap_all .av-social-link-reddit:hover a{color:#fff;background-color:#FF4500}#top #wrap_all .av-social-link-yelp:hover a{color:#fff;background-color:#d32323} #top .av-section-bottom-logo .social_bookmarks,.html_bottom_nav_header #top .av-logo-container .social_bookmarks{position:absolute;top:50%;margin-top:-15px;right:0}.html_bottom_nav_header .main_menu .social_bookmarks{display:none} .html_cart_at_menu #top .av-section-bottom-logo .social_bookmarks,.html_bottom_nav_header.html_cart_at_menu #top .av-logo-container .social_bookmarks{left:0;right:auto} #top .av-logo-container .social_bookmarks li{border:none} #top .av-logo-container .social_bookmarks li a{border-radius:100px} .sub_menu{float:left;z-index:2;font-size:11px;line-height:30px;position:relative;top:10px} #top .sub_menu>ul{float:left;margin:0} #top .sub_menu>ul,#top .sub_menu>ul>li{background:transparent} .sub_menu li{float:left;position:relative;padding:0 10px;border-right-style:solid;border-right-width:1px;line-height:10px} .sub_menu>ul>li>a,.sub_menu>div>ul>li>a{text-decoration:none;font-weight:bold;padding:7px 0} #top .sub_menu li ul{display:none;position:absolute;width:170px;padding:4px 0;z-index:101;box-shadow:0 8px 15px rgba(0,0,0,0.1);left:-50%;margin:0;border-style:solid;border-width:1px;top:19px} #top .sub_menu li:hover>ul{display:block} .sub_menu>ul>li:hover>a{text-decoration:underline} .sub_menu li li{float:none;line-height:20px;border:none;padding:0 0;margin:0} #top .sub_menu li li a{width:100%;height:auto;text-align:left;line-height:23px;padding:6px 18px;font-size:12px;min-height:23px;max-width:none;text-decoration:none;display:block;border-top-style:dashed;border-top-width:1px} #top .sub_menu li li:first-child > a{border:none} #top .sub_menu li li a:hover{text-decoration:none;background:#f8f8f8} #top .sub_menu li li ul{top:-1px;left:-169px;background:none;padding:0} .pointer_arrow{border-style:solid;border-width:1px} .content,.sidebar{padding-top:50px;padding-bottom:50px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;min-height:1px;z-index:1} .content:hover,.sidebar:hover{z-index:1} #top #main .sidebar{border-left-style:solid;border-left-width:1px;margin-left:0;float:none;width:auto;overflow:hidden;display:block;clear:none} .inner_sidebar{margin-left:50px} .content{border-right-style:solid;border-right-width:1px;margin-right:-1px} .content .entry-content-wrapper{padding-right:50px} #top #main .sidebar_left .sidebar{border-right-style:solid;border-right-width:1px;border-left:none} .sidebar_left .inner_sidebar{margin-right:50px;margin-left:0} .sidebar_left .content{float:right;border-left-style:solid;border-left-width:1px;border-right:none;margin-right:-50px;margin-left:-1px;padding-left:50px} .fullsize .content{margin:0;border:none} .fullsize .content .entry-content-wrapper{padding-right:0} .container .minor-meta{font-size:0.9em} .post{clear:both;width:100%;float:left;position:relative} .rounded-container,.rounded-container img{border-radius:111px;overflow:hidden;display:block;position:relative;z-index:2} .rounded-container{float:left;width:81px;height:81px;text-align:center;line-height:81px} .rounded-container .iconfont,.small-preview .iconfont{font-size:23px;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1} .entry-content-wrapper .post-title{font-size:21px;line-height:1.3em} .pagination{clear:both;padding:10px 0px 50px 0;position:relative;z-index:3;line-height:13px;overflow:hidden} .pagination span,.pagination a{display:block;float:left;font-size:11px;line-height:13px;padding:2px 9px 1px 9px;text-decoration:none;width:auto} #top .pagination .current,#top .pagination a,#top .fullsize .template-blog .pagination a{float:left;height:35px;width:35px;line-height:35px;text-align:center;padding:0;border-radius:100px;margin-right:3px;box-shadow:0px 0px 1px 0px rgba(0,0,0,0.2)} .pagination .current{font-size:11px;padding:1px 9px 1px 9px;font-weight:bold} .pagination .pagination-meta{float:right;line-height:35px} #top .avia-post-nav{position:fixed;height:110px;top:50%;background:#aaa;background:rgba(0,0,0,0.1);color:#fff;margin-top:-55px;padding:15px;text-decoration:none;z-index:501;-webkit-transform:translate3d(0,0,0)} #top .avia-post-nav:hover{background:#222;background:rgba(0,0,0,0.8)} .avia-post-nav .label{position:absolute;top:50%;height:22px;line-height:22px;margin-top:-11px;font-size:24px}.avia-post-nav .entry-image{height:80px;width:80px;display:block}.avia-post-nav .entry-image img{border-radius:100px;display:block} .avia-post-prev{left:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.avia-post-prev .label{left:10px} .avia-post-next{right:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.avia-post-next .label{right:10px}.avia-post-next.with-image{text-align:right} .avia-post-nav .entry-info{display:block;height:80px;width:220px;display:table} .avia-post-next .entry-info{margin:0 20px 0 1px}.avia-post-prev .entry-info{margin:0 1px 0 20px} .avia-post-nav .entry-info span{display:table-cell;vertical-align:middle;font-size:13px;line-height:1.65em}.avia-post-nav .entry-info-wrap{width:1px;overflow:hidden;display:block}.avia-post-nav:hover .entry-info-wrap{width:240px} .pagination_split_post{clear:both;padding-top:20px} .no_sidebar_border#top #main .sidebar,.no_sidebar_border .content{border-left:none;border-right:none} .sidebar_shadow#top #main .sidebar,.sidebar_shadow .content{border-left:none;border-right:none} .sidebar_shadow#top #main .sidebar_right.av-enable-shadow{box-shadow:inset 25px 0 25px -25px #e9e9eb}.sidebar_shadow .sidebar_right .content.av-enable-shadow{box-shadow:25px 0 25px -25px #e9e9eb} .sidebar_shadow#top #main .sidebar_left.av-enable-shadow{box-shadow:inset -25px 0 25px -25px #e9e9eb}.sidebar_shadow .sidebar_left .content.av-enable-shadow{box-shadow:-25px 0 25px -25px #e9e9eb} .template-page .entry-content-wrapper h1,.template-page .entry-content-wrapper h2{text-transform:uppercase;letter-spacing:1px} .extra-mini-title{padding-bottom:20px} .page-heading-container{position:relative;margin-bottom:40px;padding:0 0 44px 0;border-bottom-width:1px;border-bottom-style:solid;padding-right:50px} .fullsize .page-heading-container{padding-right:0} .page-thumb img{border-radius:3px} .template-page .template-blog .entry-content-wrapper h1,.template-page .template-blog .entry-content-wrapper h2{text-transform:none;letter-spacing:0} .content .entry-content-wrapper .entry-content-wrapper{padding-right:0;padding-left:0} .content .entry-content-wrapper .entry-content-wrapper .big-preview.single-big{padding:0 0 10px 0} .template-search #searchform>div{max-width:100%;margin-bottom:0} #top .template-search.content .entry-content-wrapper{padding-bottom:40px;padding-left:55px;font-size:13px;clear:both} .template-search .pagination{padding:1px 50px 10px 55px} .template-search .entry-content-wrapper .post-title{font-size:19px}#top .template-search .entry-content-wrapper .post-title a:hover{text-decoration:underline} .search-result-counter{position:absolute;left:0;top:1px;box-shadow:0px 0px 1px 0px rgba(0,0,0,0.2);height:44px;line-height:24px;padding:10px;text-align:center;border-radius:100px;width:44px} #top #search-fail{padding-left:0}#top #search-fail #searchform{padding-bottom:40px} .template-search .post-entry{position:relative;clear:both} .page-heading-container .author_description{overflow:hidden} .template-author .content .post .entry-content-wrapper{padding-bottom:40px;font-size:1em;line-height:1.65em} .template-author .pagination{padding:1px 50px 10px 0} .template-author .entry-content-wrapper .post-title{font-size:19px}#top .template-author .entry-content-wrapper .post-title a:hover{text-decoration:underline} .author-extra-border{display:block;position:absolute;bottom:-1px;width:600%;right:0;border-bottom-width:1px;border-bottom-style:solid} .fullsize .author-extra-border{right:auto;left:-100%}.template-author .post-entry{position:relative;clear:both} .template-archives .tab_inner_content li{width:48%;float:left;clear:none;margin:0 2% 0 0 ;list-style-position:inside} .template-archives .relThumWrap img,.template-archives .relThumWrap span{width:100%;text-decoration:none}.template-archives .relThumbTitle{display:block;clear:both} #top .fullsize .template-blog .tag-page-post-type-title{font-size:50px;text-transform:uppercase} .archive .category-term-description:empty{display:none} .archive .category-term-description{margin-bottom:25px} .widgettitle{font-weight:600;text-transform:uppercase;letter-spacing:1px;font-size:1.1em} .widget{clear:both;position:relative;padding:30px 0 30px 0;float:none} #footer .widget{padding:0;margin:30px 0 30px 0;overflow:hidden} #top .widget ul{padding:0;margin:0;width:100%;float:left} #top #footer .widget ul{float:none} .widget li{clear:both} .widget ul ul li,.widget ul ol li,.widget ol ol li,.widget ol ul li{margin-bottom:0} #mc_embed_signup .clear{visibility:visible;overflow:visible;height:auto} #footer{padding:15px 0 30px 0;z-index:1} #socket .container{padding-top:15px;padding-bottom:15px} #socket{font-size:11px;margin-top:-1px;z-index:1}#socket .menu{margin-top:6px}#socket .sub_menu_socket{float:right;margin:0}#socket .sub_menu_socket div{overflow:hidden}#socket .sub_menu_socket li{float:left;display:block;padding:0 10px;border-left-style:solid;border-left-width:1px;line-height:10px}#socket .sub_menu_socket li:first-child{border:none}#socket .sub_menu_socket li:last-child{padding-right:0} #socket .copyright{float:left} #scroll-top-link{position:fixed;border-radius:2px;height:50px;width:50px;line-height:50px;text-decoration:none;text-align:center;opacity:0;right:50px;bottom:50px;z-index:1030;visibility:hidden} #av-cookie-consent-badge{position:fixed;border-radius:2px;height:30px;width:30px;line-height:30px;text-decoration:none;text-align:center;opacity:0;right:50px;bottom:50px;z-index:1030;visibility:hidden} #scroll-top-link.avia_pop_class,#av-cookie-consent-badge.avia_pop_class{opacity:0.7;visibility:visible} #socket .social_bookmarks{float:right;margin:-10px 0 0 30px;position:relative}#socket .social_bookmarks li{border-radius:300px;border:none;overflow:hidden;top:5px;position:relative}#socket .social_bookmarks li a{border-radius:300px}#socket .avia-bullet,#socket .avia-menu-fx{display:none} .small-preview,.avia-post-nav .entry-info-wrap,.avia-post-nav,.avia-menu-fx,.team-social,.button,.related-format-icon,.avia-slideshow-controls a,#top .social_bookmarks li a,.fallback-post-type-icon,#scroll-top-link,#av-cookie-consent-badge,.avia-slideshow-button{-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out} .main_menu a,.pagination a{-webkit-transition:color 0.15s ease-out;transition:color 0.15s ease-out;-webkit-transition:background 0.15s ease-out;transition:background 0.15s ease-out} .avia_pop_class,.avia-search-tooltip{-webkit-animation:avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_pop 0.3s 1 cubic-bezier(0.175,0.885,0.320,1.275)} a:hover .image-overlay .image-overlay-inside{-webkit-animation:avia_pop_small 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_pop_small 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275)} @-webkit-keyframes avia_pop{0%{-webkit-transform:scale(0.8)} 100%{-webkit-transform:scale(1)}}@keyframes avia_pop{0%{transform:scale(0.8)} 100%{transform:scale(1)}} @-webkit-keyframes avia_pop_small{0%{-webkit-transform:rotate(-175deg) scale(0.2)} 100%{-webkit-transform:rotate(0deg) scale(1)}}@keyframes avia_pop_small{0%{transform:rotate(-175deg) scale(0.2)} 100%{transform:rotate(0deg) scale(1)}} @-webkit-keyframes avia_pop_loader{0%{-webkit-transform:rotate(0deg) scale(0.2) } 100%{-webkit-transform:rotate(720deg) scale(1)}}@keyframes avia_pop_loader{0%{transform:rotate(0deg) scale(0.2)} 100%{transform:rotate(720deg) scale(1)}} @-webkit-keyframes avia_shrink{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)} 75%{opacity:0.7} 100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}} @keyframes avia_shrink{0%{opacity:0;-webkit-transform:scale(1);transform:scale(1)} 75%{opacity:0.7} 100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}} @-webkit-keyframes av-load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes av-load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)} 100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}} @media only screen and (min-width:1140px){} @media only screen and (max-width:989px){.responsive.html_header_sidebar #top #header{width:27%} .responsive.html_header_left #main{margin-left:27%} .responsive.html_header_right #main{margin-right:27%} .responsive.html_header_sidebar #header .av-main-nav{padding:4% 0} .responsive.html_header_sidebar #header .av-main-nav > li{margin:0 10%} .responsive.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text{font-size:14px} .responsive.html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext{font-size:11px} .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area .widget{padding:10%} .responsive.html_header_sidebar .logo{padding:10%} .responsive.html_mobile_menu_tablet #top .av_header_transparency.av_alternate_logo_active .logo a > img{opacity:1} .responsive.html_mobile_menu_tablet #top .av_header_transparency .logo img.alternate{display:none} .responsive .av-frame{display:none} .responsive.html_av-framed-box{padding:0} .responsive.html_header_top.html_header_sticky.html_av-framed-box #header_main,.responsive.html_header_top.html_header_sticky.html_av-framed-box #header_meta{margin:0 auto} .responsive #top .avia-post-prev{left:0px} .responsive #top .avia-post-next{right:0px} .responsive.html_av-framed-box.html_av-overlay-side .av-burger-overlay-scroll{right:0} .responsive .avia-cookie-consent .container{padding:0} .responsive .avia-cookie-consent a.avia_cookie_infolink,.responsive .avia-cookie-consent p{display:block;margin-right:0} .responsive .avia-cookie-consent-button{margin:0.5em} .responsive .av-framed-box .avia-cookiemessage-top,.responsive .av-framed-box .avia-cookiemessage-bottom{width:100% !important;left:0 !important} .responsive .av-framed-box .avia-cookiemessage-bottom{bottom:0 !important} .responsive .av-framed-box .avia-cookiemessage-top{top:0 !important} .responsive .avia-cookiemessage-top-left,.responsive .avia-cookiemessage-bottom-left,.responsive .avia-cookiemessage-top-right,.responsive .avia-cookiemessage-bottom-right{width:35%}} @media only screen and (min-width:768px) and (max-width:989px){.responsive .main_menu ul:first-child > li > a{padding:0 10px} .responsive #top .header_bg{opacity:1;filter:alpha(opacity=100)} .responsive #main .container_wrap:first-child{border-top:none} .responsive .logo{float:left} .responsive .logo img{margin:0} .responsive.html_top_nav_header.html_mobile_menu_tablet #top .social_bookmarks{right:50px} .responsive.html_top_nav_header.html_mobile_menu_tablet #top #wrap_all #main{padding-top:0} .responsive.js_active .avia_combo_widget .top_tab .tab{font-size:10px} .responsive.js_active .avia_combo_widget .news-thumb{display:none} .responsive #top #wrap_all .grid-sort-container .av_one_sixth{width:33.3%;margin-bottom:0} .responsive body.boxed#top,.responsive.html_boxed.html_header_sticky #top #header,.responsive.html_boxed.html_header_transparency #top #header{max-width:100%} .responsive.html_header_top.html_header_sticky.html_bottom_nav_header.html_mobile_menu_tablet #main{padding-top:88px} .responsive.html_header_top.html_header_sticky.html_bottom_nav_header.html_top_nav_header.html_mobile_menu_tablet #main{margin-top:0} .responsive #top .av-hide-on-tablet{display:none !important} .responsive.html_mobile_menu_tablet .av-burger-menu-main{display:block} .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu{top:0;left:auto;right:0;display:block} .responsive.html_logo_right #top #wrap_all .av_mobile_menu_tablet .main_menu{top:0;left:0;right:auto} .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item{display:none} .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special{display:block} .responsive #top #wrap_all .av_mobile_menu_tablet .menu-item-search-dropdown > a{font-size:24px} .responsive #top .av_mobile_menu_tablet #header_main_alternate{display:none} .responsive.html_mobile_menu_tablet #top #wrap_all #header{position:relative;width:100%;float:none;height:auto;margin:0 !important;opacity:1;min-height:0} .responsive.html_mobile_menu_tablet #top #header #header_meta .social_bookmarks{display:none} .responsive.html_mobile_menu_tablet #top .av-logo-container .social_bookmarks{display:none} .responsive.html_mobile_menu_tablet #top .av-logo-container .main_menu .social_bookmarks{display:block;position:relative;margin-top:-15px;right:0} .responsive.html_logo_center.html_bottom_nav_header .av_mobile_menu_tablet .avia-menu.av_menu_icon_beside{height:100%} .responsive.html_mobile_menu_tablet #top #wrap_all .menu-item-search-dropdown > a{font-size:24px} .responsive.html_mobile_menu_tablet #top #main .av-logo-container .main_menu{display:block} .responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky #top #wrap_all #main{padding-top:88px} .responsive.html_mobile_menu_tablet.html_header_top #top #main{padding-top:0 !important;margin:0} .responsive.html_mobile_menu_tablet.html_top_nav_header.html_header_sticky #top #wrap_all #main{padding-top:0} .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a,.responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container{height:90px;line-height:90px} .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a{min-width:0;padding:0 0 0 20px;margin:0;border-style:none;border-width:0} .responsive.html_mobile_menu_tablet #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style:solid;border-right-width:1px;padding-right:25px} .responsive.html_mobile_menu_tablet #top #header .av-main-nav > li > a,.responsive #top #header .av-main-nav > li > a:hover{background:transparent;color:inherit} .responsive.html_mobile_menu_tablet.html_top_nav_header .av-logo-container .inner-container{overflow:visible}} @media only screen and (max-width:767px){.responsive .template-archives .tab_inner_content li{width:98%} .responsive .template-blog .blog-meta,.responsive .post_author_timeline,.responsive #top #main .sidebar{display:none} .responsive #top #main .sidebar.smartphones_sidebar_active{display:block;text-align:left;border-left:none;border-right:none;border-top-style:dashed;border-top-width:1px;width:100%;clear:both} .responsive #top #main .sidebar.smartphones_sidebar_active .inner_sidebar{margin:0} .responsive .content .entry-content-wrapper{padding:0} .responsive .content{border:none} .responsive .template-blog .post_delimiter{margin:0 0 30px 0;padding:30px 0 0 0} .responsive .big-preview{padding:0 0 10px 0} .responsive .related_posts{padding:20px 0} .responsive .comment_content{padding-right:0;padding-left:0} .responsive .fullsize div .template-blog .entry-content-wrapper{text-align:left;font-size:14px;line-height:24px} .responsive #top .fullsize .template-blog .post .entry-content-wrapper > *{max-width:100%} .responsive #top .avia-post-nav{display:none} .responsive #top .av-related-style-full .no_margin.av_one_half.relThumb{display:block;width:100%;clear:both} .responsive .title_container .breadcrumb{left:-2px} .responsive .title_container .main-title + .breadcrumb{position:relative;right:auto;top:-6px;margin:0;left:-2px} .responsive .pagination{padding-left:0;padding-right:0} .responsive #top .av-hide-on-mobile,.responsive #top .av-hide-on-tablet{display:none !important} .responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img{opacity:1} .responsive #top .av_header_transparency .logo img.alternate{display:none} .responsive #top #wrap_all #header{position:relative;width:100%;float:none;height:auto;margin:0 !important;opacity:1;min-height:0} .responsive #top #main{padding-top:0 !important;margin:0} .responsive #top #main .container_wrap:first-child{border-top:none} .responsive.html_header_top.html_logo_center .logo{left:0%;-webkit-transform:translate(0%,0);-ms-transform:translate(0%,0);transform:translate(0%,0);margin:0} .responsive .phone-info{float:none;width:100%;clear:both;text-align:center} .responsive .phone-info span{margin:0;padding:0;border:none} .responsive.html_header_top #header_main .social_bookmarks ,.responsive.html_top_nav_header #top .social_bookmarks{width:auto;margin-top:-16px} .responsive #top .logo{position:static;display:table;height:80px !important;float:none;padding:0;border:none;width:80%} .responsive .logo a{display:table-cell;vertical-align:middle} .responsive .logo img{height:auto !important;width:auto;max-width:100%;display:block;max-height:80px} .responsive #header_main .container{height:auto !important} .responsive #top .header_bg{opacity:1;filter:alpha(opacity=1)} .responsive.social_header .phone-info{text-align:center;float:none;clear:both;margin:0;padding:0} .responsive.social_header .phone-info span{border:none;width:100%;text-align:center;float:none;clear:both;margin:0;padding:0} .responsive #header_meta .social_bookmarks li{border-style:solid;border-width:1px;margin-bottom:-1px;margin-left:-1px} .responsive #top #header_meta .social_bookmarks li:last-child{border-right-style:solid;border-right-width:1px} .responsive #header .sub_menu,.responsive #header_meta .sub_menu>ul{float:none;width:100%;text-align:center;margin:0 auto;position:static} .responsive #header .social_bookmarks{padding-bottom:2px;width:100%;text-align:center;height:auto;line-height:0.8em;margin:0} .responsive #header_meta .sub_menu>ul>li{float:none;display:inline-block;padding:0 10px} .responsive #header .social_bookmarks li{float:none;display:inline-block} .responsive.bottom_nav_header #header_main .social_bookmarks{position:relative;top:0;right:0;margin:10px auto;clear:both} .responsive.bottom_nav_header.social_header .main_menu>div{height:auto} .responsive .logo img{margin:0} .responsive.html_header_sidebar #top #header .social_bookmarks{display:none} .responsive body.boxed#top,.responsive.html_boxed.html_header_sticky #top #header{max-width:100%} .responsive.html_header_transparency #top .avia-builder-el-0 .container,.responsive.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption{padding-top:0} .responsive #top .av_phone_active_right .phone-info.with_nav span{border:none} .responsive #top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a,.responsive #top #wrap_all .av_header_transparency .sub_menu > ul > li > a,.responsive #top .av_header_transparency #header_main_alternate,.responsive .av_header_transparency #header_main .social_bookmarks li a,.responsive #top #wrap_all .av_header_transparency .phone-info.with_nav span,.responsive #top .av_header_transparency #header_meta,.responsive #top .av_header_transparency #header_meta li,.responsive #top #header_meta .social_bookmarks li a{color:inherit;border-color:inherit;background:inherit} .responsive.html_top_nav_header .av-logo-container{height:auto} .responsive.html_top_nav_header .av-section-bottom-logo{border-bottom-style:solid;border-bottom-width:1px} .responsive .av-burger-menu-main{display:block} .responsive #top #wrap_all .main_menu{top:0;height:80px;left:auto;right:0;display:block;position:absolute} .responsive .main_menu ul:first-child > li a{height:80px;line-height:80px} .responsive #top .av-main-nav .menu-item{display:none} .responsive #top .av-main-nav .menu-item-avia-special{display:block} .responsive #top #wrap_all .menu-item-search-dropdown > a{font-size:24px} .responsive #header_main_alternate{display:none} .responsive #top #header .social_bookmarks{display:none} .responsive #top #header .main_menu .social_bookmarks{display:block;position:relative;margin-top:-15px} .responsive #top .av-logo-container .avia-menu{height:100%} .responsive #top .av-logo-container .avia-menu > li > a{line-height:80px} .responsive #top #main .av-logo-container .main_menu{display:block} .responsive #top #main .av-logo-container .social_bookmarks{display:none} .responsive #top #main .av-logo-container .main_menu .social_bookmarks{display:block;position:relative} .responsive #top #main .av-logo-container .main_menu{display:block} .responsive #top #header_main > .container .main_menu .av-main-nav > li > a,.responsive #top #wrap_all .av-logo-container{height:80px;line-height:80px} .responsive #top #wrap_all .av-logo-container{padding:0} .responsive #top #header_main > .container .main_menu .av-main-nav > li > a{min-width:0;padding:0 0 0 20px;margin:0;border-style:none;border-width:0} .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{border-right-style:solid;border-right-width:1px;padding-right:25px} .responsive #top #header .av-main-nav > li > a,.responsive #top #header .av-main-nav > li > a:hover{background:transparent;color:inherit} .responsive.html_top_nav_header .av-logo-container .inner-container{overflow:visible} .responsive #top .related_entries_container .av_one_eighth{width:25%} .responsive #top .relThumb5{clear:both} .responsive.html_header_transparency #top .avia-builder-el-0 .container{padding-top:0px} .responsive.html_header_sidebar #header .avia-custom-sidebar-widget-area{display:none} .responsive.html_header_sidebar #main{border:none} .responsive.js_active #top .avia_combo_widget .top_tab .tab{border-top:1px solid;border-bottom:none;width:100%} .responsive.js_active #top .avia_combo_widget .news-wrap li{padding:5px} .tagcloud a{padding:8px 20px;margin:0 8px 8px 0} .widget li{line-height:1.8em;font-size:15px} .responsive #scroll-top-link{display:none} .responsive #socket .sub_menu_socket{display:block;float:none;width:100%;clear:both;margin:0 0 0 -15px} body.responsive.admin-bar .avia-cookiemessage-top,body.responsive.admin-bar .avia-cookiemessage-top-left,body.responsive.admin-bar .avia-cookiemessage-top-right{margin-top:46px} .responsive .avia-cookiemessage-top-left,.responsive .avia-cookiemessage-bottom-left,.responsive .avia-cookiemessage-top-right,.responsive .avia-cookiemessage-bottom-right{width:55%}} @media only screen and (min-width:480px) and (max-width:767px){.responsive #top #wrap_all .grid-sort-container.grid-total-odd .grid-entry.grid-loop-1{width:100%} .responsive #top #wrap_all .grid-sort-container .grid-entry{width:50%;margin-bottom:0} .responsive #top #wrap_all .portfolio-parity-odd{clear:both}} @media only screen and (max-width:479px){.responsive #top .related_entries_container .av_one_eighth{width:50%} .responsive #top .related_entries_container .av_one_eighth:nth-child(odd){clear:both} .responsive.html_header_top #header_main .social_bookmarks,.responsive.html_top_nav_header .social_bookmarks{display:none} .responsive .avia-menu.av_menu_icon_beside{padding:0;margin:0;border:none} .responsive #top #wrap_all #header .social_bookmarks,.responsive #top #wrap_all #main .av-logo-container .social_bookmarks{display:none} .responsive #top .av_seperator_big_border .avia-menu.av_menu_icon_beside{margin-right:0;padding-right:0;border:none} .responsive .avia-cookiemessage-top-left,.responsive .avia-cookiemessage-bottom-left,.responsive .avia-cookiemessage-top-right,.responsive .avia-cookiemessage-bottom-right{width:85% !important;left:7.5% !important;right:7.5% !important}}\";}s:20:\"avia-module-blog-css\";a:6:{s:4:\"name\";s:16:\"avia-module-blog\";s:3:\"url\";s:102:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css\";s:4:\"path\";s:77:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/blog/blog.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:19358:\".template-blog .blog-meta{float:left;margin-right:50px} .multi-big .post_author_timeline ,.single-small .post_author_timeline{position:absolute;top:0;left:40px;width:1px;height:100%;border-right-width:1px;border-right-style:dashed} .single-post .post_author_timeline{display:none} .sidebar_left .template-blog .blog-meta{float:right;margin-left:50px;margin-right:0} .sidebar_left .multi-big .post_author_timeline ,.sidebar_left .single-small .post_author_timeline{left:auto;right:40px} .sidebar_left .big-preview{padding:0 131px 10px 0} div .single-big .pagination{padding:1px 50px 10px 1px} .sidebar_left .author-extra-border{right:auto;left:-50px} #top .fullsize .template-blog .post-title{text-align:center;font-size:30px;padding:15px 0;max-width:800px;margin:0 auto}#top.single-post .fullsize .template-blog .post_delimiter{visibility:hidden}#top .fullsize .template-blog .post-meta-infos{text-align:center}#top .fullsize .template-blog .post .entry-content-wrapper{text-align:justify;font-size:1.15em;line-height:1.7em;max-width:800px;margin:0 auto;overflow:visible}#top .fullsize .template-blog .post .entry-content-wrapper > *{max-width:40em;margin-left:auto;margin-right:auto}#top .fullsize .template-blog .post_delimiter{border-bottom-width:1px;border-bottom-style:solid;width:3000px;left:-1500px;position:relative;max-width:3000px}#top .fullsize .template-blog .post_author_timeline{display:none}#top .fullsize .template-blog .blog-meta{float:none;margin:0 auto;display:block;position:relative;width:81px;overflow:hidden;text-align:center;z-index:1000} #top .av-alb-blogposts.template-blog div.post_delimiter{width:100%;left:0;position:relative} #top .fullsize .related_entries_container img{margin:0 auto}#top .fullsize .related_title{text-align:center}#top .fullsize .related_posts{padding:23px 0 33px 0} #top .fullsize .template-blog .big-preview{padding:0 0 10px 0}#top .fullsize .template-blog .first-quote{margin-top:15px}#top .fullsize .template-blog .big-preview.multi-big{margin-bottom:15px;padding:0;width:100%}#top .fullsize .template-blog .big-preview.multi-big a,.fullsize div .template-blog .big-preview.multi-big a img{width:100%}#top .fullsize .template-blog .big-preview img{width:100%} .fullsize .big-preview .avia-gallery{width:40em;max-width:100%;margin:0 auto} .fullsize .comment_content{padding-right:0}.fullsize .blog-tags{display:block} #top .fullsize .flex_column .template-blog .post-title,#top .fullsize .flex_column .template-blog .post-meta-infos{text-align:left}#top .fullsize .flex_column .big-preview .avia-gallery{width:100%}#top .fullsize .flex_column .template-blog .post .entry-content-wrapper > *{max-width:100%} .html_header_sidebar #top .fullsize .template-blog .multi-big .post-title,.html_header_sidebar #top .fullsize .template-blog .single-big .post-title{max-width:none;text-align:left}.html_header_sidebar #top .fullsize .template-blog .multi-big .post-meta-infos,.html_header_sidebar #top .fullsize .template-blog .single-big .post-meta-infos{text-align:left}.html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper{max-width:none}.html_header_sidebar #top .fullsize .template-blog .post .entry-content-wrapper > *{max-width:none} .post-meta-infos{font-size:0.9em;position:relative;top:-8px;display:block} .post-meta-infos a{text-decoration:none}.post-meta-infos a:hover{text-decoration:underline}.text-sep{padding:0 5px}.more-link{clear:both;display:inline-block} .big-preview{display:block;padding:0 50px 10px 131px} .template-page .big-preview{display:block;padding:0 0 10px 131px;text-align:center} .big-preview a{display:block;position:relative;overflow:hidden} .big-preview.single-big{padding:0 50px 10px 0} .entry-content-wrapper .big-preview.single-big{padding:0 0px 10px 0} .fullsize .big-preview.single-big{padding:0 0 10px 0} .post-loop-1 .big-preview{position:relative;z-index:4} .small-preview{width:81px;height:81px;overflow:hidden;border-radius:4px;float:left;margin:6px 0 0 0;position:relative;text-align:center;line-height:81px;position:relative;z-index:4;display:block} .small-preview img,.big-preview img{display:block;border-radius:4px;position:relative;z-index:4;width:100%} .single-post .single-small.with-slider .small-preview{width:180px;height:180px} .single-post .single-small.with-slider .post_author_timeline{display:none}#top.single-post .fullsize .single-small.with-slider .blog-meta{width:180px} .archive .av-content-full > .extra-mini-title{text-align:center}.archive .av-content-full .author-box{text-align:center} .av-content-full > .related_posts{max-width:1200px;margin-left:auto;margin-right:auto;float:none;clear:both}.av-content-full > .comment-entry{max-width:800px;margin-left:auto;margin-right:auto;float:none;clear:both} .template-blog .pagination{padding:1px 50px 10px 24px} .related_posts{position:relative;clear:both;width:100%;float:left;border-top-style:solid;border-top-width:1px;padding:23px 50px 33px 0;margin-bottom:30px}.related_posts:hover{z-index:9999}.related_title{margin-bottom:20px}.related_column{float:left;padding-right:3px}.related_posts img,.related_posts a{display:block;border-radius:2px;overflow:hidden;max-width:100%;margin:0 auto}.related_posts_default_image{border-width:1px;border-style:solid;display:block;float:left;border-radius:2px;min-height:60px;min-width:100%;max-width:100%}.related_posts_default_image img{visibility:hidden}.relThumb{text-align:center}.related_posts .av-related-title{display:none} .related_image_wrap{position:relative;display:block;float:left;width:100%;-webkit-backface-visibility:hidden}.avia-related-tooltip{position:absolute;z-index:9999999;padding:0;width:200px;border-radius:2px;box-shadow:0px 3px 13px 0px rgba(0,0,0,0.1);border-width:1px;border-style:solid;padding:15px;margin-top:-10px} .avia-related-tooltip .avia-arrow-wrap{top:auto;bottom:0;position:absolute;left:50%} .avia-related-tooltip .avia-arrow-wrap .avia-arrow{border-top:none;border-left:none;top:-4px} .related-format-icon{position:absolute;text-align:center;top:1px;left:1px;bottom:1px;right:1px;opacity:0;filter:alpha(opacity=0)}.related-format-icon-inner{position:absolute;height:30px;font-size:30px;line-height:30px;top:50%;margin-top:-15px;left:0;width:100%}.related-format-icon:hover{opacity:0.8;filter:alpha(opacity=80)}.related-format-visible{opacity:0.5 ;filter:alpha(opacity=50)} .sidebar_left .related_posts_sep{right:auto;left:0} .single-big + .related_posts.av-related-style-full{border-top:none;padding-top:0} .related_posts.av-related-style-full a{margin:2px 0;padding:6px;border-radius:3px;display:table;width:100%;text-decoration:none;text-align:left;border:1px solid transparent;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} .related_posts.av-related-style-full a:hover{border-width:1px;border-style:solid}.av-related-style-full .related-format-visible{opacity:1 ;filter:alpha(opacity=100)} #top .av-related-style-full .related_column{width:50%}#top .av-related-style-full .relThumb{text-align:left}#top .av-related-style-full .related-format-icon{width:58px;height:58px;bottom:auto;right:auto;border-radius:100px}#top .av-related-style-full .related_image_wrap{display:table-cell;float:none;background-color:transparent}#top .av-related-style-full .related_image_wrap,#top .av-related-style-full .related_image_wrap img,#top .av-related-style-full .related_image_wrap .related_posts_default_image{width:60px;height:60px;border-radius:100px}#top .av-related-style-full .av-related-title{text-decoration:none;display:table-cell;vertical-align:middle;padding:5px 15px;line-height:1.2em}.responsive .av-related-style-full .relThumb1,.responsive .av-related-style-full .relThumb3,.responsive .av-related-style-full .relThumb5{clear:both} .avia-post-format-image img{border-radius:3px}.avia-post-format-image{margin-bottom:10px} .entry-content-wrapper.gallery-content .avia-gallery{margin-bottom:10px} #top #wrap_all .big-preview + .big-preview{position:relative;top:-60px;background:transparent;margin:0 20px -40px 20px;z-index:550;width:auto} #top #wrap_all .big-preview.multi-big + .big-preview.multi-big{margin:0 20px -30px 20px} .flex_column .template-blog .post .entry-content-wrapper{} #top .flex_column .template-blog .post-title{font-size:1.3em} .flex_column .template-blog .post_delimiter{margin:0 0 20px 0;padding:20px 0 0 0} .flex_column .template-blog .single-big .pagination{padding:1px 0 10px 0} .flex_column .template-blog .big-preview.single-big{padding:0 0 10px 0} .flex_column .template-blog .post-meta-infos{margin-bottom:-13px} .html_elegant-blog #top .post-entry .post-title,.html_elegant-blog .avia-content-slider .slide-entry-title{text-align:center;font-size:30px;text-transform:uppercase;padding:0px 0 15px;letter-spacing:2px;line-height:1.3em;margin-bottom:10px} .html_elegant-blog #top .post-entry .post-title:hover,.html_elegant-blog .avia-content-slider .slide-entry-title:hover{opacity:0.7} .html_elegant-blog #top .post-entry .post-meta-infos,.html_elegant-blog .avia-content-slider .slide-meta{display:block;text-align:center;padding:10px 0;border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid;margin-top:40px;width:100%;clear:both;float:left} .html_elegant-blog #top .post-entry .blog-categories{text-align:center;display:block;font-weight:bold;position:relative} .html_elegant-blog #top .post-entry .minor-meta{text-transform:uppercase} .html_elegant-blog .post-entry .post-meta-infos .text-sep,.html_elegant-blog .post-entry .slide-meta .slide-meta-del{border-left-width:1px;border-left-style:solid;padding:0;display:inline-block;margin:0 10px;text-indent:-126px;overflow:hidden;vertical-align:bottom} .html_elegant-blog .av-vertical-delimiter{display:block;margin:0 auto;width:40px;border-top-width:3px;border-top-style:solid;padding-bottom:16px} .html_elegant-blog .entry-content-wrapper .big-preview.single-big{margin-top:20px} .html_elegant-blog .more-link{display:block;text-align:center;margin:30px auto 20px auto;clear:both;width:250px;border:none;border-style:solid;border-width:1px;padding:10px 0;border-radius:2px} .html_elegant-blog .more-link:hover{text-decoration:none} .more-link-arrow:after{content:\"\\E87d\";font-family:\'entypo-fontello\';font-size:10px;vertical-align:middle;padding:0 8px} .html_elegant-blog .more-link-arrow{display:none} .html_elegant-blog .multi-big .post_author_timeline,.html_elegant-blog .single-small .post_author_timeline{border-right-style:solid} .html_elegant-blog .blog-tags.minor-meta,.html_elegant-blog .av-share-link-description,.html_elegant-blog .related_title{display:block;text-align:center} .html_elegant-blog #top .big-preview{padding-left:0;padding-right:0} .html_elegant-blog .avia-content-slider .slide-entry-title{padding-top:15px;font-size:1.4em} .html_elegant-blog #top .avia-content-slider .blog-categories{top:15px} .html_elegant-blog .avia-content-slider .read-more-link{position:relative;top:18px;padding-bottom:10px} .html_elegant-blog .avia-content-slider .av-vertical-delimiter{position:relative;top:-5px} .html_elegant-blog .template-blog .post_delimiter{margin:0 0 20px 0;padding:20px 0 0 0} .html_elegant-blog .av-share-box{margin-bottom:0} .html_elegant-blog .template-author .extra-mini-title{display:none} .html_elegant-blog #top .template-search .post-title{text-align:left} .html_elegant-blog #top .template-search .blog-categories{display:none} .html_elegant-blog #top .template-search .entry-content-wrapper .post-title a:hover{text-decoration:none} .html_elegant-blog #top .template-search .post-entry .post-meta-infos{margin-top:-20px;text-align:left;border:none} .html_modern-blog #top .post-entry .post-title,.html_modern-blog .avia-content-slider .slide-entry-title{font-size:2em;text-align:left;letter-spacing:1px} .html_modern-blog #top .post-entry .blog-categories{text-align:left;font-weight:normal;font-size:0.8em;top:-25px} .html_modern-blog .av-vertical-delimiter{margin:0} .html_modern-blog #top .post-entry .post-meta-infos,.html_modern-blog .avia-content-slider .slide-meta{text-align:left;border:none;margin-top:15px;font-size:0.9em} .html_modern-blog .av-vertical-delimiter{display:none} .html_modern-blog .post-entry .post-meta-infos .text-sep,.html_modern-blog .post-entry .slide-meta .slide-meta-del{border:none;text-indent:0;opacity:0.3} .html_modern-blog .more-link{margin:30px 0 20px 0;display:inline;border:none;position:relative;top:-0.3em} .html_modern-blog .more-link .more-link-arrow{display:inline} .html_modern-blog .blog-tags.minor-meta,.html_modern-blog .av-share-link-description,.html_modern-blog .related_title{text-align:left} .html_modern-blog #top .template-page .big-preview{margin-top:0} #top .av-blog-meta-author-disabled .minor-meta.blog-author{display:none}#top .av-blog-meta-comments-disabled .minor-meta.comment-container,#top .av-blog-meta-comments-disabled .text-sep-comment{display:none}#top .av-blog-meta-category-disabled .minor-meta.blog-categories,#top .av-blog-meta-category-disabled .text-sep-cat{display:none} #top .av-blog-meta-date-disabled .minor-meta.date-container,#top .av-blog-meta-date-disabled .text-sep-date{display:none} #top .av-blog-meta-html-info-disabled .form-allowed-tags{display:none}#top .av-blog-meta-tag-disabled .blog-tags{display:none} #top .fullsize .template-blog.av_force_fullwidth.template-blog .post .entry-content-wrapper > *,#top .fullsize .template-blog.av_force_fullwidth .post .entry-content-wrapper{max-width:100%} #top .fullsize .template-blog.av_force_fullwidth .post-title{max-width:100%;padding-top:0;padding-bottom:0} .bloglist-simple .read-more-link{display:block;position:absolute;right:50px;top:50%;transform:translateY(-50%)} .av_force_fullwidth .bloglist-simple .read-more-link{right:0} .bloglist-simple .more-link{padding:0;margin:0;font-size:0;line-height:0;top:auto;width:30px;height:30px;display:block;border-width:2px;border-style:solid;border-radius:100%;text-decoration:none} .bloglist-simple .more-link:hover{text-decoration:none} .bloglist-simple .more-link-arrow{width:100%;height:100%;display:block} .bloglist-simple .more-link-arrow:after{font-size:10px;line-height:26px;display:block;padding:0;text-align:center} .bloglist-simple .read-more-link:hover{opacity:1} .template-blog .bloglist-simple .post_delimiter{border-bottom:1px solid rgba(0,0,0,0.15);margin:0;padding:0;clear:both} #top .fullsize .template-blog .bloglist-simple:last-of-type .post_delimiter{border-bottom-width:0} .bloglist-simple.post-entry{float:none} .bloglist-simple .entry-content-header{padding:25px 60px 25px 0} .av_force_fullwidth .bloglist-simple .entry-content-header{padding:25px 0 25px 0} #top .fullsize .template-blog .bloglist-simple .post-title,.bloglist-simple .entry-content-wrapper .post-title{font-size:17px;margin-bottom:0.1em;text-align:left} #top .fullsize .template-blog .bloglist-simple .post-meta-infos,.bloglist-simple .post-meta-infos{top:auto;position:static;text-align:left;margin-bottom:0} .bloglist-simple .pagination{padding:20px 50px 10px 0} .av_force_fullwidth .bloglist-simple .pagination{padding-right:0} @media only screen and (max-width:767px){.bloglist-simple .read-more-link{right:0}} .html_elegant-blog #top .bloglist-simple .entry-content-header{padding:0} .html_elegant-blog #top .bloglist-simple.post-entry{padding-top:20px;padding-bottom:20px} .html_elegant-blog #top .bloglist-simple.post-entry .post-title,.html_elegant-blog .avia-content-slider .bloglist-simple .slide-entry-title{text-align:left;font-size:26px;margin-bottom:0} .html_elegant-blog #top .bloglist-simple.post-entry .blog-categories{text-align:left} .html_elegant-blog #top .bloglist-simple.post-entry .post-meta-infos,.html_elegant-blog .avia-content-slider .bloglist-simple .slide-meta{text-align:left;margin-top:0;padding-right:60px;position:relative} .html_elegant-blog .template-blog .bloglist-simple .post_delimiter{margin:0;padding:0} .html_elegant-blog .read-more-link{right:0} .html_elegant-blog .template-blog .bloglist-simple .post_delimiter{display:none} .html_modern-blog #top .post-entry.bloglist-simple{border-bottom-width:1px;border-bottom-style:solid} .html_modern-blog #top .post-entry.bloglist-simple .blog-categories{top:auto;font-size:0.9em} .html_modern-blog #top .bloglist-simple.post-entry .post-meta-infos,.html_modern-blog .avia-content-slider .bloglist-simple .slide-meta{font-size:0.8em;padding-bottom:0} .bloglist-compact.post-entry{border-bottom-width:1px;border-bottom-style:dashed;padding:15px 0;float:none} .bloglist-compact.post-entry:last-of-type{border-bottom-width:0} .main_color .bloglist-compact .fallback-post-type-icon{position:relative;top:auto;left:auto;margin:0 0.5em 0 0 ;background:transparent;color:inherit;line-height:normal;font-size:1.3em;text-align:center;height:auto} #top .fullsize .template-blog .bloglist-compact .post-title,.bloglist-compact .post-title{display:inline;font-size:1em;font-weight:normal} .bloglist-compact .post_delimiter{display:none} .bloglist-compact .pagination{margin-top:2em;padding:20px 50px 10px 0} .av_force_fullwidth .bloglist-compact .pagination{padding-right:0} .html_elegant-blog #top .post-entry.bloglist-compact .post-title,.html_elegant-blog .avia-content-slider .bloglist-compact .slide-entry-title{display:inline;font-size:1em} .bloglist-excerpt .read-more-link{text-align:right;position:relative;margin-top:40px} .bloglist-excerpt .read-more-link:after{content:\"\";height:1px;border-top-style:solid;border-top-width:1px;border-color:inherit;display:block;width:100%;left:0;top:50%;position:absolute;z-index:1} .bloglist-excerpt .more-link{display:inline-block;border-width:1px;border-style:solid;border-radius:100px;padding:0 20px;text-transform:uppercase;font-size:0.8em;font-weight:bold;position:relative;z-index:2;background-color:#ffffff;color:inherit;line-height:2.1em;font-size:0.75em} .bloglist-excerpt .more-link:hover{text-decoration:none} .bloglist-excerpt .more-link-arrow{display:none} .template-blog .bloglist-excerpt .post_delimiter{margin:0 0 20px 0;padding:20px 0 0 0;border-color:transparent} .bloglist-excerpt .pagination{padding:20px 50px 10px 0} .av_force_fullwidth .bloglist-excerpt .pagination{padding-right:0} #top .fullsize .template-blog .bloglist-excerpt .post-title,.bloglist-excerpt .post-title{text-align:left} #top .fullsize .template-blog .bloglist-excerpt .post-meta-infos{text-align:left;margin-bottom:0;top:auto} #top .fullsize .template-blog .bloglist-excerpt .post_delimiter{border-bottom-width:0} .html_elegant-blog #top .bloglist-excerpt.post-entry .post-title,.html_elegant-blog .avia-content-slider .bloglist-excerpt .slide-entry-title{text-align:left;margin-bottom:0;font-size:26px} .html_elegant-blog #top .bloglist-excerpt.post-entry .post-meta-infos,.html_elegant-blog .avia-content-slider .bloglist-excerpt .slide-meta{text-align:left;margin-top:1em;margin-bottom:1em} .html_elegant-blog .bloglist-excerpt .more-link{margin:0;border-color:inherit;color:inherit} .html_elegant-blog .bloglist-excerpt .more-link:hover{color:initial} .html_modern-blog #top .bloglist-excerpt.post-entry .post-meta-infos,.html_modern-blog .avia-content-slider .bloglist-excerpt .slide-meta{text-align:left;margin:0} .html_modern-blog .bloglist-excerpt .more-link .more-link-arrow{display:none} @media only screen and (max-width:767px){.responsive #top .template-page .big-preview.multi-big{padding:0 0 10px 0}}\";}s:26:\"avia-module-postslider-css\";a:6:{s:4:\"name\";s:22:\"avia-module-postslider\";s:3:\"url\";s:114:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css\";s:4:\"path\";s:89:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:3128:\".avia-content-slider{margin:30px 0;clear:both}.avia-content-slider,.avia-content-slider-inner{position:relative;overflow:hidden;clear:both}.avia-content-slider .slide-entry-title{font-size:1.1em;line-height:1.4em;margin:0}.avia-content-slider .slide-image,.avia-content-slider .slide-image img{border-radius:3px;display:block;position:relative;-webkit-perspective:1000px;-webkit-backface-visibility:hidden;margin:0 auto}.avia-content-slider .slide-image{overflow:hidden;margin-bottom:6px;border-radius:3px}.avia-content-slider .slide-entry-excerpt{overflow:hidden;text-overflow:ellipsis} .avia-content-slider .slide-entry-wrap{width:100%;float:left;margin-bottom:40px}.avia-content-slider-active .slide-entry-wrap{position:absolute;top:0;visibility:hidden;margin:0}.avia-content-slider .slide-entry-wrap:first-child{position:relative}.avia-content-slider .slide-meta div,.avia-content-slider .slide-meta time{display:inline-block;font-size:0.9em}.avia-content-slider .slide-meta a{position:relative}.avia-content-slider .slide-meta{position:relative;padding-bottom:10px}.avia-content-slider .slide-meta-del{margin:0px 4px}.avia-content-slider.avia-builder-el-no-sibling{margin:0} .slider-fallback-image{visibility:hidden}.avia-content-slider .fake-thumbnail .slide-image{border-width:1px;border-style:solid;-webkit-perspective:1000px;-webkit-backface-visibility:hidden;min-height:70px}.fallback-post-type-icon{position:absolute;top:49%;left:50%;margin:-28px 0 0 -30px;height:60px;width:60px;line-height:59px;font-size:25px;text-align:center;border-radius:100px}.avia-content-slider .slide-image:hover .fallback-post-type-icon{opacity:0}.pagination-slider .pagination{padding:1px 0 10px 0} .avia_desktop .avia-content-slider .avia-slideshow-arrows a{opacity:0}#top .avia-content-slider:hover .avia-slideshow-arrows a{opacity:1} #top .avia-content-slider .avia-slideshow-arrows a{top:38%;margin:-30px 0 0} #top .avia-content-slider,#top .avia-content-slider-inner,#top .avia-content-slider-inner .slide-entry-wrap{-webkit-transform-style:flat;-webkit-backface-visibility:hidden} #top #wrap_all .avia-content-slider .audio-preview{margin-top:-36px;margin-bottom:-4px} #top .avia-content-slider .audio-preview .mejs-volume-button,#top .avia-content-slider .audio-preview .mejs-time{display:none} #top #wrap_all .mejs-controls a.mejs-horizontal-volume-slider{width:60px} .avia-safari .avia-content-slider,.avia-safari .avia-content-slider-inner,.avia-safari .avia-content-slider-inner .slide-entry-wrap{-webkit-perspective:0 !important} @media only screen and (max-width:767px){.responsive #top #wrap_all .slide-entry{width:48%;margin-left:4%} .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even{margin:0;clear:both} .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first{margin-left:0;width:100%} .responsive avia-content-slider .slide-image img{width:100%}} @media only screen and (max-width:479px){.responsive #top #wrap_all .avia-content-slider-odd .slide-entry{margin-left:0;clear:both;width:100%}}\";}s:22:\"avia-module-button-css\";a:6:{s:4:\"name\";s:18:\"avia-module-button\";s:3:\"url\";s:108:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css\";s:4:\"path\";s:83:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons/buttons.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:4029:\".avia-button-wrap{display:inline-block} .avia-button{color:#777;border-color:#e1e1e1;background-color:#f8f8f8} body div .avia-button{border-radius:3px;padding:10px;font-size:12px;text-decoration:none;display:inline-block;border-bottom-style:solid;border-bottom-width:1px;margin:3px 0;line-height:1.2em;position:relative;font-weight:normal;text-align:center;max-width:100%} .avia-button:hover{opacity:0.9}.avia-button:active{border-bottom-width:0px;border-top-width:1px !important;border-top-style:solid}.avia-button.avia-color-theme-color-subtle{background-image:none}.avia-button.avia-color-theme-color-subtle:hover{} .avia-button .avia_button_icon{position:relative;left:-0.3em;-webkit-perspective:1000px;-webkit-backface-visibility:hidden}.avia-button .avia_button_icon.avia_button_icon_right{left:0.3em}.avia-button.avia-icon_select-no .avia_button_icon{display:none} .avia-button.avia-color-grey,.avia-button.avia-color-grey:hover{background-color:#555;border-color:#333333;color:#fff}.avia-button.avia-color-black,.avia-button.avia-color-black:hover{background-color:#2c2c2c;border-color:#000;color:#fff}.avia-button.avia-color-red,.avia-button.avia-color-red:hover{background-color:#B02B2C;border-color:#8B2121;color:#fff}.avia-button.avia-color-orange,.avia-button.avia-color-orange:hover{background-color:#edae44;border-color:#CA9336;color:#fff}.avia-button.avia-color-green,.avia-button.avia-color-green:hover{background-color:#83a846;border-color:#6F8F3B;color:#fff}.avia-button.avia-color-blue,.avia-button.avia-color-blue:hover{background-color:#7bb0e7;border-color:#6693C2;color:#fff}.avia-button.avia-color-aqua,.avia-button.avia-color-aqua:hover{background-color:#4ecac2;border-color:#3EAAA3;color:#fff}.avia-button.avia-color-teal,.avia-button.avia-color-teal:hover{background-color:#5f8789;border-color:#3F5E5F;color:#fff}.avia-button.avia-color-purple,.avia-button.avia-color-purple:hover{background-color:#745f7e;border-color:#514358;color:#fff}.avia-button.avia-color-pink,.avia-button.avia-color-pink:hover{background-color:#d65799;border-color:#BB4B85;color:#fff}.avia-button.avia-color-silver,.avia-button.avia-color-silver:hover{background-color:#DADADA;border-color:#B4B4B4;color:#555} #top .avia-button.avia-color-light{color:#fff;border:3px solid #fff;background:transparent}#top .avia-button.avia-color-dark{color:#000;border:3px solid #000;color:rgba(0,0,0,0.6);border-color:rgba(0,0,0,0.6);background:transparent}.avia-button.avia-color-light:hover{opacity:0.7;color:#fff}.avia-button.avia-color-dark:hover{opacity:0.7;color:#000;color:rgba(0,0,0,0.6)} .avia-button.avia-color-theme-color-subtle{border-width:1px;border-style:solid} .avia-button-center{display:block;text-align:center;clear:both}.avia-button-right{display:block;float:right}.avia-button.avia-position-right{float:right;display:block}.avia-button.avia-position-left{float:left;display:block} .avia-button.avia-size-small{padding:9px 10px 7px;font-size:13px;min-width:80px} .avia-button.avia-size-medium{padding:12px 16px 10px;font-size:13px;min-width:90px} .avia-button.avia-size-large{padding:15px 30px 13px;font-size:13px;min-width:139px} .avia-button.avia-size-x-large{padding:25px 50px 23px;font-size:15px;min-width:200px} .av-icon-on-hover .avia_button_icon{width:0px;overflow:hidden;display:inline-block;height:1em;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;opacity:0}.av-icon-on-hover:hover .avia_button_icon{width:1.5em;opacity:1} #top .av-button-notext{min-width:0}#top .av-button-notext .avia_button_icon{left:0} .av-button-label-on-hover{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box} .av-button-label-on-hover.avia-button.avia-size-small{padding:0;line-height:30px;width:32px}.av-button-label-on-hover.avia-button.avia-size-medium{padding:0;line-height:36px;width:38px}.av-button-label-on-hover.avia-button.avia-size-large{padding:0;line-height:42px;width:44px}.av-button-label-on-hover.avia-button.avia-size-x-large{padding:0;line-height:66px;width:68px}\";}s:32:\"avia-module-button-fullwidth-css\";a:6:{s:4:\"name\";s:28:\"avia-module-button-fullwidth\";s:3:\"url\";s:128:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css\";s:4:\"path\";s:103:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth/buttons_fullwidth.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1074:\"#top .avia-button-fullwidth{width:100%;padding:20px;font-size:1.5em;margin:0;border:none;position:relative;display:block}#top .avia-button-fullwidth .avia-button-fullwidth{font-size:1em}#top .avia-button-fullwidth .av-button-description{font-size:0.8em;position:relative;z-index:3;opacity:0.7}#top .avia-button-fullwidth .av-button-description-above p:first-child{margin-top:0}#top .avia-button-fullwidth .av-button-description-below p:last-child{margin-bottom:0} #top .avia-button-fullwidth:hover{opacity:1}#top .avia-button-fullwidth .avia_button_icon,#top .avia-button-fullwidth .avia_iconbox_title{position:relative;z-index:3;-webkit-perspective:1000px;-webkit-backface-visibility:hidden} #top .avia_button_background{opacity:0;position:absolute;top:0;left:0;bottom:0;right:0;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out} #top .avia-button-fullwidth:hover .avia_button_background{opacity:1} #top .av-fullscreen-button .avia-button-fullwidth{border-radius:0;padding:50px 10px}.avia-safari .avia-button-fullwidth{-webkit-transform:translateZ(0)}\";}s:24:\"avia-module-comments-css\";a:6:{s:4:\"name\";s:20:\"avia-module-comments\";s:3:\"url\";s:110:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css\";s:4:\"path\";s:85:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/comments/comments.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:4658:\"h4#comments{margin-bottom:30px} #respond{margin-top:20px} .commentlist ul{border-left-style:dashed;border-left-width:1px} .children .children .says{border-bottom-style:dashed;border-bottom-width:1px} .miniheading,.author_name,#reply-title,#top .logged-in-as,.dynamic-column-title{font-weight:600;letter-spacing:1px} #comments span,.minitext,.form-allowed-tags,#reply-title small,#commentform label{font-size:0.85em;display:block;letter-spacing:0;text-transform:none;padding-top:8px;line-height:1.5em;font-weight:normal} .comment_meta_container{clear:both;float:none} #top .commentlist{margin:0;padding:0 0 10px 0px;border:none} #top .commentlist .comment{list-style-type:none;list-style-position:outside;width:100%;position:relative;display:block;background:none;min-height:100px;clear:both} #top .commentlist .comment.depth-1{float:left} #top .commentlist .comment>div{min-height:100px;float:left;width:100%} .commentlist>.comment{border-bottom-style:dashed;border-bottom-width:1px;margin-bottom:30px} .gravatar{position:relative;z-index:2;border-radius:200px;overflow:hidden;float:left} .gravatar img{padding:0;margin:0;display:block;border-radius:200px} .comment_content{position:relative;margin:0 0 0 85px;padding:0 35px 15px 0;z-index:10;overflow:hidden} .author_name a,.author_name a:hover{font-weight:bold;text-decoration:none} .comment-edit-link,#cancel-comment-reply-link{display:inline-block;font-size:10px} .author_name,.comment_title{font-family:\"Helvetica Neue\",Helvetica,Arial,sans-serif} .commentmetadata{font-size:11px;line-height:1em} .commentmetadata a{text-decoration:none} .commentmetadata a:hover{text-decoration:underline} .says{display:block;height:1px;left:-70px;position:absolute;text-indent:200%;top:18px;width:40px;overflow:hidden} #top .comment_text{clear:both;font-size:13px;padding:0 0 15px 0;border:none} #top .comment-reply-link{font-size:11px;text-decoration:none;line-height:20px} .side-container-comment-inner{text-align:center;position:relative;overflow:hidden;margin-bottom:15px} .comment-count{font-size:24px;line-height:60px;width:60px;display:block;text-align:center;border-radius:200px;margin:0 auto;position:relative;z-index:100} .side-container-comment-inner .comment-text{font-size:12px;text-transform:uppercase} .center-border{position:absolute;top:39%;width:42%;border-top-style:solid;border-top-width:1px;z-index:1}.center-border-left{left:0}.center-border-right{right:0} #top .commentlist ul{margin:0 0 0 74px;clear:both} #top .commentlist .children ul{margin:0 0 0 47px} .children .comment_content{margin:0 0 0 28px;padding-bottom:30px;z-index:1} .children .gravatar{position:relative;left:-24px;z-index:2;width:45px} #top .children .comment-reply-link{left:-42px;top:51px} .comment_page_nav_links{position:relative;display:block;clear:both;overflow:hidden;font-size:11px} .comment_prev_page a{float:left} .comment_next_page a{float:right} .comment_page_nav_links_bottom{} .comment_page_nav_links_top{} .sidebar_right .comment_container{padding-right:50px} .sidebar_left .comment_container{margin-left:0} .comment_container{max-width:100%} #commentform{position:relative}#commentform p{position:relative;padding:0 0 10px 0;margin:0} #reply-title small a{float:right} #commentform label{position:absolute;left:245px;font-size:11px;top:0;font-weight:bold} #commentform input[type=\'checkbox\'] + label{left:2.5em} #commentform div input{margin:0} .commentlist #commentform label{position:static;display:block} .comment-notes,#commentform .comment-form-comment label{display:none} #top .comment-form-url input,#top .comment-form-email input,#top .comment-form-author input{width:220px} #top .commentlist .comment-form-url input,#top .commentlist .comment-form-email input,#top .commentlist .comment-form-author input{width:70%} #comment{width:602px;height:150px;padding:10px 7px;font-size:12px;margin:0} .form-allowed-tags{font-size:11px;line-height:1.5em;margin-bottom:5px} .form-allowed-tags code{display:block;padding-top:5px} .commentlist #respond{padding:0 0 30px 56px} .commentlist #respond #comment{width:90%} .commentlist #respond .form-allowed-tags{display:none} #reply-title{display:none}#reply-title small{display:inline}.commentlist #reply-title{display:block} #comment{width:94%;font-size:12px} .personal_data p{float:left;width:33%} .personal_data label{display:none} .template-blog .post .entry-content-wrapper{overflow:hidden} .template-blog .post_delimiter{margin:0 0 50px 0;padding:50px 0 0 0;clear:both} .template-blog .post-entry-last .post_delimiter{border:none;height:1px} .av-buildercomment .av-buildercomment-unapproved{padding:30px 0 15px;text-align:center;font-size:1.4em;font-weight:500}\";}s:23:\"avia-module-contact-css\";a:6:{s:4:\"name\";s:19:\"avia-module-contact\";s:3:\"url\";s:108:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css\";s:4:\"path\";s:83:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:11453:\".avia_ajax_form{clear:both} .avia_ajax_form fieldset p br{display:none}.avia_ajax_form label{display:block;visibility:visible;position:relative} .avia_ajax_form label,.modified_width:before{display:block;visibility:visible;position:relative;margin-bottom:7px;font-weight:600} #ajaxresponse.hidden{visibility:visible;position:static;display:none} #top .avia_ajax_form .text_input,#top .avia_ajax_form .select,#top .avia_ajax_form .text_area{width:100%;margin-bottom:0;display:inline;min-width:50px;padding:13px;border-radius:2px} #top .avia_ajax_form .select[multiple] option{padding:5px} #top .avia_ajax_form input[type=\"checkbox\"]{float:left;margin-right:8px;top:2px;position:relative} #top .avia_ajax_form input[type=\'submit\'].avia-button-default-style{background-color:#9a9a9a;border-color:#737373;pointer-events:none;opacity:0;animation:all 0.7s} #top .avia_ajax_form.av-form-input-visible input[type=\'submit\'].avia-button-default-style{opacity:1;animation:all 0.7s} .value_verifier_label{position:absolute;bottom:11px;left:10px;font-size:13px;line-height:21px} .avia_ajax_form.av-form-labels-hidden label{position:fixed;top:-1000px;left:-2000px} .avia_ajax_form.av-form-labels-hidden label.input_checkbox_label{position:initial;top:initial;left:initial} .avia_ajax_form p{position:relative;clear:both;float:left;width:100%;margin:11px 0}.avia_ajax_form.av-form-labels-hidden p{margin-top:8px;margin-bottom:8px}.avia_ajax_form p.hidden{position:absolute;width:0px;left:0;top:0}.avia_ajax_form .form_element_half{width:49.5%;float:left;margin-left:1%;clear:none}.avia_ajax_form .form_element_third{width:32.6%;float:left;margin-left:1%;clear:none}.avia_ajax_form .form_element_two_third{width:66.4%;float:left;margin-left:1%;clear:none}.avia_ajax_form .form_element_fourth{width:24.2%;float:left;margin-left:1%;clear:none}.avia_ajax_form .form_element_three_fourth{width:74.8%;float:left;margin-left:1%;clear:none} .avia_ajax_form .first_form{clear:both;margin-left:0} .avia_ajax_form .button{margin:0;padding:16px 20px;border-radius:2px;border-bottom-width:1px;border-bottom-style:solid;font-weight:normal;font-size:0.92em;min-width:142px;outline:none} .modified_width .button{width:100%;padding:13px 10px 14px;min-width:0} .av-form-labels-visible .modified_width:before{display:block;content:\"Submit Form\";visibility:hidden} .av-form-labels-visible .av-last-visible-form-element.first_form.modified_width:before{display:none} #footer .avia_ajax_form textarea{height:90px} .avia_ajax_form p input,.avia_ajax_form p textarea,.avia_ajax_form p select,.avia_ajax_form p .input_checkbox_label{-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} #top .button.av-sending-button{-webkit-transition:none;transition:none;background-size:32px 32px;-webkit-animation:avia-bg-move 1.2s linear infinite;animation:avia-bg-move 1.2s linear infinite} .av-centered-form,#top .av-centered-form input{text-align:center} #top .av-centered-form ::-webkit-input-placeholder{text-align:center}#top .av-centered-form ::-moz-placeholder{text-align:center}#top .av-centered-form :-ms-input-placeholder{text-align:center} #top .avia_ajax_form input.captcha,#top .av-centered-form input.captcha{text-align:left;padding-left:70px} .avia_ajax_form .av-hidden-submit{display:none} .avia-form-success{text-align:center;border-style:solid;border-width:1px;padding:20px 15px;line-height:1.4em;border-radius:2px;clear:both} .avia-form-error{text-align:center;border-style:solid;border-width:1px;padding:20px 15px;line-height:1.4em;border-radius:2px;clear:both;font-weight:bold} #top .av-centered-form input[type=\"checkbox\"]{float:none}#top .av-centered-form .input_checkbox_label{display:inline-block} .avia_ajax_form .required{text-decoration:none} #top .avia-datepicker-div{background:#fff;border:1px solid #e1e1e1;font-size:15px}#top .avia-datepicker-div a{color:#333;background-color:#f8f8f8;background-image:none}#top .avia-datepicker-div a.ui-state-active{color:#8bba34}#top .avia-datepicker-div a.ui-state-highlight{color:#8bba34}#top .avia-datepicker-div a.ui-state-hover{color:#FFF;background-color:#bbb}#top .avia-datepicker-div .ui-datepicker-buttonpane button{background-color:#8BBA34;color:#FFF;border-color:#8BBA34} #top .avia-datepicker-div.ui-datepicker{width:300px;padding:20px;display:none;box-shadow:0px 0px 44px 0px rgba(0,0,0,0.2);border-radius:0}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;background:transparent;border:none}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev,#top .avia-datepicker-div.ui-datepicker .ui-datepicker-next{position:absolute;top:4px;width:50px;text-align:center;line-height:34px;height:34px;cursor:pointer;border-radius:0;text-decoration:none;font-size:12px}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev{left:2px}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-next{right:2px}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-title{margin:0px 53px;line-height:32px;text-align:center;font-weight:bold;letter-spacing:1.5px;text-transform:uppercase} #top .ui-datepicker-title select{width:72px;float:left;font-size:12px;margin-left:3px;margin-bottom:0;border-radius:0px} #top .avia-datepicker-div.ui-datepicker .ui-datepicker-title select{font-size:14px;margin:1px}#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-month-year{width:100%}#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-month,#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-year{width:48%}#top .avia-datepicker-div.ui-datepicker select.ui-datepicker-year{float:right}#top .avia-datepicker-div.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}#top .avia-datepicker-div.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}#top .avia-datepicker-div.ui-datepicker td{border:0;padding:1px}#top .avia-datepicker-div.ui-datepicker td span,#top .avia-datepicker-div.ui-datepicker td a{border:none;display:block;padding:.2em;text-align:center;text-decoration:none}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em 0 .4em;cursor:pointer;padding:10px 20px;width:auto;overflow:visible;border:none;background-image:none;border-radius:3px;font-size:13px}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}#top .avia-datepicker-div .ui-widget-content{background:transparent;border:none}#top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev span,#top .avia-datepicker-div.ui-datepicker .ui-datepicker-next span{text-indent:0;overflow:visible;background-image:none;display:inline;position:static;margin:0;font-weight:normal} .avia-datepicker-div.ui-datepicker-rtl{direction:rtl}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group{float:right}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.avia-datepicker-div.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px} #top .av-custom-form-color *{color:inherit}#top .av-custom-form-color a{text-decoration:underline}#top .av-custom-form-color ::-webkit-input-placeholder{color:inherit;opacity:0.8}#top .av-custom-form-color ::-moz-placeholder{color:inherit;opacity:0.8}#top .av-custom-form-color :-ms-input-placeholder{color:inherit;opacity:0.8}#top .av-custom-form-color .button{border:2px solid}#top .av-custom-form-color .button:hover{} #top .av-light-form,#top .av-light-form + .ajaxresponse *{color:#fff}#top .av-light-form + .ajaxresponse .avia-form-success{background:transparent} #top div .av-light-form .input-text,#top div .av-light-form input[type=\'text\'],#top div .av-light-form input[type=\'input\'],#top div .av-light-form input[type=\'password\'],#top div .av-light-form input[type=\'email\'],#top div .av-light-form input[type=\'number\'],#top div .av-light-form input[type=\'url\'],#top div .av-light-form input[type=\'tel\'],#top div .av-light-form input[type=\'search\'],#top div .av-light-form textarea,#top div .av-light-form select,div div .av-light-form .button{color:#fff;border-color:#fff;border-width:2px !important;background-color:transparent} #top .av-dark-form,#top .av-dark-form + .ajaxresponse *{color:#222}#top .av-dark-form + .ajaxresponse .avia-form-success{background:transparent} #top div .av-dark-form .input-text,#top div .av-dark-form input[type=\'text\'],#top div .av-dark-form input[type=\'input\'],#top div .av-dark-form input[type=\'password\'],#top div .av-dark-form input[type=\'email\'],#top div .av-dark-form input[type=\'number\'],#top div .av-dark-form input[type=\'url\'],#top div .av-dark-form input[type=\'tel\'],#top div .av-dark-form input[type=\'search\'],#top div .av-dark-form textarea,#top div .av-dark-form select,div div .av-dark-form .button{color:#222;border-color:#222;border-width:2px !important;background-color:transparent} #top .avia_ajax_form .av-recaptcha-area{display:block} #top .avia_ajax_form .av-recaptcha-submit.avia_button_inactive,#top .avia_ajax_form .av-recaptcha-submit-real.avia_button_inactive{opacity:0.3}#top .avia_ajax_form .av-recaptcha-submit.avia_button_inactive:hover,#top .avia_ajax_form .av-recaptcha-submit-real.avia_button_inactive:hover{cursor:default} #top .avia_ajax_form .av-recaptcha-error{display:inline-block;width:100%} #top .avia_ajax_form .av-recaptcha-error.av-recaptcha-severe-error{background-color:red;color:white;border-radius:8px;padding:10px;text-align:center} #top .avia_ajax_form .av-recaptcha-error.av-recaptcha-severe-error .av-recaptcha-error-main{color:white;font-weight:900 !important} #top .avia_ajax_form .av-recaptcha-error.av-err-content{margin:5px 0;color:#fe6d4e;background-color:#FFF;font-weight:700;display:block;clear:both} #top .avia_ajax_form.avia_recaptcha_v3 .av_form_privacy_check{margin-top:-15px} body .grecaptcha-badge{z-index:9000} body.av-google-badge-hide .grecaptcha-badge{visibility:hidden} body.av-google-badge-visible #scroll-top-link{bottom:80px} #top .avia_ajax_form .av-google-badge-message{padding:12px 0 0 0;min-width:300px;max-width:100%;font-size:0.8em;line-height:1.3em} #top .avia_ajax_form.av-centered-form .av-google-badge-message{text-align:center;width:100%;max-width:100%;float:left} #top .avia_ajax_form .avia-disabled-form{padding:15px 15px;font-size:1.5em;font-weight:900;display:none} #top .avia_ajax_form.av-form-user-disabled .avia-disabled-form{display:block} #top .avia_ajax_form.av-centered-form .avia-disabled-form{text-align:center} @media only screen and (max-width:479px){.responsive .avia_ajax_form .form_element{width:100%;clear:both;margin-right:0;margin-left:0;float:none}}\";}s:23:\"avia-module-gallery-css\";a:6:{s:4:\"name\";s:19:\"avia-module-gallery\";s:3:\"url\";s:108:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css\";s:4:\"path\";s:83:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1898:\"#top div .avia-gallery{overflow:hidden;padding-bottom:2px;clear:both}#top div .avia-gallery img{float:left;border-style:solid;border-width:1px;padding:7px;width:100%;border-radius:0}#top div .avia-gallery .avia-gallery-big{display:block;overflow:hidden;padding:7px;margin-bottom:-1px;border-top-left-radius:2px;border-top-right-radius:2px;border-style:solid;border-width:1px}#top div .avia-gallery .avia-gallery-big-inner{display:block;overflow:hidden;height:100%}#top div .avia-gallery .avia-gallery-big img{padding:0;border:none}#top .avia-gallery .avia-gallery-thumb a{width:20%;opacity:1}#top #wrap_all .avia-gallery .avia-gallery-thumb a{display:block;float:left}#top .avia-gallery .avia-gallery-thumb a:hover{opacity:0.5}#top .avia-gallery .avia-gallery-caption{display:none}#top div .avia-gallery .avia-gallery-big-no-crop-thumb{text-align:center}#top div .avia-gallery .avia-gallery-big-no-crop-thumb img{clear:both;float:none;text-align:center} .avia_transform .avia-gallery-animate .avia-gallery-thumb img{opacity:0.1;-webkit-transform:scale(0.5);transform:scale(0.5)}.avia_transform .avia-gallery-animate .avia-gallery-thumb img.avia_start_animation{-webkit-animation:avia_appear 0.9s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_appear 0.9s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1;-webkit-transform:scale(1);transform:scale(1)} .avia-gallery-animate .av-hover-grow{overflow:hidden}.avia-gallery-animate .av-hover-grow img{-webkit-transition:all 1.7s cubic-bezier(0.230,1.000,0.320,1.000);transition:all 1.7s cubic-bezier(0.230,1.000,0.320,1.000)}.avia-gallery-animate .av-hover-grow:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)} .av-hide-gallery-thumbs .avia-gallery-thumb{display:none} #top #av-admin-preview .avia-gallery .avia-gallery-big-inner{height:auto} @media only screen and (max-width:767px){.responsive .avia-gallery-thumb img{padding:3px}}\";}s:25:\"avia-module-slideshow-css\";a:6:{s:4:\"name\";s:21:\"avia-module-slideshow\";s:3:\"url\";s:112:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css\";s:4:\"path\";s:87:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:10202:\".avia-slideshow{position:relative;margin:50px 0;width:100%;clear:both;overflow:hidden}.flex_column .avia-slideshow{margin:20px 0}.flex_column .avia-slideshow.avia-builder-el-no-sibling{margin-top:0px} .avia-slideshow-inner{padding:0;margin:0;position:relative;overflow:hidden;width:100%}#top .av-default-height-applied .avia-slideshow-inner{height:0px}.avia-slideshow li{padding:0;margin:0;list-style-type:none;list-style-position:outside;position:absolute;visibility:hidden;z-index:1;top:0;left:0;width:100%;clear:both;opacity:0;overflow:hidden}.avia-slideshow li:first-child{position:relative;visibility:visible;z-index:3}.avia-slideshow li img{display:block;width:100%;margin:0 auto;border-radius:3px;position:relative}.flex_cell_inner .avia-slideshow li img{border-radius:0}.avia-slideshow.image_no_stretch li img{width:auto}.avia-slideshow li>p{margin:0} .avia-slideshow-carousel{overflow:hidden}.avia-slideshow-carousel ul{transition:all 0.7s cubic-bezier(0.230,1.000,0.320,1.000);white-space:nowrap}.avia-slideshow-carousel ul *{white-space:normal}.avia-slideshow-carousel li{position:relative;visibility:visible;opacity:1;vertical-align:top} #top .avia-slideshow-arrows a{display:block;text-decoration:none;color:#fff;visibility:visible;position:absolute;width:60px;text-align:center;height:60px;line-height:62px;font-size:25px;top:50%;margin:-30px 15px 0;z-index:99;overflow:hidden;text-indent:-600%} #top .avia-slideshow-arrows a.next-slide{right:0} .avia-slideshow-arrows a:before{visibility:visible;display:block;position:absolute;z-index:100;background:#aaa;background:rgba(0,0,0,0.3);top:0;left:0;right:0;bottom:0;border-radius:3px;text-align:center;line-height:62px;color:inherit} .prev-slide:before{text-indent:-2px;border-top-right-radius:3px;border-bottom-right-radius:3px}.next-slide:before{border-top-left-radius:3px;border-bottom-left-radius:3px;text-indent:0px} .avia-slideshow-dots{position:absolute;z-index:200;width:100%;bottom:0;text-align:center;left:0;height:0px}.avia-slideshow-dots a{display:inline-block;height:13.5px;width:13.5px;border-radius:14px;background:#000;opacity:0.6;filter:alpha(opacity=60);text-indent:100px;overflow:hidden;margin:0 1px;padding:7px;position:relative;bottom:33px;-webkit-backface-visibility:hidden}.avia-slideshow-dots a.active,.avia-slideshow-dots a:hover{opacity:0.8;filter:alpha(opacity=80);background:#fff} .avia-caption{position:absolute;z-index:10;bottom:17px;left:17px;padding:10px 20px;color:#fff;border-radius:3px}.avia-slideshow .avia-caption .avia-caption-title{color:#fff} .js_active .avia-slideshow li:first-child{visibility:hidden}.js_active .avia-slideshow-carousel li:first-child{visibility:visible} .avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a{opacity:0;filter:alpha(opacity=0)}.avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a{opacity:0.6;filter:alpha(opacity=60)}.avia_desktop .av_slideshow.avia-slideshow:hover .avia-slideshow-controls a:hover{opacity:0.8;filter:alpha(opacity=80)} #top .av-control-hidden .avia-slideshow-controls{display:none}#top .av-control-minimal .avia-slideshow-arrows a:before{border:2px solid #fff;background:transparent;line-height:60px}#top .av-control-minimal .avia-slideshow-dots a{border:2px solid #fff;background:transparent;padding:5px}#top .av-control-minimal .avia-slideshow-dots a.active{background:#fff} #top .av-control-minimal-dark .avia-slideshow-arrows a{color:#000}#top .av-control-minimal-dark .avia-slideshow-arrows a:before{border-color:#000}#top .av-control-minimal-dark .avia-slideshow-dots a{border-color:#000}#top .av-control-minimal-dark .avia-slideshow-dots a.active{background:#000} #top .scroll-down-link.av-control-minimal-dark{color:#000}#top .scroll-down-link.av-custom-scroll-down-color{text-shadow:none} #top .avia-small-width-slider .avia-slideshow-arrows a{width:30px;height:30px;margin:-15px 5px 0;line-height:32px;font-size:15px} #top .avia-small-width-slider .avia-slideshow-arrows a:before{line-height:32px} #top .avia-super-small-width-slider .avia-slideshow-dots{display:none} #top .av-video-slide ,#top .av-video-slide .avia-slide-wrap{width:100%;height:100%;position:absolute;overflow:hidden}#top .av-video-slide .mejs-poster{width:100% !important;height:100% !important;background-size:cover;background-position:center center}#top .av-video-slide .mejs-poster img{display:none}#top .av-video-slide .avia-iframe-wrap{padding:0;height:100%;margin:0}#top .av-video-slide iframe,#top .av-video-slide embed,#top .av-video-slide object,#top .av-video-slide video{max-width:none;max-height:none;width:100%;height:100%;position:absolute}#top .av-video-slide .caption_fullwidth{top:0;left:0;right:0;bottom:40px}#top .av-video-slide.av-hide-video-controls .caption_fullwidth{bottom:0px}#top .av-video-slide .mejs-container{height:100% !important;width:100% !important;position:absolute}#top .av-video-slide .me-plugin{width:100%;height:100%}span.mejs-offscreen{display:none!important} #top .avia-fullscreen-slider .av-video-slide.av-video-service-vimeo iframe{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)} .avia_video{z-index:8}.mejs-controls{z-index:9}#top .av-video-slide.av-video-service-vimeo .mejs-controls,.av-force-resize .av-video-service-youtube .avia_video,.av-hide-video-controls .mejs-controls{display:none !important} .av-video-slide.slide-1 .mejs-mediaelement{opacity:0}.av-video-slide .mejs-mediaelement{height:100%}#top .av-video-slide .mejs-overlay-button{display:none}#top .av-video-slide .avia-slide-wrap,#top .av-video-slide iframe{background:#000} #top .av-video-slide.av-video-4-3-stretch iframe,#top .av-video-slide.av-video-4-3-stretch embed,#top .av-video-slide.av-video-4-3-stretch object,#top .av-video-slide.av-video-4-3-stretch video{height:270%} #top .av-section-with-video-bg .av-section-video-bg:after,.av-click-overlay{content:\".\";position:absolute;text-indent:-200px;overflow:hidden;top:0;left:0;right:0;bottom:0;z-index:11;filter:alpha(opacity=0);opacity:0;background:#000} .av-click-overlay{z-index:9;bottom:30px} .av-hide-video-controls .av-click-overlay{bottom:0}.av-video-service-vimeo .av-click-overlay{bottom:42px}.av-video-service-youtube .av-click-overlay{bottom:36px} .av-video-stretch.av-video-service-vimeo .av-click-overlay,.av-video-stretch.av-video-service-youtube .av-click-overlay{bottom:0} .avia_playpause_icon{position:absolute;height:100px;width:100px;margin:-50px 0 0 -50px;background:#000;background:rgba(0,0,0,0.4);border-radius:3px;top:50%;left:50%;z-index:50;display:none;-webkit-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7)} .avia_playpause_icon.av-play,.avia_playpause_icon.av-pause{display:block !important} #top .avia_playpause_icon:before{top:0;left:0;right:0;bottom:0;position:absolute;color:#fff;line-height:100px;text-align:center;font-size:40px} .avia_transform .avia_playpause_icon.av-play,.avia_transform .avia_playpause_icon.av-pause{-webkit-animation:avia_appear_short 1.7s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_appear_short 1.7s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:0} .avia_playpause_icon.av-pause{} .av-fallback-message{text-align:center;position:absolute;z-index:1000;top:45%;width:100%;left:0}.av-fallback-message span{display:inline-block;border:1px solid #e1e1e1;padding:10px;background:#fff} .caption_fullwidth{position:absolute;right:0;bottom:0;left:0;top:0;z-index:10} .slideshow_caption{z-index:100;width:42%;position:absolute;bottom:0;top:auto;height:100%;display:block;text-decoration:none;padding:50px} div .slideshow_caption h2{text-transform:uppercase}div .slideshow_caption,div .slideshow_caption a,div .slideshow_caption a:hover,div .slideshow_caption h2,div .slideshow_caption h2 .special_amp,div .slideshow_caption strong ,div .slideshow_caption h2 strong{color:#fff} .slideshow_inner_caption{position:relative;display:table;height:100%;width:100%} .slideshow_align_caption{display:table-cell;vertical-align:middle;position:relative} .avia-caption-content{line-height:1.3em}.avia-caption-content p{margin:15px 0} .caption_framed .slideshow_caption .avia-caption-content p,.caption_framed .slideshow_caption .avia-caption-title,.avia-caption .avia-caption-content p,.avia-caption .avia-caption-title{background:#000;filter:alpha(opacity = 80);background:rgba(0,0,0,0.5);display:inline-block;margin:0 0 1px 0;padding:10px 15px} #top .avia-caption-content .wp-smiley{display:none}#top .avia-caption-content a{text-decoration:underline}#top .avia-caption-content a:hover{text-decoration:none} .avia_transform .av_slideshow_full .avia-caption-title{} .caption_left .slideshow_caption{left:0}.caption_right .slideshow_caption{right:0}.caption_right .slideshow_caption .slideshow_inner_caption{float:right}.caption_bottom .slideshow_caption{left:0;width:100%;bottom:0;height:auto}#top div .caption_center .slideshow_caption{left:0;width:100%;text-align:center} .caption_bottom .slideshow_caption .slideshow_inner_caption{display:block;height:auto;bottom:0;position:absolute;padding:0 50px;width:100%;left:0} .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption{padding:20px 0;display:block} #top .avia-slideshow-button{border-radius:3px;text-transform:uppercase;padding:15px 16px;display:inline-block;margin-top:20px;text-decoration:none;font-weight:bold} #top .avia-slideshow-button.avia-color-light{padding:12px 16px;background-color:rgba(0,0,0,0.2)}#top .avia-slideshow-button.avia-color-dark{padding:12px 16px;background-color:rgba(255,255,255,0.1)} .avia-multi-slideshow-button{min-width:140px}.avia-multi-slideshow-button.avia-slideshow-button{margin-right:20px}.avia-multi-slideshow-button.avia-slideshow-button-2{margin-right:0px} #top .av-video-slide .avia-slide-wrap{background-position:center center;background-size:cover} #top .av-video-lazyload .av-click-to-play-overlay{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;z-index:1000} #top .av-video-lazyload .av-click-to-play-overlay .avia_playpause_icon{display:block;-webkit-transition:opacity 0.4s ease-out;transition:opacity 0.4s ease-out} #top .av-video-lazyload .av-click-to-play-overlay:hover .avia_playpause_icon{opacity:0.7}\";}s:27:\"avia-module-gallery-hor-css\";a:6:{s:4:\"name\";s:23:\"avia-module-gallery-hor\";s:3:\"url\";s:130:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css\";s:4:\"path\";s:105:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:3158:\".av-horizontal-gallery{clear:both;position:relative;z-index:1;overflow:hidden} .av-horizontal-gallery-inner{position:relative;white-space:nowrap;opacity:0} .av-horizontal-gallery-slider{left:0;position:absolute;height:100%;width:100%} .av-horizontal-gallery-wrap{height:100%;top:0;display:inline-block;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;vertical-align:top} .av-horizontal-gallery-animated .av-horizontal-gallery-inner{-webkit-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out;opacity:1} .av-horizontal-gallery-animated .av-horizontal-gallery-slider{-webkit-transition:left 0.4s ease-in-out;transition:left 0.4s ease-in-out} .av-horizontal-gallery-animated .av-horizontal-gallery-wrap{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out} .av-horizontal-gallery-wrap:after{height:100%;width:100%;position:absolute;content:\"\";top:0;left:0;z-index:5} .av-horizontal-gallery-enlarge-effect.av-horizontal-gallery{padding:60px 0} .av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap.av-active-gal-item{z-index:2;-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)} .av-horizontal-gallery-wrap:first-child{transform-origin:0% 50%} .av-horizontal-gallery-wrap:last-child{transform-origin:100% 50%} .av-horizontal-gallery-wrap.av-active-gal-item:after{display:none} .av-horizontal-gallery-link{position:absolute;opacity:0;bottom:10px;right:10px;-webkit-transition:opacity 0.4s ease-in-out;transition:opacity 0.4s ease-in-out;z-index:100} .av-horizontal-gallery-wrap:hover .av-horizontal-gallery-link{opacity:1} .av-horizontal-gallery-img{height:100%;width:auto;display:block} .av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap{margin-right:15px} .av-horizontal-gallery-1px-gap .av-horizontal-gallery-wrap{margin-right:1px} #top .av-horizontal-gallery-link{color:#fff;background:rgba(0,0,0,0.3);display:block;line-height:24px;width:24px;text-align:center;border-radius:3px;text-decoration:none;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out} #top .av-horizontal-gallery-link:hover{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)} .av-horizontal-gallery .avia-slideshow-controls a{opacity:0}.av-horizontal-gallery:hover .avia-slideshow-controls a{opacity:1} @media only screen and (max-width:767px){.responsive #top .avia-slideshow-controls a{display:none} .responsive #top .av-horizontal-gallery .avia-slideshow-controls a{display:block} .responsive .av-horizontal-gallery-inner{position:static;min-height:180px} .responsive .av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap.av-active-gal-item{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)} .responsive .av-horizontal-gallery-wrap{max-width:85vw;margin:0;overflow:hidden} .responsive .av-horizontal-gallery-img{height:auto;width:100%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;position:relative} .responsive .av-horizontal-gallery-fullwidth .av-horizontal-gallery-wrap{max-width:100vw}}\";}s:20:\"avia-module-maps-css\";a:6:{s:4:\"name\";s:16:\"avia-module-maps\";s:3:\"url\";s:116:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css\";s:4:\"path\";s:91:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/google_maps/google_maps.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1529:\".avia-google-maps-section{border:none} .avia-google-maps-section.avia-builder-el-0{border-top-style:solid;border-top-width:1px} .avia-google-map-container{position:relative;clear:both} .avia-google-map-container img{max-width:none} .avia-google-map-container div,.avia-google-map-container img,.avia-google-map-container a{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box} .avia-google-map-container .gm-style-iw p{color:#444} .av_gmaps_sc_main_wrap .avia-google-map-container.avia-google-map-sc{background:no-repeat center;background-size:cover} .av_gmaps_sc_main_wrap .av_text_confirm_link{padding:25px;text-align:center;opacity:0;position:absolute;width:150px;left:50%;top:50%;margin-left:-75px;margin-top:-50px;background:rgba(0,0,0,0.7);border-radius:3px;color:#fff;font-size:1em;line-height:1.3em;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;text-decoration:none} .av_gmaps_sc_main_wrap .av_text_confirm_link:hover{color:#fff;background:rgba(0,0,0,0.9)} .av_gmaps_sc_main_wrap .av_gmaps_show_delayed.av-no-fallback-img .av_text_confirm_link,.av_gmaps_sc_main_wrap .av_gmaps_show_page_only.av-no-fallback-img .av_text_confirm_link{height:auto;opacity:1} .av_gmaps_sc_main_wrap .av_text_confirm_link span{width:100%} .av_gmaps_sc_main_wrap:hover .av_text_confirm_link{opacity:1;text-decoration:none} #top .av_gmaps_browser_disabled,#top .av-maps-user-disabled .av_text_confirm_link{display:none} #top .av-maps-user-disabled .av_gmaps_browser_disabled{display:block}\";}s:23:\"avia-module-gridrow-css\";a:6:{s:4:\"name\";s:19:\"avia-module-gridrow\";s:3:\"url\";s:110:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css\";s:4:\"path\";s:85:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/grid_row/grid_row.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:737:\".av-layout-grid-container{width:100%;table-layout:fixed;display:table;border-top-style:none;border-top-width:0px} .flex_cell{display:table-cell;padding:30px;vertical-align:top} .flex_cell_inner{display:block;position:relative} .av-border-top-bottom{border-top-style:solid;border-top-width:1px;border-bottom-style:solid;border-bottom-width:1px} .av-border-cells .flex_cell{border-left-style:solid;border-left-width:1px} .av-border-cells .flex_cell:first-child{border:none} .av-layout-grid-container + .av-layout-grid-container{border-top:none} .av-zero-padding .av-hotspot-container-inner-wrap img{border-radius:0} body .flex_cell.avia-link-column{cursor:pointer} body .flex_cell.avia-link-column.avia-link-column-hover:hover{opacity:0.8}\";}s:23:\"avia-module-heading-css\";a:6:{s:4:\"name\";s:19:\"avia-module-heading\";s:3:\"url\";s:108:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.css\";s:4:\"path\";s:83:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/heading/heading.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:2652:\".av-special-heading{width:100%;clear:both;display:block;margin-top:50px;position:relative} .avia_mobile .av-special-heading{-webkit-perspective:1000px;-webkit-backface-visibility:hidden} .av-special-heading.avia-builder-el-no-sibling{margin-top:0px;margin-bottom:0px} .flex_column + .av-special-heading{float:left} body .av-special-heading .av-special-heading-tag{padding:0;margin:0;float:left} .meta-heading .av-special-heading-tag{font-weight:normal} .custom-color-heading .av-special-heading-tag{color:inherit} .special-heading-border{position:relative;overflow:hidden} .av-special-heading-h1 .special-heading-border{height:3.4em}.av-special-heading-h2 .special-heading-border{height:2.6em}.av-special-heading-h3 .special-heading-border{height:1.9em}.av-special-heading-h4 .special-heading-border{height:1.6em}.av-special-heading-h5 .special-heading-border{height:1.5em}.av-special-heading-h6 .special-heading-border{height:1.4em} .special-heading-inner-border{display:block;width:100%;margin-left:15px;border-top-style:solid;border-top-width:1px;position:relative;top:50%;opacity:0.15;filter:alpha(opacity=15)} .meta-heading .special-heading-inner-border{opacity:0.2;filter:alpha(opacity=20)}.custom-color-heading .special-heading-inner-border{opacity:0.4;filter:alpha(opacity=40)}#top #wrap_all .custom-color-heading .av-special-heading-tag,#top .custom-color-heading a,#top .custom-color-heading strong,#top .custom-color-heading .special_amp{color:inherit}#top .custom-color-heading a{text-decoration:underline}#top .custom-color-heading a:hover{opacity:0.8;text-decoration:none} #top #wrap_all .av-inherit-size .av-special-heading-tag{font-size:1em}.av-thin-font .av-special-heading-tag,.modern-quote .av-special-heading-tag{font-weight:300}.av-thin-font strong,.modern-quote strong{font-weight:600} body .av-special-heading.modern-centered{text-align:center} body .av-special-heading.blockquote > *{white-space:normal;float:none} .av-special-heading.classic-quote{text-align:center} body .av-special-heading.classic-quote > *{display:block;font-family:\"Droid Serif\",Georgia,Times,serif;font-weight:normal;font-style:italic;float:none} body .av-special-heading.blockquote .special-heading-border{display:none} #top .av-special-heading.av-linked-heading a:hover{opacity:0.5} .av-subheading{font-size:15px;line-height:1.3em}.av-subheading p:first-child{margin-top:0}.av-subheading p:last-child{margin-bottom:0}.av-subheading_below{margin-top:0.3em}.av-subheading_above{margin-bottom:0.3em}.av-subheading.av_custom_color{opacity:0.8}@media only screen and (max-width:767px){#top #wrap_all .av-inherit-size .av-special-heading-tag{font-size:0.8em}}\";}s:18:\"avia-module-hr-css\";a:6:{s:4:\"name\";s:14:\"avia-module-hr\";s:3:\"url\";s:98:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css\";s:4:\"path\";s:73:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/hr/hr.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1786:\".hr{clear:both;display:block;width:100%;height:25px;line-height:25px;position:relative;margin:30px 0;float:left} .hr-inner{width:100%;position:absolute;height:1px;left:0;top:50%;width:100%;margin-top:-1px;border-top-width:1px;border-top-style:solid} #top .hr-invisible,.hr-invisible .hr-inner{margin:0;border:none} .hr-invisible{float:none} .hr-full,.hr-big{margin:70px 0}.hr-full .hr-inner{width:300%;left:-100%}.hr-full.hr-shadow .hr-inner{box-shadow:0 1px 2px 0px rgba(0,0,0,0.1)}.sidebar_right .hr-full .hr-inner{left:auto;right:-50px}.sidebar_left .hr-full .hr-inner{left:-50px} .hr-short{height:20px;line-height:20px;margin:30px 0;float:none}.hr-short .hr-inner{width:32%;left:50%;margin-left:-16%}.hr-short.hr-left .hr-inner{left:0%;margin-left:0%}.hr-short.hr-right .hr-inner{left:auto;right:0;margin-left:0%}.hr-short .hr-inner-style{border-radius:20px;height:9px;width:9px;border-width:2px;border-style:solid;display:block;position:absolute;left:50%;margin-left:-5px;margin-top:-5px}.hr-short.hr-left .hr-inner-style{left:5px}.hr-short.hr-right .hr-inner-style{left:auto;right:0} body .container_wrap .hr.avia-builder-el-last,body .container_wrap .hr.avia-builder-el-first{margin:30px 0} .hr-custom{margin:0;display:block;min-height:21px;height:auto;overflow:hidden;white-space:nowrap;width:100%;float:left}.hr-custom .hr-inner{display:inline-block;position:relative;vertical-align:middle}.hr-custom.hr-center{text-align:center}.hr-custom.hr-right{text-align:right}.hr-custom.hr-left{text-align:left} .hr-custom .hr-inner.inner-border-av-border-none{border:none}.hr-custom .hr-inner.inner-border-av-border-fat{border-top-width:2px}.av-seperator-icon{display:inline-block;vertical-align:middle;font-size:15px}.hr-custom.hr-icon-yes .hr-inner{margin-left:10px;margin-right:10px}\";}s:20:\"avia-module-icon-css\";a:6:{s:4:\"name\";s:16:\"avia-module-icon\";s:3:\"url\";s:102:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon/icon.css\";s:4:\"path\";s:77:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/icon/icon.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1851:\"#top .av_font_icon a{color:inherit;display:block}.av_font_icon a:hover,.av_font_icon a:focus{text-decoration:none}.av_font_icon{display:block;text-align:center}.avia-icon-pos-left{float:left;margin-right:0.5em}.avia-icon-pos-right{float:right;margin-left:0.5em} #top .avia-icon-tooltip{width:250px;font-size:15px;line-height:1.6em} .av_font_icon.av-icon-style-border .av-icon-char{-webkit-backface-visibility:hidden} .av_font_icon.av-icon-style-border .av-icon-char{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;border-radius:1000px;border-width:3px;border-style:solid;display:block;margin:0 auto;padding:30px;color:inherit;border-color:inherit;position:relative;clear:both} .av_icon_caption{font-size:16px;text-transform:uppercase;line-height:1.3em;display:block;text-align:center;margin-top:8px;font-weight:400} .av_font_icon.av-icon-style-border .av-icon-char:after{pointer-events:none;position:absolute;width:100%;height:100%;border-radius:50%;content:\'\';-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;top:0;left:0;padding:0;z-index:-1;box-shadow:0 0 0 2px rgba(255,255,255,0.1);opacity:0;-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);-webkit-transform-style:preserve-3d} .av_font_icon.av-icon-style-border a.av-icon-char:hover:after{-webkit-animation:sonarEffect 1s ease-out ;animation:sonarEffect 1s ease-out } .avia_transform .av_font_icon.avia-icon-animate{opacity:0.1;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)} .avia_transform .avia_start_delayed_animation.av_font_icon.avia-icon-animate{-webkit-animation:avia_appear 0.7s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_appear 0.7s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}\";}s:23:\"avia-module-iconbox-css\";a:6:{s:4:\"name\";s:19:\"avia-module-iconbox\";s:3:\"url\";s:108:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css\";s:4:\"path\";s:83:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:2515:\"#top .iconbox{background:transparent} .iconbox{margin-bottom:30px;position:relative;clear:both} .iconbox_icon{float:left;margin:2px 10px 0 0;height:23px;width:23px;font-size:23px;line-height:18px;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} a.iconbox_icon:hover{text-decoration:none} .iconbox_left .iconbox_icon{border-radius:50px;text-align:center;position:relative;top:-7px;left:-5px;height:30px;width:30px;line-height:30px;margin:2px 0px 0 0} .iconbox .iconbox_content .iconbox_content_title{border:medium none;padding:2px 0 0 0;position:relative;margin:0 0 16px 0;clear:none;letter-spacing:1px;text-transform:uppercase;font-size:1.25em} #top .iconbox_top{margin-top:20px;text-align:center} .iconbox_top .iconbox_content{padding:45px 20px 20px 20px;border-radius:3px;box-shadow:0px 0px 1px 0px rgba(0,0,0,0.3)} .iconbox_top .iconbox_icon{float:none;position:absolute;left:50%;top:-26px;margin:0 0 0 -26px;padding:15px;border-radius:100px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;font-size:20px;line-height:24px} .iconbox_left_content .iconbox_content,.iconbox_right_content .iconbox_content{overflow:hidden}.iconbox_left_content .iconbox_content .iconbox_content_title,.iconbox_right_content .iconbox_content .iconbox_content_title{margin:0 0 -3px 0} #top .iconbox_left_content .iconbox_icon,#top .iconbox_right_content .iconbox_icon{width:74px;height:74px;font-size:27px;line-height:72px;border-style:solid;border-width:1px;border-radius:500px;text-align:center;margin-right:22px} #top .iconbox_right_content{text-align:right}#top .iconbox_right_content .iconbox_icon{float:right;margin-right:0;margin-left:22px} .iconbox .iconbox_content p:last-child{margin-bottom:0} #top .iconbox.av-no-box .iconbox_content{padding:0;border:none;box-shadow:none;background:transparent}#top .iconbox.av-no-box .iconbox_icon{position:relative;top:0;margin:0 auto 20px auto;left:0;width:90px;height:90px;line-height:90px;border-style:solid;border-width:1px;padding:0;font-size:30px;display:block} #top .iconbox_left_content.av-icon-style-no-border .iconbox_icon,#top .iconbox_right_content.av-icon-style-no-border .iconbox_icon{border:none;height:50px;width:50px;line-height:50px;margin-top:0;font-size:50px} #top .iconbox_content_container{line-height:1.65em} @media only screen and (min-width:768px) and (max-width:989px){#top .iconbox_left_content .iconbox_icon,#top .iconbox_right_content .iconbox_icon{margin-bottom:15px;float:none;display:inline-block}}\";}s:24:\"avia-module-iconlist-css\";a:6:{s:4:\"name\";s:20:\"avia-module-iconlist\";s:3:\"url\";s:110:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css\";s:4:\"path\";s:85:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:3019:\".avia-icon-list-container{margin:30px 0;clear:both}.avia-icon-list{margin:0;padding:0}.avia-icon-list li{margin:0;padding:0 0 30px 0;list-style-type:none;list-style-position:outside;clear:both;position:relative;min-height:60px}.avia-icon-list .iconlist_icon{height:64px;width:64px;line-height:64px;font-size:30px;text-align:center;border-radius:500px;position:relative;float:left;margin-right:30px;margin-left:2px;z-index:5;color:#fff}.avia-icon-list a.iconlist_icon:hover{color:#fff;text-decoration:none}.avia-icon-list .iconlist_title{text-transform:uppercase;top:4px;margin-bottom:0;position:relative}#top .avia-icon-list .iconlist_title a:hover{text-decoration:underline}.avia-icon-list .iconlist_content_wrap{overflow:hidden;min-height:1.5em;padding-bottom:4px}.avia-icon-list article.article-icon-entry{min-height:45px}.avia-icon-list .av-iconlist-empty .iconlist_title{margin-top:17px}.avia-icon-list .iconlist-timeline{position:absolute;top:1%;left:32px;width:1px;height:99%;border-right-width:1px;border-right-style:dashed} .avia-icon-list .iconlist_content{line-height:1.65em}.avia-icon-list .iconlist_content li{min-height:0;padding:0;list-style:disc outside} .avia-icon-list li:last-child .iconlist-timeline{display:none} #top .av_iconlist_title a{text-decoration:none}#top .av_iconlist_title a:hover{text-decoration:underline} #top .av-iconlist-small li{padding:0px;min-height:0px}#top .av-iconlist-small article.article-icon-entry{min-height:0px}#top .av-iconlist-small .iconlist-timeline{display:none}#top .av-iconlist-small .iconlist_icon{background:transparent;color:inherit;height:1.45em;width:1.45em;line-height:1.45em;font-size:inherit;margin-right:0.25em}#top .av-iconlist-small.avia-icon-list-right .iconlist_icon{float:right;margin-left:0.1em;margin-right:2px} #top .av-iconlist-small .iconlist_content_wrap{min-height:0;padding:0} .av-iconlist-small .iconlist_title_small{line-height:1.45em} .av-iconlist-small .iconlist_content p:first-child{margin-top:2px} .avia-icon-list-right{text-align:right}.avia-icon-list-right .iconlist_icon{float:right;margin-left:30px;margin-right:0;margin-right:2px}.avia-icon-list-right .iconlist-timeline{left:auto;right:32px} .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .iconlist_icon{opacity:0.1;-webkit-transform:scale(0.5);-ms-transform:scale(0.5);transform:scale(0.5)} .avia_transform .avia-iconlist-animate .iconlist-timeline{height:0%} .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist_icon{-webkit-animation:avia_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_appear 1s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)} .avia_transform .avia-icon-list.av-iconlist-big.avia-iconlist-animate .avia_start_animation .iconlist-timeline{-webkit-animation:avia_slide_down 1s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_slide_down 1s 1 cubic-bezier(0.175,0.885,0.320,1.275);height:100%}\";}s:21:\"avia-module-image-css\";a:6:{s:4:\"name\";s:17:\"avia-module-image\";s:3:\"url\";s:104:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css\";s:4:\"path\";s:79:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image/image.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:5287:\".avia-image-container{display:block;position:relative;max-width:100%}.avia-image-container-inner,.avia_image,.av-image-caption-overlay{border-radius:3px;display:block;position:relative;max-width:100%}.avia-image-container.avia-align-center{display:block;margin:0 auto 10px auto;text-align:center;clear:both}.avia-image-container.avia-align-center .avia-image-container-inner{margin:0 auto;display:inline-block;vertical-align:bottom}.avia-image-container.avia-align-left{display:block;float:left;margin-right:15px;margin-top:5px}.avia-image-container.avia-align-right{display:block;float:right;margin-left:15px;margin-top:5px}.avia-image-container.avia-align-center.avia-builder-el-no-sibling{margin-bottom:0;margin-top:0} .avia_image + br{display:none} .avia-image-overlay-wrap a.avia_image{overflow:hidden}.avia-image-overlay-wrap a.avia_image .image-overlay{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)} .avia-image-container .avia_image,.avia-image-container .avia-image-overlay-wrap{-webkit-transition:all 0.7s;transition:all 0.7s} .avia-image-container.av-hover-grow img:hover,.avia-image-container.av-hover-grow .avia-image-overlay-wrap:hover{-webkit-transform:scale(1.1);transform:scale(1.1)} .avia-image-container.av-hover-grow,.avia-image-container.av-hover-grow .avia-image-container-inner,.avia-image-container.av-hover-grow .avia-image-overlay-wrap a.avia_image{overflow:visible} .avia-image-container.av-hover-grow.av-hide-overflow,.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-container-inner,.avia-image-container.av-hover-grow.av-hide-overflow .avia-image-overlay-wrap a.avia_image{overflow:hidden} .av-styling-circle .avia-image-container-inner,.av-styling-circle .avia_image,.av-styling-circle .av-image-caption-overlay,.av-styling-circle div.av-caption-image-overlay-bg{overflow:hidden;border-radius:10000px}.avia-safari div.av-image-caption-overlay-center{-webkit-transform:translate3d(0,0,0)} .av-styling-no-styling .avia-image-container-inner,.av-styling-no-styling .avia_image,.av-styling-no-styling .av-image-caption-overlay{border-radius:0;border:none} .av-image-caption-overlay{position:absolute;height:100%;width:100%;z-index:10;text-align:center;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} .avia-msie-8 .av-image-caption-overlay{background:#000;filter:alpha(opacity=40)}.av-image-caption-overlay-position{display:table;width:100%;height:100%;position:relative}.av-image-caption-overlay-center{display:table-cell;vertical-align:middle;font-size:1.3em;line-height:1.5em;padding:0px 1.5em}.av-image-caption-overlay-center p:first-child{margin-top:0}.av-image-caption-overlay-center p:last-child{margin-bottom:0} .av-caption-image-overlay-bg{position:absolute;height:100%;width:100%;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.av-overlay-hover-deactivate .avia-image-overlay-wrap:hover .av-caption-image-overlay-bg{opacity:0 !important}.av-overlay-on-hover .av-image-caption-overlay{opacity:0;filter:alpha(opacity=00)}.av-overlay-on-hover .avia-image-container-inner:hover .av-image-caption-overlay{opacity:1;filter:alpha(opacity=100)} .avia_transform .avia_animated_image{opacity:0} .avia-image-container small.avia-copyright{font-size:0.8em;text-align:left;line-height:1.7em} .avia-image-container .avia-copyright{display:block} .avia-image-container.av-has-copyright .avia-image-overlay-wrap{position:relative;overflow:hidden} .av-styling-circle.avia-image-container.av-has-copyright .avia-image-container-inner{overflow:visible} .avia-image-container.av-has-copyright.av-styling-circle .avia-copyright{text-align:center} .avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright{position:absolute;background-color:rgba(0,0,0,0.1);text-align:right;color:#fff;padding:0 2em 0 0;right:0;bottom:0;width:2em;line-height:2em;max-height:2em;text-indent:-99999px;overflow:hidden;transition:all 0.3s ease-in;z-index:308} .avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover{width:100%;padding:0 3em 0 1em;text-indent:0;max-height:100%;background-color:rgba(0,0,0,0.4)} .avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright:after{content:\"\\E81e\";font-family:\"entypo-fontello\";display:block;position:absolute;right:0;bottom:0;text-indent:0;font-size:0.8em;width:2.6em;height:2.6em;line-height:2.8em;text-align:center;color:rgba(255,255,255,0.7);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;cursor:pointer} .avia-image-container.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover:after{background-color:rgba(0,0,0,0.2);color:rgba(255,255,255,1)} .avia-image-container.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright{-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background-color:rgba(0,0,0,0.15);text-align:right} .avia-image-container.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright:after{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%} .avia-image-container.av-styling-circle.av-has-copyright.av-copyright-icon-reveal .avia-copyright:hover{-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background-color:rgba(0,0,0,0.5)}\";}s:23:\"avia-module-hotspot-css\";a:6:{s:4:\"name\";s:19:\"avia-module-hotspot\";s:3:\"url\";s:122:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css\";s:4:\"path\";s:97:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:3725:\".av-hotspot-container{position:relative;display:table;margin:0 auto;clear:both;table-layout:fixed}.av-hotspot-container-inner-cell{display:table-cell}.av-fullwidth-hotspots .av-hotspot-container-inner-cell{width:100%;display:block}.av-hotspot-container-inner-wrap img{width:100%;display:block} .av-hotspot-container .av-image-hotspot{height:18px;width:18px;font-size:10px;line-height:18px;text-align:center;position:absolute;z-index:1;margin:-9px 0 0 -9px}.av-hotspot-container .av-image-hotspot_inner{display:block;border-radius:100px;position:absolute;height:100%;width:100%;background:#fff;color:#888;z-index:2;cursor:pointer;text-decoration:none}.av-hotspot-container .av-image-hotspot_inner:hover{background:#fff;color:#888} .av-hotspot-blank .av-hotspot-container .av-image-hotspot_inner{overflow:hidden;text-indent:-200%}.av-hotspot-container .av-image-hotspot-pulse{display:block;background:#fff;border-radius:100px;height:40px;width:40px;position:absolute;-webkit-animation:av_pulsate 2s ease-out infinite;animation:av_pulsate 2s linear infinite;opacity:0;top:-11px;left:-11px;z-index:1} .av-tt-hotspot{text-align:left}.av-hotspot-fallback-tooltip{padding:15px 15px 0 15px;position:relative;display:none}.av-hotspot-image-container .av-hotspot-fallback-tooltip:last-child{padding-bottom:15px}.av-hotspot-fallback-tooltip-count{height:40px;width:40px;line-height:40px;border-style:solid;border-width:1px;text-align:center;border-radius:100px;position:absolute;top:15px;left:15px;z-index:10}.av-hotspot-fallback-tooltip-inner{margin-left:60px;border:1px solid;padding:15px;position:relative;border-radius:2px}.av-hotspot-fallback-tooltip-inner img{max-width:100px;margin:0 10px 0 0;display:block}.av-hotspot-fallback-tooltip-inner p:first-child,.inner_tooltip p:first-child{margin-top:0}.av-hotspot-fallback-tooltip-inner p:last-child,.inner_tooltip p:last-child{margin-bottom:0}.av-hotspot-fallback-tooltip div.avia-arrow{left:60px;top:13px;border-right:none;border-top:none} body .av-tt-large-width{width:250px}body .av-tt-xlarge-width{width:350px} .av-non-fullwidth-hotspot-image .av-hotspot-fallback-tooltip{padding-left:0;padding-right:0}.av-non-fullwidth-hotspot-image .av-hotspot-fallback-tooltip-count{left:0px} .av-fullwidth-hotspots{border-top:none}.av-fullwidth-hotspots img{width:100%;border-radius:0px}.av-fullwidth-hotspots .av-hotspot-container{display:block} .avia_transform.js_active .avia_animated_image .av-image-hotspot{opacity:0;visibility:hidden}.avia_transform.js_active .avia_animated_image .av-display-hotspot{-webkit-animation:avia_hotspot_appear 0.7s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_hotspot_appear 0.7s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1;visibility:visible} .avia_transform.js_active .avia_animated_image .av-image-hotspot .av-permanent-tooltip-single{opacity:0 !important;-webkit-transition:all 0.7s cubic-bezier(0.230,1.000,0.320,1.000) 1s;transition:all 0.7s cubic-bezier(0.230,1.000,0.320,1.000) 1s;-webkit-transform:translate(0px,10px);transform:translate(0px,10px)} .avia_transform.js_active .avia_animated_image .av-display-hotspot .av-permanent-tooltip-single{opacity:1 !important;-webkit-transform:translate(0px,0);transform:translate(0px,0)} @media only screen and (min-width:990px){.responsive .av-image-hotspot{height:24px;width:24px;line-height:24px;font-size:11px} .responsive .av-image-hotspot-pulse{height:54px;width:54px;top:-15px;left:-15px}} @media only screen and (max-width:767px){.responsive .av-hotspot-fallback-tooltip{display:block} .responsive .av-mobile-fallback-active.avia-tooltip{visibility:hidden} .responsive .av-hotspot-image-container.av-hotspot-blank.av-mobile-fallback-active .av-image-hotspot_inner{text-indent:0px}}\";}s:23:\"avia-module-masonry-css\";a:6:{s:4:\"name\";s:19:\"avia-module-masonry\";s:3:\"url\";s:124:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css\";s:4:\"path\";s:99:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:15883:\".av-masonry{position:relative;overflow:hidden;clear:both} .av-masonry-container{width:100.4%;float:left;clear:both;position:relative} .av-masonry-entry{position:relative;display:block;width:24.90%;float:left;clear:none;text-decoration:none;visibility:hidden;opacity:0} #top .masonry-no-border{border-top:none} .av-masonry-entry.av-landscape-img{width:49.80%} .av-masonry-col-2 .av-masonry-entry{width:49.80%}.av-masonry-col-2 .av-masonry-entry.av-landscape-img{width:99.50%} .av-masonry-col-3 .av-masonry-entry{width:33.3%}.av-masonry-col-3 .av-masonry-entry.av-landscape-img{width:66.6%} .av-masonry-col-4 .av-masonry-entry{}.av-masonry-col-4 .av-masonry-entry.av-landscape-img{} .av-masonry-col-5 .av-masonry-entry{width:19.90%}.av-masonry-col-5 .av-masonry-entry.av-landscape-img{width:39.80%} .av-masonry-col-6 .av-masonry-entry{width:16.6%}.av-masonry-col-6 .av-masonry-entry.av-landscape-img{width:33.2%} @media only screen and (min-width:768px) and (max-width:989px){.responsive.av-no-preview #top .av-medium-columns-4 .av-masonry-entry{width:24.90%}.responsive.av-no-preview #top .av-medium-columns-3 .av-masonry-entry{width:33.3%}.responsive.av-no-preview #top .av-medium-columns-2 .av-masonry-entry{width:49.80%}.responsive.av-no-preview #top .av-medium-columns-1 .av-masonry-entry{width:100%}} @media only screen and (min-width:480px) and (max-width:767px){.responsive.av-no-preview #top .av-small-columns-4 .av-masonry-entry{width:24.90%}.responsive.av-no-preview #top .av-small-columns-3 .av-masonry-entry{width:33.3%}.responsive.av-no-preview #top .av-small-columns-2 .av-masonry-entry{width:49.80%}.responsive.av-no-preview #top .av-small-columns-1 .av-masonry-entry{width:100%}} @media only screen and (max-width:479px){.responsive.av-no-preview #top .av-mini-columns-4 .av-masonry-entry{width:24.90%}.responsive.av-no-preview #top .av-mini-columns-3 .av-masonry-entry{width:33.3%}.responsive.av-no-preview #top .av-mini-columns-2 .av-masonry-entry{width:49.80%}.responsive.av-no-preview #top .av-mini-columns-1 .av-masonry-entry{width:100%}} .av-masonry-outerimage-container{overflow:hidden} .av-masonry-outerimage-container,.av-masonry-image-container{position:relative;top:0;left:0;bottom:0;right:0;z-index:1} .av-masonry-image-container{text-align:center;background-size:cover;background-position:center center} .av-masonry-image-container img{display:block;margin:0 auto} #top .av-inner-masonry{overflow:hidden;background-color:transparent} .av-masonry-entry .av-inner-masonry-content{padding:20px;z-index:2;position:relative;width:100%} .av-masonry-entry .avia-arrow{border:none;top:-5px}.av-masonry-item-no-image .avia-arrow{display:none} .av-masonry-entry .av-masonry-entry-title{line-height:1.3em;margin:0;font-size:15px} .av-masonry-entry .av-masonry-entry-title + .av-masonry-entry-content{padding-top:4px;text-overflow:ellipsis;overflow:hidden} .av-masonry-date,.av-masonry-text-sep,.av-masonry-author{font-size:11px}.av-masonry-text-sep{padding:0 5px}.av-masonry-text-sep.text-sep-author,.av-masonry-author{display:none} .av-masonry-entry.av-masonry-item-loaded{opacity:1;visibility:visible} .avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry{-webkit-perspective:600px;-moz-perspective:600px;perspective:600px} .avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{-webkit-animation:avia_msonry_show 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.075);animation:avia_msonry_show 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.075)} .av-large-gap.av-masonry{padding:15px 0 0 15px} .av-no-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{position:absolute;top:0px;left:-1px;right:0px;bottom:-2px}.av-1px-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{position:absolute;top:0px;left:0px;right:1px;bottom:1px}.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry{position:absolute;top:0px;left:0px;right:15px;bottom:15px} .av-no-gap.av-flex-size .av-masonry-entry .av-inner-masonry{position:relative}.av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry{position:relative;margin-right:1px;margin-bottom:1px}.av-large-gap.av-flex-size .av-masonry-entry .av-inner-masonry{position:relative;margin-right:15px;margin-bottom:15px} .avia-mozilla .av-1px-gap.av-flex-size .av-masonry-entry .av-inner-masonry{margin-bottom:2px} .av-flex-size .av-masonry-image-container{background-image:none !important} .av-fixed-size .av-masonry-image-container,.av-fixed-size .av-masonry-outerimage-container{position:absolute}.av-fixed-size .av-masonry-image-container img{display:none}.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer{width:100%;padding-bottom:80%;z-index:1}.av-fixed-size .av-masonry-entry.av-landscape-img .av-inner-masonry-sizer{padding-bottom:40%}.av-fixed-size .av-masonry-entry.av-portrait-img .av-inner-masonry-sizer{padding-bottom:160%}.av-fixed-size .av-masonry-entry.av-portrait-img.av-landscape-img .av-inner-masonry-sizer{padding-bottom:80%} #top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content,#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content{display:table;position:relative;height:100%;width:100%;bottom:0;table-layout:fixed}#top .av-fixed-size .av-masonry-entry.av-masonry-item-no-image .av-inner-masonry-content-pos,#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos{display:table-cell;vertical-align:middle;text-align:center}#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry{background:transparent} .av-fixed-size .av-masonry-entry .av-inner-masonry-content,.av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content,.av-flex-size.av-caption-on-hover-hide .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{position:absolute;bottom:-1px} #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content{background:rgba(0,0,0,0.35)} #top .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content{background:transparent} #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content *,#top .av-caption-style-overlay .av-masonry-item-with-image ins:before,#top #wrap_all .av-caption-style-overlay .av-masonry-item-with-image del{color:#fff} #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .avia-arrow,#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content .av-icon-display{display:none} #top #wrap_all .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content{position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;display:block;height:auto;width:auto} #top .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content-pos{display:table;height:100%;width:100%} #top .av-caption-style-overlay.av-flex-size .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content-pos-content{display:table-cell;vertical-align:middle} #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title{font-size:1.5em} .av-fixed-size.av-orientation-landscape-large .av-masonry-entry .av-inner-masonry-sizer{width:100%;padding-bottom:50%}.av-fixed-size.av-orientation-square .av-masonry-entry .av-inner-masonry-sizer{width:100%;padding-bottom:100%}.av-fixed-size.av-orientation-portrait .av-masonry-entry .av-inner-masonry-sizer{width:100%;padding-bottom:130%}.av-fixed-size.av-orientation-portrait-large .av-masonry-entry .av-inner-masonry-sizer{width:100%;padding-bottom:150%} #top .av-masonry-entry:hover{text-decoration:none} .av-masonry-image-container,.av-inner-masonry-content,.av-masonry-pagination{-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out} .avia_desktop .av-hover-overlay-active .av-masonry-image-container{opacity:0.7}.avia_desktop .av-hover-overlay-active .av-masonry-entry:hover .av-masonry-image-container,.avia_desktop .av-hover-overlay-active.av-caption-style-overlay .av-masonry-entry .av-masonry-image-container{opacity:1}.avia_desktop .av-masonry-entry:hover .av-masonry-image-container{-webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05)} .avia_desktop .av-caption-on-hover .av-masonry-item-with-image .av-inner-masonry-content{opacity:0;filter:alpha(opacity=00)}.avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content{opacity:1;filter:alpha(opacity=100)} .avia_desktop .av-caption-on-hover-hide .av-masonry-item-with-image .av-inner-masonry-content{opacity:1;filter:alpha(opacity=100)}.avia_desktop .av-caption-on-hover-hide .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content{opacity:0;filter:alpha(opacity=00)} .avia_desktop .av-inner-masonry-content{-webkit-backface-visibility:hidden} .avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content,.avia_desktop.avia_transform3d .av-caption-on-hover-hide.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;transform-origin:center bottom;-webkit-transform:rotateX(120deg);transform:rotateX(120deg);-webkit-transform-style:preserve-3d;transform-style:preserve-3d} .avia_desktop.avia_transform3d .av-caption-on-hover-hide.av-caption-style- .av-masonry-entry.av-masonry-item-with-image .av-inner-masonry-content,.avia_desktop.avia_transform3d .av-caption-on-hover.av-caption-style- .av-masonry-entry.av-masonry-item-with-image:hover .av-inner-masonry-content{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;transform-origin:center bottom} .avia_desktop.avia_transform3d .av-masonry-entry:hover .av-icon-display{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);border-color:transparent} .avia_desktop.avia_transform3d .av-masonry-image-container{-webkit-perspective:1000px;-webkit-backface-visibility:hidden} .av-masonry-sort{text-align:center;padding:20px 40px;visibility:hidden;overflow:hidden}#top div.container .av-masonry .av-masonry-sort{padding:0px;background:transparent;line-height:30px;margin-bottom:15px;font-size:0.9em} .av-large-gap .av-masonry-sort{}.av-masonry-sort a{text-decoration:none}.av-masonry-sort .avia_hide_sort{display:none}.av-sort-by-term > *{display:inline-block}.av-no-gap .av-masonry-sort,.av-1px-gap .av-masonry-sort{margin:0 0 1px 0}.av-large-gap .av-masonry-sort{margin:0 15px 15px 0}.avia-term-count{display:none} #top .av-sort-yes-tax{line-height:50px}#top .av-sort-yes-tax .av-sort-by-term,#top .av-sort-yes-tax .sort_by_cat{float:right}#top .av-current-sort-title{float:left;font-weight:normal;font-size:26px} .av-masonry-pagination{clear:both;z-index:2;bottom:20px;right:20px;padding:20px;display:block} #top .av-masonry-load-more{text-align:center;text-decoration:none;text-transform:uppercase;font-weight:600;letter-spacing:1px;font-size:13px;visibility:hidden;opacity:0;overflow:hidden} #top .av-masonry-load-more.av-masonry-no-more-items{opacity:0 !important;height:0px;padding:0px;filter:alpha(opacity=00)} #top .av-masonry-load-more:hover{letter-spacing:0px}.av-no-gap .av-masonry-load-more{margin:1px 0 0 0;float:left;width:100%}.av-large-gap .av-masonry-pagination{margin:0 15px 15px 0}.av-masonry-pagination .pagination{padding:5px}.av-masonry-pagination .pagination-meta{line-height:30px} .av-masonry-entry.sale .av-masonry-entry-title{padding-right:48px}#top .av-masonry-entry.type-product .av-masonry-image-container{-webkit-transform:scale(1);transform:scale(1)}#top .av-masonry-entry .price,#top .av-masonry-entry .price span,#top .av-masonry-entry del,#top .av-masonry-entry ins{font-size:14px}#top .av-masonry-entry .onsale{top:20px;right:20px} #top .av-caption-style-overlay .av-masonry-entry .onsale{top:0px;right:0px;border-radius:0}#top .av-caption-style-overlay .av-masonry-entry.sale .av-masonry-entry-title{padding-right:0px} #top .av-masonry-entry .av-inner-masonry .av-masonry-overlay{opacity:0;filter:alpha(opacity=0);width:100%;z-index:10;position:absolute;top:0;left:0;right:0;bottom:0}#top .av-masonry-entry:hover .av-inner-masonry .av-masonry-overlay{opacity:1;filter:alpha(opacity=100)} #top .av-icon-display.av-masonry-media{position:absolute;left:50%;margin-left:-30px;top:-75px;opacity:0.7;filter:alpha(opacity=70)} #top .av-masonry-entry:hover .av-icon-display.av-masonry-media{opacity:1;filter:alpha(opacity=100);-webkit-transform:rotateY(0deg);transform:rotateY(0deg)} #top .av-masonry-entry.format-quote .av-icon-display{position:absolute;z-index:-1;border:none;background:rgba(0,0,0,0);opacity:0.1;filter:alpha(opacity=10);bottom:-20px;left:0;font-size:50px;line-height:100px;width:100px} #top div .av-masonry-entry.format-quote:hover .av-icon-display{-webkit-transform:rotateY(0deg);transform:rotateY(0deg);opacity:0.3;filter:alpha(opacity=30)} #top .container .av-masonry{background:transparent}#top .container .av-masonry.av-large-gap{padding:0;width:102%;width:calc(100% + 15px)} #top .av-hover-overlay-fade_out .av-masonry-image-container{opacity:1.0}#top .av-hover-overlay-fade_out .av-masonry-entry:hover .av-masonry-image-container{opacity:0.2} #top .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container{-webkit-filter:grayscale(1);filter:grayscale(1)} #top .av-hover-overlay-grayscale .av-masonry-entry:hover .av-masonry-image-container{-webkit-filter:grayscale(0);filter:grayscale(0)} #top .av-hover-overlay-desaturation .av-masonry-image-container{-webkit-filter:saturate(30%);filter:saturate(30%)} #top .av-hover-overlay-desaturation .av-masonry-entry:hover .av-masonry-image-container{-webkit-filter:saturate(100%);filter:saturate(100%)} #top .av-hover-overlay-bluronhover .av-masonry-image-container{-webkit-filter:blur(0px);filter:blur(0px)} #top .av-hover-overlay-bluronhover .av-masonry-entry:hover .av-masonry-image-container{-webkit-filter:blur(10px);filter:blur(10px)} @media only screen and (min-width:1800px){.responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry,.responsive.html_av-framed-box .av-masonry-col-flexible .av-masonry-entry{width:16.6%} .responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry.av-landscape-img,.responsive.html_av-framed-box .av-masonry-col-flexible .av-masonry-entry.av-landscape-img{width:33.2%}} @media only screen and (min-width:989px) and (max-width:1340px){.responsive .av-masonry-col-flexible .av-masonry-entry{width:33.3%}.responsive .av-masonry-col-flexible .av-masonry-entry.av-landscape-img{width:66.6%}} @media only screen and (max-width:767px){.responsive #top .av-masonry-entry{width:100%}} @media only screen and (min-width:480px) and (max-width:767px){.responsive #top .av-masonry-entry{width:49.90%} .responsive #top .av-masonry-entry.av-landscape-img{width:100%}} @media only screen and (max-width:480px){.responsive #top .av-masonry-entry{width:100%}} @media only screen and (min-width:767px) and (max-width:989px){.responsive .av-masonry-col-flexible.av-masonry-gallery .av-masonry-entry{width:33.3%} .responsive .av-masonry-col-flexible.av-masonry-gallery .av-masonry-entry.av-landscape-img{width:66.6%} .responsive .av-masonry-col-automatic .av-masonry-entry .av-masonry-entry-title{font-size:13px} .responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content{display:none}} @media only screen and (min-width:767px) and (max-width:989px){.responsive .av-masonry-col-flexible .av-masonry-entry{width:49.90%} .responsive .av-masonry-col-flexible .av-masonry-entry.av-landscape-img{width:100%}}\";}s:19:\"avia-siteloader-css\";a:6:{s:4:\"name\";s:15:\"avia-siteloader\";s:3:\"url\";s:85:\"http://cs1.noappname.net/wp-content/themes/enfold/css/avia-snippet-site-preloader.css\";s:4:\"path\";s:60:\"wp-content/themes/enfold/css/avia-snippet-site-preloader.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1829:\".av-siteloader-wrap{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1000000;background:#fff;display:none}html.av-preloader-active{}html.av-preloader-active .av-siteloader-wrap{display:block} .av-siteloader-inner{position:relative;display:table;width:100%;height:100%;text-align:center} .av-siteloader-cell{display:table-cell;vertical-align:middle} .av-siteloader ,#top div.avia-popup .mfp-preloader{font-size:10px;position:relative;text-indent:-9999em;margin:0 auto;border-top:2px solid rgba(0,0,0,0.2);border-right:2px solid rgba(0,0,0,0.2);border-bottom:2px solid rgba(0,0,0,0.2);border-left:2px solid #000;-webkit-animation:av-load8 0.8s infinite linear;animation:av-load8 0.8s infinite linear} #top div.avia-popup .mfp-preloader{position:absolute;background:transparent;border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff} .av-preloader-reactive #top .av-siteloader{-webkit-animation:avia_pop_loader 1.3s 1 linear;animation:avia_pop_loader 1.3s 1 linear} .av-preloader-reactive #top .av-siteloader-extra{border-radius:50%;width:400px;height:400px;background:#eee;position:absolute;left:50%;top:50%;-webkit-transform:scale(0);transform:scale(0);opacity:0;-webkit-animation:avia_shrink 1.1s 1 linear;animation:avia_shrink 1.1s 1 linear;margin:-200px 0 0 -200px} .av-siteloader,#top div.avia-popup .mfp-preloader,.av-siteloader:after ,#top div.avia-popup .mfp-preloader:after{border-radius:50%;width:40px;height:40px} .av-preloading-logo{position:relative;margin:0 auto;display:block;max-width:450px;max-height:450px;margin-bottom:20px;z-index:100} #top div.avia-popup .mfp-s-error .mfp-preloader{background:transparent;width:100%;-webkit-animation:none;animation:none;white-space:nowrap;border:none;text-indent:0;font-size:17px;-webkit-transition:none;transition:none}\";}s:23:\"avia-module-numbers-css\";a:6:{s:4:\"name\";s:19:\"avia-module-numbers\";s:3:\"url\";s:108:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.css\";s:4:\"path\";s:83:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:2094:\".avia-animated-number{display:block;clear:both;position:relative;text-align:center} .avia-animated-number:hover{text-decoration:none}.avia-animated-number-content{line-height:1.3em}.avia-animated-number.avia-color-font-light .avia-animated-number-content,.avia-animated-number.avia-color-font-light .heading{color:#fff} .avia-animated-number.avia-color-font-dark .avia-animated-number-content,.avia-animated-number.avia-color-font-dark .heading{color:#222} #top .avia-color-font-custom .heading{color:inherit} .avia-animated-number.avia-color-font-embossed .avia-single-number{text-shadow:0 1px 0 rgb(203,203,203),0 2px 0 rgb(201,201,201),0 3px 0 rgb(186,186,186),0 4px 0 rgb(184,184,184),0 5px 0 rgb(171,171,171),0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);color:rgb(255,255,255)} .avia-animated-number-title{font-size:40px;white-space:nowrap;line-height:1em;position:relative;letter-spacing:-2px;font-weight:400;margin-bottom:4px} .avia-no-number{opacity:0.5;font-size:0.8em;font-weight:normal} .avia-animated-number-content{padding:0;position:relative;clear:none;overflow:hidden;font-size:15px} .avia-animated-number-content p{margin:0} .js_active .avia-animated-number-title{visibility:hidden} .number_prepared .avia-animated-number-title{visibility:visible} .av-icon-before-number{margin-right:10px}.av-icon-after-number{margin-left:10px} .avia-animated-number-circle{display:block;position:absolute;width:100%;max-width:600px;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)} .avia-animated-number-circle:after{content:\"\";display:block;padding-bottom:100%} .avia-animated-number-circle-inner{display:block;position:absolute;width:100%;height:100%;border-radius:100%;border-width:1px;border-style:solid} .avia-animated-number-circle-inner:after{content:\"\";display:block;padding-bottom:100%} .av-circle-hover-animate:hover{animation:sonarEffect 1s ease-out} @media only screen and (max-width:767px){.avia-animated-number-circle{display:none}}\";}s:34:\"avia-module-slideshow-fullsize-css\";a:6:{s:4:\"name\";s:30:\"avia-module-slideshow-fullsize\";s:3:\"url\";s:130:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css\";s:4:\"path\";s:105:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:4180:\".avia-slideshow-inner li{-webkit-transform-style:preserve-3d} .avia-fullwidth-slider{border-top-style:solid;border-top-width:1px;z-index:1} .avia-fullwidth-slider.avia-builder-el-0{border-top:none} div.slider-not-first,.html_header_transparency #top .avia-builder-el-0{border-top:none} .avia-slide-wrap{position:relative;display:block} .avia-slide-wrap>p{margin:0;padding:0}.av_slideshow_full.avia-slideshow{margin:0}#top .av_slideshow_full.av-control-default .avia-slideshow-arrows a{margin:-50px 0 0 0;width:35px;text-align:center;height:100px;line-height:102px;opacity:0.5} #top .av_slideshow_full .avia-slideshow-arrows a:hover{opacity:1} #top .av_slideshow_full.av-control-default .next-slide:before{border-top-right-radius:0;border-bottom-right-radius:0;line-height:102px}#top .av_slideshow_full.av-control-default .prev-slide:before{border-top-left-radius:0;border-bottom-left-radius:0;line-height:102px} .av_slideshow_full li img{border-radius:0px} .av_slideshow_full .container.caption_container{position:relative;top:0;z-index:5;height:100%;left:0%;overflow:visible} .avia_transform .av_slideshow_full .avia-caption-content,.avia_transform .av_slideshow_full .avia-caption-title,.avia_transform .av_fullscreen .avia-caption-content,.avia_transform .av_fullscreen .avia-caption-title,.avia_transform .av_fullscreen .avia-slideshow-button,.avia_transform .av_slideshow_full .avia-slideshow-button{-webkit-transform:translate(0,0);transform:translate(0,0);visibility:hidden} .avia_transform .av_slideshow_full .active-slide .avia-caption-content,.avia_transform .av_fullscreen .active-slide .avia-caption-content{visibility:visible;-webkit-animation:caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1);animation:caption-right 1s 1 cubic-bezier(0.985,0.005,0.265,1)} .avia_transform .av_slideshow_full .active-slide .avia-slideshow-button,.avia_transform .av_fullscreen .active-slide .avia-slideshow-button{visibility:visible;-webkit-animation:caption-left 1.2s 1 cubic-bezier(0.985,0.005,0.265,1);animation:caption-left 1.2s 1 cubic-bezier(0.985,0.005,0.265,1)} .avia_transform .av_slideshow_full .active-slide .avia-slideshow-button-2,.avia_transform .av_fullscreen .active-slide .avia-slideshow-button-2{visibility:visible;-webkit-animation:caption-right 1.2s 1 cubic-bezier(0.985,0.005,0.265,1);animation:caption-right 1.2s 1 cubic-bezier(0.985,0.005,0.265,1)} .avia_transform .av_slideshow_full .active-slide .avia-caption-title,.avia_transform .av_fullscreen .active-slide .avia-caption-title{visibility:visible;-webkit-animation:caption-left 1s 1 cubic-bezier(0.985,0.005,0.265,1);animation:caption-left 1s 1 cubic-bezier(0.985,0.005,0.265,1)} .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-content,.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-content{visibility:visible;-webkit-animation:caption-bottom 0.5s 1 ease-out;animation:caption-bottom 0.5s 1 ease-out} .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title,.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-caption-title{visibility:visible;-webkit-animation:caption-top 0.5s 1 ease-out;animation:caption-top 0.5s 1 ease-out} .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-slideshow-button,.avia_transform .av_fullscreen.avia-fade-slider .active-slide .avia-slideshow-button{visibility:visible;-webkit-animation:caption-top 1.2s 1 ease-out;animation:caption-top 1.2s 1 ease-out} @media only screen and (max-width:479px){.responsive #top .slideshow_caption{left:0;width:100%;padding:0} .responsive #top .slideshow_caption h2{font-size:20px !important} .responsive #top .slideshow_caption .avia-caption-content{font-size:13px !important}} @media only screen and (min-width:480px) and (max-width:767px){.responsive #top .slideshow_caption{left:0;width:100%;padding:0} .responsive #top .slideshow_caption h2{font-size:20px !important} .responsive #top .slideshow_caption .avia-caption-content{font-size:13px !important}} @media only screen and (min-width:768px) and (max-width:989px){} @media only screen and (min-width:1140px){} @media only screen and (min-width:1340px){}\";}s:22:\"avia-module-social-css\";a:6:{s:4:\"name\";s:18:\"avia-module-social\";s:3:\"url\";s:118:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css\";s:4:\"path\";s:93:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/social_share/social_share.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:866:\".av-share-box{width:100%;clear:both;float:left;font-size:13px;margin-top:30px;margin-bottom:-50px;padding:0}.av-share-box .av-share-link-description{margin-bottom:20px}#top .av-share-box ul{margin:0;padding:0;list-style-type:none;overflow:hidden;border-style:solid;border-width:1px;display:table;width:100%;text-align:center;table-layout:fixed;border-radius:3px;background:transparent}.av-share-box ul li{margin:0;padding:0;display:table-cell;border-left-style:solid;border-left-width:1px}.av-share-box ul li:first-child{border:none}.av-share-box ul li a{display:block;padding:15px 0;text-decoration:none;color:inherit;font-size:14px;-webkit-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.av-share-box .avia-related-tooltip{width:150px} .av-social-sharing-box .av-share-box{margin:0}#top .av-social-sharing-box-minimal .av-share-box ul{border:none}\";}s:21:\"avia-module-table-css\";a:6:{s:4:\"name\";s:17:\"avia-module-table\";s:3:\"url\";s:104:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table/table.css\";s:4:\"path\";s:79:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/table/table.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:5662:\"div .avia-table{background:transparent;width:100%;clear:both;margin:30px 0;table-layout:fixed}.avia-data-table .avia-heading-row .avia-desc-col{border-top:none;border-left:none}.avia-data-table .avia-button-row td{text-align:center}.avia-data-table .avia-center-col{text-align:center}.avia-data-table td:before{display:none}.avia-data-table .avia-pricing-row td,.avia-data-table .avia-pricing-row th{text-align:center;font-size:40px;line-height:1.3em}.avia-data-table .avia-desc-col{text-align:right}.avia-data-table .avia-pricing-row small{display:block;font-size:11px;font-style:italic;line-height:1.7em}.avia-data-table .avia-pricing-row .avia-desc-col{font-size:14px;text-align:right} .avia-data-table.avia_pricing_minimal th,.avia-data-table.avia_pricing_minimal td{text-align:center;padding:12px;color:inherit}#top .avia-data-table.avia_pricing_minimal tr{background:transparent} @media only screen and (max-width:767px){.responsive div .avia_responsive_table .avia-data-table table,.responsive div .avia_responsive_table .avia-data-table tbody,.responsive div .avia_responsive_table .avia-data-table tr,.responsive div .avia_responsive_table .avia-data-table td,.responsive div .avia_responsive_table .avia-data-table th{display:block;border-top:none;border-right:none;border-left:none;text-align:center} .responsive .avia_responsive_table .avia-data-table{border-style:solid;border-width:1px} .responsive .avia_responsive_table .avia-data-table .avia-pricing-row .avia-desc-col{text-align:center} .responsive .avia_responsive_table .avia-data-table .avia-button-row,.responsive .avia_responsive_table .avia-data-table tr:first-child th{display:none} .responsive .avia_responsive_table .avia-data-table td:before{display:block;font-style:italic;font-size:11px} .responsive .avia_responsive_table .avia-data-table td{position:relative} .responsive .avia_scrollable_table{width:100%;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar} .avia_scrollable_table .avia-table{width:auto} .responsive .avia_scrollable_table .avia-data-table > thead > tr > th,.responsive .avia_scrollable_table .avia-data-table > tbody > tr > th,.responsive .avia_scrollable_table .avia-data-table > tfoot > tr > th,.responsive .avia_scrollable_table .avia-data-table > thead > tr > td,.responsive .avia_scrollable_table .avia-data-table > tbody > tr > td,.responsive .avia_scrollable_table .avia-data-table > tfoot > tr > td{white-space:nowrap}} .avia-pricing-table-container{position:relative;clear:both;width:100%;display:table;table-layout:fixed}.pricing-table-wrap{display:table-cell}.pricing-table{margin:10px}.pricing-table>li{list-style-type:none;list-style-position:outside;padding:9px 12px;border-top-style:solid;border-top-width:1px;border-left-style:solid;border-left-width:1px;border-right-style:solid;border-right-width:1px;margin:0;text-align:center;position:relative} .avia-pricing-table-container .pricing-table>li:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom-style:solid;border-bottom-width:1px;display:block} .pricing-table > li:first-child,.pricing-extra{border-top-left-radius:3px;border-top-right-radius:3px;border-top-style:solid;border-top-width:1px;border-left-style:solid;border-left-width:1px;border-right-style:solid;border-right-width:1px} .pricing-extra{display:none}.avia-desc-col.pricing-table li{border-style:dashed;border-left:none;border-right:none;text-align:right}#top .avia-desc-col.pricing-table .avia-button-row{border:none}#top .avia-button-row .avia-button-wrap{margin:10px 0}.avia-center-col.pricing-table{text-align:center}.pricing-table li.avia-pricing-row{text-align:center;font-size:60px;line-height:1em;padding:25px 12px;font-weight:600}.pricing-table li.avia-pricing-row small{display:block;font-size:16px;font-style:italic;line-height:1.4em;font-weight:normal;letter-spacing:1px;text-shadow:none} .pricing-table.avia-highlight-col .pricing-extra{display:block;position:absolute;top:-20px;height:25px;left:-1px;right:-1px;border-top-left-radius:5px;border-top-right-radius:5px} .pricing-table li.empty-table-cell{display:none}.pricing-table.avia-desc-col li.empty-table-cell{display:block}.fallback-table-val{visibility:hidden}.pricing-table.avia-highlight-col{box-shadow:0 0 9px 1px rgba(0,0,0,0.1);margin:4px}.pricing-table.avia-highlight-col>li:last-child{padding-bottom:25px}.pricing-table.avia-highlight-col .first-table-item{position:relative;top:-9px;z-index:10} .pricing-table li.avia-pricing-row .currency-symbol{font-size:0.5em;position:relative;top:-0.6em;line-height:1em;text-shadow:none;font-weight:normal}.avia_pricing_default .pricing-table li.avia-pricing-row small,.avia_pricing_default .pricing-table li.avia-pricing-row .currency-symbol{opacity:0.4;color:#fff;filter:alpha(opacity=40);text-shadow:0 1px 1px rgba(0,0,0,0.3)} .avia_show_empty_cells .pricing-table .empty-table-cell{display:block}.avia_pricing_minimal .pricing-table{box-shadow:0 0 1px 0px rgba(0,0,0,0.1)}#top .avia_pricing_minimal .pricing-table>li{border:none}.avia_pricing_minimal .pricing-table > li:first-child,#top .avia_pricing_minimal .pricing-extra,.avia_pricing_minimal .pricing-table>li:last-child{border-radius:0;border:none} .avia_pricing_minimal .pricing-table.avia-highlight-col .pricing-extra{left:0;right:0}.avia_pricing_minimal .pricing-table li.avia-pricing-row{font-weight:300} @media only screen and (max-width:767px){.responsive .avia-pricing-table-container ,.responsive .pricing-table-wrap{display:block} .responsive .pricing-table{display:block;margin-bottom:40px} .responsive .pricing-table.avia-desc-col{display:none}}\";}s:20:\"avia-module-tabs-css\";a:6:{s:4:\"name\";s:16:\"avia-module-tabs\";s:3:\"url\";s:102:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css\";s:4:\"path\";s:77:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:3049:\"#top .tabcontainer{background:transparent} .tabcontainer{margin:30px 0;position:relative;width:100%;clear:both;overflow:hidden;background:transparent} .tab_titles{position:relative;width:100%;clear:both;float:left;z-index:5} .widget .tabcontainer{margin-top:0px} .js_active .tab_content{visibility:hidden;clear:both;padding:10px 19px;overflow:auto;position:absolute;top:0;z-index:0;left:120%;width:100%} .js_active .tab{cursor:pointer;margin:0 -1px 0 0;display:block;float:left;z-index:2;position:relative;padding:12px 16px;top:1px;font-size:0.8em;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-style:solid;border-width:1px} .js_active .top_tab .tab{border-bottom:none;padding:12px 16px 14px 16px} .js_active .active_tab{z-index:4;position:relative;font-weight:bold} .js_active .tab_titles .tab:first-child{border-top-left-radius:2px} .js_active .tab_titles .tab:last-child{border-top-right-radius:2px} .js_active .active_tab_content{display:block;visibility:visible;z-index:3;position:relative;overflow:auto;border-style:solid;border-width:1px;border-radius:2px;left:0;width:auto} .tabcontainer .tab_icon{margin-right:7px;font-size:1em} .tab_inner_content{margin:11px 0;left:-200%;position:relative} .active_tab_content .tab_inner_content{left:0;position:relative} .sidebar_tab .tab_titles{width:30%;min-width:170px;max-width:250px;float:left;display:block} .sidebar_tab_right .tab_titles{float:right} .sidebar_tab .tab_titles .tab{width:100%;margin:0 0 -1px 0;top:0} .sidebar_tab .tab_content{overflow:hidden;clear:none;left:-1px} .sidebar_tab_right .tab_content{left:1px} .js_active .sidebar_tab .tab_titles .tab:last-child{border-top-right-radius:0;border-bottom-left-radius:2px} .sidebar_tab_left .active_tab.tab{width:100.5%;border-right:none} .sidebar_tab_right .active_tab.tab{width:100.5%;border-left:none;left:-1px} .noborder_tabs.sidebar_tab_left .tab_content,.noborder_tabs.sidebar_tab_right .tab_content{border:none;box-shadow:-8px 0px 20px -10px rgba(0,0,0,0.2);left:0;padding:0px 0 0 30px} .noborder_tabs.sidebar_tab_right .tab_content{box-shadow:8px 0px 20px -10px rgba(0,0,0,0.2);padding:0px 30px 0 0} .noborder_tabs.sidebar_tab_left .tab{border-left:none} .noborder_tabs.sidebar_tab_right .tab{border-right:none} .noborder_tabs .tab:first-child{border-top:none}.noborder_tabs .tab:last-child{border-bottom:none} .tabcontainer .tab.fullsize-tab{display:none} @media only screen and (max-width:767px){.responsive .tabcontainer{border-width:1px;border-style:solid;border-top:none;overflow:hidden} .responsive .tabcontainer .tab_titles{display:none} .responsive .tabcontainer .tab_content,.responsive .tabcontainer .tab{width:100%;max-width:100%;border-left:none;border-right:0;left:0;top:0;min-height:0!important} .responsive .tabcontainer .tab_content{border-bottom:none;padding:15px 30px;clear:both} .responsive .tabcontainer .tab.fullsize-tab{display:block;margin-bottom:-1px} .responsive .top_tab .tab.fullsize-tab{margin-bottom:0px}}\";}s:28:\"avia-module-testimonials-css\";a:6:{s:4:\"name\";s:24:\"avia-module-testimonials\";s:3:\"url\";s:118:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.css\";s:4:\"path\";s:93:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:5445:\".avia-testimonial{border-right-style:dashed;border-right-width:1px;border-bottom-style:dashed;border-bottom-width:1px;padding:20px} .avia-first-testimonial{clear:both}.avia-testimonial-wrapper .avia-testimonial-row:last-child .avia-testimonial{border-bottom:none}.avia-testimonial.avia-last-testimonial,.avia-grid-1-testimonials .avia-testimonial{border-right:none}.avia-testimonial-image img{border-radius:100px}.avia-testimonial-image{float:left;margin:0 20px 0 0;width:80px;height:80px;border-radius:100px;overflow:hidden;background-size:contain;background-position:center center}.avia-testimonial-content{overflow:hidden}.avia-testimonial-content p:first-child{margin-top:0}.avia-testimonial-meta{position:relative;overflow:hidden;margin-left:100px}.avia-testimonial-meta-mini{overflow:hidden;line-height:1.3em;padding-top:0.2em}.avia-testimonial-name{display:block}.avia-testimonial-arrow-wrap{display:none} .avia-testimonial-wrapper{display:table;margin:30px 0;clear:both;width:100%;table-layout:fixed}.avia-testimonial-row{display:table-row}body div .avia-testimonial{display:table-cell;float:none} .avia_transform .avia-testimonial .avia-testimonial-image{opacity:0.2;-webkit-transform:scale(0.5);transform:scale(0.5)} .avia_transform .avia_start_animation.avia-testimonial .avia-testimonial-image{-webkit-animation:avia_appear 0.4s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_appear 0.4s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1;-webkit-transform:scale(1);transform:scale(1)} .av-minimal-grid-style .avia-testimonial{border:none;padding:40px}.av-minimal-grid-style .avia-testimonial-image{width:45px;height:45px;margin:0 15px 0 0;overflow:visible}.av-minimal-grid-style .avia-testimonial-meta{margin-left:0;overflow:visible}.av-minimal-grid-style .avia-testimonial-meta-mini{} .av-boxed-grid-style.avia-testimonial-wrapper{border-spacing:3px;border-collapse:separate}.av-boxed-grid-style .avia-testimonial{border:none;padding:0px}.av-boxed-grid-style .avia-testimonial_inner{padding:40px} .avia-testimonial.avia-first-testimonial{padding-left:0}.avia-testimonial.avia-last-testimonial{padding-right:0} #top .avia-slider-testimonials.avia-testimonial-wrapper{display:block;clear:both;position:relative}#top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial-row{display:block;width:100%;position:relative}#top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial{visibility:hidden;border:none;width:100%;float:none;padding:0;position:absolute;top:0}.js_active .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial{opacity:0}#top .avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child{display:block;visibility:visible;position:relative}.avia-slider-testimonials .avia-testimonial-meta{margin:13px 0 0 20px;overflow:visible;font-size:12px}.avia-slider-testimonials .avia-testimonial-meta .avia-testimonial-image{margin:0 10px 0 0;width:40px;height:40px}.avia-slider-testimonials .avia-testimonial-content{padding:15px;border-style:solid;border-width:1px;border-radius:2px}.avia-slider-testimonials .avia-testimonial-content p:last-child{margin-bottom:0}.avia-slider-testimonials .avia-testimonial-arrow-wrap{display:block;position:absolute;top:-14px;left:14px;overflow:hidden;width:10px;height:10px}.avia-slider-testimonials .avia-testimonial-name{font-size:14px}.avia_mobile .avia-slider-testimonials{pointer-events:none} #top .av-large-testimonial-slider{text-align:center;pointer-events:all}#top .av-large-testimonial-slider .avia-testimonial-content{border:none;padding:0;background:transparent;font-size:1.3em;line-height:1.65em}#top .av-large-testimonial-slider .avia-testimonial-meta{display:inline-block;width:auto;margin:30px 0 0 0}#top .av-large-testimonial-slider .avia-testimonial-arrow-wrap{display:none}#top .av-large-testimonial-slider .avia-testimonial-meta-mini{text-align:left;overflow:visible;float:left;line-height:1.8em;padding-top:0}#top .av-large-testimonial-slider .avia-testimonial-name{font-size:1.6em;margin-top:1em}#top .av-large-testimonial-slider .avia-testimonial-meta .avia-testimonial-image{width:80px;height:80px}#top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial{padding:0px 100px } #top .av-large-testimonial-slider .avia-slideshow-arrows a{top:0;margin-top:-1px;color:inherit;opacity:0.1;font-size:45px}#top .av-large-testimonial-slider:hover .avia-slideshow-arrows a{opacity:0.5}#top .av-large-testimonial-slider .avia-slideshow-arrows a:hover{opacity:0.9}#top .av-large-testimonial-slider .avia-slideshow-arrows a:before{background:transparent} @media only screen and (max-width:767px){.responsive .avia-testimonial-wrapper,.responsive .avia-testimonial-row,.responsive .avia-testimonial{display:block;width:100%;float:none} .responsive .avia-testimonial{padding:20px 0;border-right:none;margin:0} .responsive #top .avia-testimonial{border-bottom-style:dashed;border-bottom-width:1px} .responsive #top .avia-testimonial-row:last-child .avia-testimonial:last-child{border:none} .responsive #top .avia-slider-testimonials .avia-testimonial{border:none} .responsive #top .av-large-testimonial-slider.avia-testimonial-wrapper .avia-testimonial{padding:0px 70px ;font-size:0.85em} .responsive #top .av-large-testimonial-slider .avia-slideshow-arrows a{font-size:30px}} @media only screen and (max-width:479px){.responsive .avia-grid-testimonials .avia-testimonial-meta{margin-left:0}}\";}s:21:\"avia-module-video-css\";a:6:{s:4:\"name\";s:17:\"avia-module-video\";s:3:\"url\";s:104:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css\";s:4:\"path\";s:79:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:1275:\".avia-video,.avia-iframe-wrap{clear:both;position:relative;margin-bottom:20px} .avia-video,.avia-video iframe,.avia-video video{background-color:#000} .avia-video iframe,.js_active .avia-iframe-wrap iframe,div .avia-video .avia-iframe-wrap{position:absolute;width:100%;height:100%;left:0;top:0;padding:0}.avia-video-custom{height:0}.avia-video-16-9,.js_active .avia-iframe-wrap{padding-bottom:56.25%;height:0}.avia-video-4-3{padding-bottom:75%;height:0} video{width:100%;height:auto} .mejs-layer{z-index:1;width:100% !important} .mejs-layer.mejs-overlay-play{height:100% !important} #top .avia-video .mejs-container,#top .avia-video .mejs-container video{height:100% !important;width:100% !important;position:absolute} #top .avia-video .av-click-to-play-overlay{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;z-index:1000} #top .avia-video .av-click-to-play-overlay .avia_playpause_icon{display:block;-webkit-transition:opacity 0.4s ease-out;transition:opacity 0.4s ease-out} #top .avia-video .av-click-to-play-overlay:hover .avia_playpause_icon{opacity:0.7} .avia-video .mejs-poster,.avia-video{background-position:center center;background-size:cover}.avia-video .mejs-poster{position:absolute;height:100% !important;width:100% !important;top:0;left:0}\";}s:12:\"avia-scs-css\";a:6:{s:4:\"name\";s:8:\"avia-scs\";s:3:\"url\";s:68:\"http://cs1.noappname.net/wp-content/themes/enfold/css/shortcodes.css\";s:4:\"path\";s:43:\"wp-content/themes/enfold/css/shortcodes.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:23967:\"p:empty,.entry-content-wrapper:empty{display:none}.avia-shadow{box-shadow:inset 0 1px 3px rgba(0,0,0,0.1)} .webkit_fix{-webkit-perspective:1000px;-webkit-backface-visibility:hidden} body .container_wrap .avia-builder-el-no-sibling{margin-top:0;margin-bottom:0}body .container_wrap .avia-builder-el-last{margin-bottom:0}body .container_wrap .avia-builder-el-first{margin-top:0} body .av-align-left{text-align:left}body .av-align-right{text-align:right}body .av-align-center{text-align:center} #top .av_inherit_color *{color:inherit}#top .av_inherit_color a{text-decoration:underline} #top .av_opacity_variation{opacity:0.7} #top .av-shortcode-disabled-notice{display:block;text-align:center;margin:5px;padding:20px;background-color:#FFFDF3;color:#C96D11;border:1px solid #E6BF4A;clear:both}#top .av-shortcode-disabled-notice a{color:inherit;text-decoration:underline} .av-screen-reader-only{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden} .avia_textblock{clear:both;line-height:1.65em} .flex_column + .avia_textblock{padding-top:50px} body .column-top-margin{margin-top:50px} body .flex_column.avia-link-column{cursor:pointer}body .flex_column.avia-link-column.avia-link-column-hover:hover{opacity:0.8} .av-icon-display{display:block;font-size:30px;line-height:58px;margin:0 auto 20px auto;width:60px;border-radius:100px;border-style:solid;border-width:1px;text-align:center;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} .avia-section{clear:both;width:100%;float:left;min-height:100px;position:static} .avia-section.avia-section-small{min-height:0} .js_active .av-minimum-height .container{z-index:1;opacity:0;-webkit-transition:opacity 0.6s ease-in;transition:opacity 0.6s ease-in} .js_active.av-preloader-enabled .av-minimum-height .container{-webkit-transition:opacity 1.2s ease-in;transition:opacity 1.2s ease-in} .avia-section.av-minimum-height .container{display:table;table-layout:fixed}.avia-section.av-minimum-height .container .content{display:table-cell;vertical-align:middle;height:100%;float:none !important}.av-minimum-height-100 .container{height:1500px} .avia-full-stretch{background-size:cover !important} .avia-full-contain{background-size:contain !important} .avia_mobile .avia-full-stretch{background-attachment:scroll !important} #top #main .avia-section .template-page{width:100%;border:none;margin-left:auto;padding-left:0;margin-right:auto} .avia-section .template-page .entry-content-wrapper{padding-right:0} .avia-section-small .content,.avia-section-small .sidebar{padding-top:20px;padding-bottom:20px}.avia-section-large .content,.avia-section-large .sidebar{padding-top:70px;padding-bottom:70px}.avia-section-huge .content,.avia-section-huge .sidebar{padding-top:130px;padding-bottom:130px}.avia-section-no-padding .content,.avia-section-no-padding .sidebar,.avia-section-custom .content,.avia-section-custom .sidebar{padding-top:0;padding-bottom:0} .html_header_sticky_disabled .container_wrap:first-child,.avia-section.avia-full-stretch,.html_header_transparency .avia-section.avia-builder-el-0{border-top:none}#top #wrap_all #main .avia-no-border-styling{border:none} #top .scroll-down-link{height:60px;width:80px;margin:0px 0 0 -40px;line-height:60px;position:absolute;left:49.85%;bottom:0px;color:#FFF;text-align:center;font-size:70px;z-index:100;text-decoration:none;text-shadow:0px 0px 3px rgba(0,0,0,0.4);-webkit-animation:avia_fade_move_down 2s ease-in-out infinite;animation:avia_fade_move_down 2s ease-in-out infinite} #top .av-section-with-video-bg{border-top:none;position:relative} #top .av-section-video-bg{position:absolute;top:0;left:0;right:0;bottom:0;padding:0;margin:0;z-index:1} #top .av-section-video-bg .av-click-to-play-overlay{display:none} #top .av-section-video-bg .avia-slideshow-inner{height:100% !important} #top .av-section-with-video-bg .av-section-video-bg .av-video-service-vimeo iframe{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)} .avia_mobile #top .av-parallax-section{z-index:0;-webkit-transform:translate3d(0,0,0)}.avia_mobile #top .av-parallax{position:absolute;z-index:-10}.avia_mobile #top .av-parallax .container{z-index:10}.avia_mobile #top .av-section-mobile-video-disabled .av-section-video-bg{display:none}.avia_desktop #top .av-section-mobile-video-disabled{background-image:none !important}.avia_desktop #top .av-section-mobile-video-disabled .av-parallax{display:none} .av-parallax-section{position:relative;border-top:none;overflow:hidden} .av-parallax{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:0;height:calc((100vh * 0.3) + 100%);will-change:transform} .av-parallax-inner{position:absolute;width:100%;height:100%;bottom:0;left:0} .js_active .av-parallax{opacity:0}.js_active .av-parallax.enabled-parallax{opacity:1}.js_active .av-parallax.active-parallax{opacity:1;-webkit-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out} .avia_transform .av-extra-border-element{position:relative;width:100%;overflow:visible} .avia_transform .av-extra-border-element.border-extra-arrow-down{position:relative;width:50px;height:25px;left:50%;margin-left:-26px;margin-top:-1px;z-index:25;margin-bottom:-25px;clear:both} .avia_transform .av-extra-border-element .av-extra-border-outer{overflow:hidden;height:100%;width:100%;position:absolute} .avia_transform .av-extra-border-element.border-extra-arrow-down .av-extra-border-inner{position:absolute;left:50%;width:50px;height:50px;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);top:-39px} .av-section-color-overlay + .container + .border-extra-diagonal,.av-section-color-overlay + .scroll-down-link + .container + .border-extra-diagonal{z-index:1} .avia_transform .av-extra-border-element.border-extra-diagonal{height:250px;margin-top:-250px} .avia_transform .av-extra-border-element.border-extra-diagonal .av-extra-border-inner{top:250px;right:0;width:110%;height:100%;-webkit-transform-origin:right top;transform-origin:right top;-webkit-transform:rotate(5deg);transform:rotate(5deg);position:absolute} .avia_transform .av-extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .av-extra-border-inner{-webkit-transform:rotate(-5deg);transform:rotate(-5deg);-webkit-transform-origin:left top;transform-origin:left top;right:auto;left:0} .av-extra-border-element.diagonal-box-shadow .av-extra-border-inner{box-shadow:0 0 44px -8px rgba(0,0,0,0.2)} div .av-section-color-overlay-wrap{position:relative;width:100%}.html_header_sidebar .av-section-color-overlay-wrap{float:left}div .av-section-color-overlay{position:absolute;top:0;left:0;bottom:0;width:100%}div .av-arrow-down-section .av-section-color-overlay{bottom:24px}div .av-section-color-overlay{z-index:1}div .av-video-service-html5 .av-section-color-overlay{z-index:8} .html_minimal_header #main > .avia-builder-el-0,.av_minimal_header + #main .container_wrap_first:first-child{border-top:none} .av_dropcap1{display:block;float:left;font-size:38px;line-height:32px;margin:4px 8px 0 0} .av_dropcap2{display:block;float:left;font-size:18px;line-height:35px;width:35px;text-align:center;margin:4px 8px 0 0;border-radius:100px;font-weight:bold} fieldset{border:none} #top select,#top .avia_ajax_form .select,#top .entry-content-wrapper select{-webkit-appearance:none;border-radius:0px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);background-position:center right;background-repeat:no-repeat;border-radius:2px} #top select[multiple],#top .avia_ajax_form .select[multiple]{background-image:none} #top select[multiple]{background-image:none} .avia-builder-widget-area{position:relative} .flex_column .widget:first-child,.content .widget:first-child{padding-top:0;border-top:none} .flex_column .widget .widgettitle ,.content .widget .widgettitle{margin-top:0.85em} .avia_textblock .wp-playlist{margin:0}.wp-playlist-light .wp-playlist-item.wp-playlist-playing{background:transparent}.wp-playlist-current-item img{border-radius:3px}.wp-playlist-current-item img[src$=\"media/audio.png\"]{border-radius:0px;background:#fff}.wp-playlist-item-meta.wp-playlist-item-title{font-weight:bold}.wp-playlist-tracks .wp-playlist-item{padding:4px 3px}.wp-playlist-tracks .wp-playlist-item-length{top:4px}div .mejs-controls .mejs-time-rail .mejs-time-loaded,div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{background:#9c9c9c}div .mejs-controls .mejs-time-rail > span,div .mejs-controls .mejs-time-rail a,div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{height:7px}div .mejs-controls div.mejs-time-rail{padding-top:7px}div .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{top:12px}div .mejs-container,div .mejs-embed,div .mejs-embed body,div .mejs-container div .mejs-controls{background:transparent}div .mejs-container{border-radius:2px;background:#313131}div .wp-playlist-item-album{font-style:normal}div .mejs-controls .mejs-playpause-button ,div .mejs-controls .mejs-volume-button{height:30px}#top .mejs-container .mejs-controls .mejs-time,#top .mejs-time-rail .mejs-time-float{color:#fff}#top .mejs-time-rail .mejs-time-float{border:none}div .mejs-container .mejs-controls{height:30px;width:100%}#top .mejs-container{height:30px}#top .mejs-container.mejs-audio{max-height:30px} div .mejs-button>button{margin:6px 6px}div .mejs-time{padding:12px 6px 0;height:18px}div .mejs-time-rail,div .mejs-horizontal-volume-slider{height:30px}div .mejs-controls .mejs-time-rail .mejs-time-handle{display:none}div .mejs-time-buffering,div .mejs-time-current,div .mejs-time-float-corner,div .mejs-time-hovered,div .mejs-time-loaded,div .mejs-time-marker,div .mejs-time-total{height:7px;outline:none}div .mejs-controls{padding:0} #top .av-toggle-switch{display:block;margin-bottom:10px;margin-top:10px;opacity:0;text-align:left} #top .av-toggle-switch.active{-webkit-animation:avia-fadein 1s 1 ease-in;animation:avia-fadein 1s 1 ease-in;opacity:1} #top .av-toggle-switch input[type=\"checkbox\"]{display:none}#top .av-toggle-switch label{cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#top .av-toggle-switch label .toggle-track{display:block;height:27px;width:54px;background:rgba(0,0,0,0.08);border-radius:100px;position:relative;margin-right:15px;border:1px solid rgba(0,0,0,0.15);clear:both;vertical-align:bottom;float:left;transition:all .1s ease-in} #top .av-toggle-switch .toggle-track:before{content:\'\';display:inline;height:25px;width:25px;background:#fff;border-radius:100px;position:absolute;top:0;right:0;transition:right .1s ease-in;box-shadow:rgba(0,0,0,0.2) 0px 1px 1px 1px} #top .av-toggle-switch.av-cookie-sc-disabled .toggle-track{opacity:0.2} #top .av-toggle-switch input[type=\"checkbox\"]:checked + .toggle-track:before{right:27px} #top .av-toggle-switch input[type=\"checkbox\"]:checked + .toggle-track{background:#5dceba} #top .av-toggle-switch .toggle-label-content{color:inherit;font-weight:bold;display:block;overflow:hidden;font-size:inherit} #top .avia-cookie-consent-modal-buttons-wrap{text-align:center} .avia-tooltip{position:absolute;z-index:9999999;padding:12px;margin-top:-18px;margin-left:-4px;background:#000;background:rgba(0,0,0,0.8);color:#fff;width:140px;border-radius:2px;text-align:center} .avia-tooltip .inner_tooltip{font-size:0.925em;line-height:1.65em} #top .avia-tooltip.transparent_dark,#top .avia-tooltip.transparent_dark .avia-arrow{background:#000;background:rgba(0,0,0,0.8);color:#fff;border:none} #top .avia-tooltip.transparent_dark h1,#top .avia-tooltip.transparent_dark h2,#top .avia-tooltip.transparent_dark h3,#top .avia-tooltip.transparent_dark h4,#top .avia-tooltip.transparent_dark h5,#top .avia-tooltip.transparent_dark h6{color:inherit} .avia-tooltip.av-tooltip-shadow,.avia-tooltip.av-tooltip-shadow .avia-arrow{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.15)} .avia-tooltip ul,.avia-tooltip ol,.avia-tooltip blockquote{text-align:left;list-style-position:inside} .avia-tooltip .avia-arrow{background:rgba(0,0,0,0.8);border:none} .avia-tooltip .avia-arrow-wrap{width:20px;height:20px;position:absolute;bottom:-20px;left:50%;margin-left:-7px;overflow:hidden} .avia-tooltip .inner_tooltip br:first-child{display:none} .av-tt-hotspot .avia-arrow-wrap{bottom:auto;bottom:-19px}.transparent_dark.av-tt-hotspot .avia-arrow-wrap{bottom:-20px} .avia-tooltip.av-tt-pos-below{margin-top:18px}.avia-tooltip.av-tt-pos-below .avia-arrow-wrap{bottom:auto;top:-19px}.avia-tooltip.av-tt-pos-below .avia-arrow{bottom:-6px;top:auto} .avia-tooltip.av-tt-pos-left{margin-top:0;margin-left:-18px}.avia-tooltip.av-tt-pos-left .avia-arrow-wrap{left:auto;margin-left:0;right:-19px;top:50%;margin-top:-10px}.avia-tooltip.av-tt-pos-left .avia-arrow{top:5px;left:-5px;margin-left:0} .avia-tooltip.av-tt-pos-right{margin-top:0;margin-left:18px}.avia-tooltip.av-tt-pos-right .avia-arrow-wrap{left:-19px;margin-left:0;top:50%;margin-top:-10px}.avia-tooltip.av-tt-pos-right .avia-arrow{top:5px;left:auto;right:-5px;margin-left:0} .av-tt-pos-above.av-tt-align-right.avia-tooltip,.av-tt-pos-below.av-tt-align-right.avia-tooltip{margin-left:4px}.av-tt-pos-above.av-tt-align-left .avia-arrow-wrap,.av-tt-pos-below.av-tt-align-left .avia-arrow-wrap{left:0;margin-left:7px}.av-tt-pos-above.av-tt-align-right .avia-arrow-wrap,.av-tt-pos-below.av-tt-align-right .avia-arrow-wrap{left:auto;right:0;margin-left:auto;margin-right:7px} .av-tt-pos-left.av-tt-align-top .avia-arrow-wrap,.av-tt-pos-right.av-tt-align-top .avia-arrow-wrap{top:0;margin-top:2px}.av-tt-pos-left.av-tt-align-bottom .avia-arrow-wrap,.av-tt-pos-right.av-tt-align-bottom .avia-arrow-wrap{bottom:0;margin-bottom:4px;top:auto} .av-tt-pos-above.av-tt-align-centered,.av-tt-pos-below.av-tt-align-centered{text-align:center} .avia_transform.avia_desktop .av-animated-generic{opacity:0} .avia_transform .avia_start_delayed_animation.fade-in{-webkit-animation:avia-fadein 1.5s 1 ease-out;animation:avia-fadein 1.5s 1 ease-out;opacity:1} .avia_transform .avia_start_delayed_animation.pop-up{-webkit-animation:avia_image_appear 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia_image_appear 0.5s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.top-to-bottom{-webkit-animation:avia-ttb 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-ttb 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.bottom-to-top{-webkit-animation:avia-btt 0.8s 1 cubic-bezier(0.165,0.840,0.440,1.000);animation:avia-btt 0.8s 1 cubic-bezier(0.165,0.840,0.440,1.000);opacity:1} .avia_transform .avia_start_delayed_animation.left-to-right{-webkit-animation:avia-ltr 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-ltr 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.right-to-left{-webkit-animation:avia-rtl 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-rtl 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.av-rotateIn{-webkit-animation:avia-rotateIn 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-rotateIn 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.av-rotateInUpLeft{-webkit-animation:avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-rotateInUpLeft 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} .avia_transform .avia_start_delayed_animation.av-rotateInUpRight{-webkit-animation:avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);animation:avia-rotateInUpRight 0.8s 1 cubic-bezier(0.175,0.885,0.320,1.275);opacity:1} @-webkit-keyframes avia_appear{0%{-webkit-transform:scale(0.5);opacity:0.1} 100%{-webkit-transform:scale(1);opacity:1}}@keyframes avia_appear{0%{transform:scale(0.5);opacity:0.1} 100%{transform:scale(1);opacity:1}} @-webkit-keyframes avia_image_appear{0%{-webkit-transform:scale(0.7);opacity:0.1} 100%{-webkit-transform:scale(1);opacity:1}}@keyframes avia_image_appear{0%{transform:scale(0.7);opacity:0.1} 100%{transform:scale(1);opacity:1}} @-webkit-keyframes avia_hotspot_appear{0%{-webkit-transform:translate(0,80px);opacity:0.1} 100%{-webkit-transform:translate(0,0px);opacity:1}}@keyframes avia_hotspot_appear{0%{transform:translate(0,80px);opacity:0.1} 100%{transform:translate(0,0px);opacity:1}} @-webkit-keyframes avia_appear_short{0%{-webkit-transform:scale(0.5);opacity:0} 50%{opacity:1} 100%{-webkit-transform:scale(1);opacity:0}}@keyframes avia_appear_short{0%{transform:scale(0.5);opacity:0} 50%{opacity:1} 100%{transform:scale(1);opacity:0}} @-webkit-keyframes avia_msonry_show{0%{-webkit-transform:translateZ(300px) translateY(200px) rotateX(-70deg);opacity:0.1} 100%{-webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg);opacity:1}}@keyframes avia_msonry_show{0%{transform:translateZ(300px) translateY(200px) rotateX(-70deg);opacity:0.1} 100%{transform:translateZ(0px) translateY(0px) rotateX(0deg);opacity:1}} @-webkit-keyframes avia_fade_move_down{0%{-webkit-transform:translate(0,-20px);opacity:0} 50%{opacity:1} 100%{-webkit-transform:translate(0,20px);opacity:0}}@keyframes avia_fade_move_down{0%{transform:translate(0,-20px);opacity:0} 50%{opacity:1} 100%{transform:translate(0,20px);opacity:0}} @-webkit-keyframes avia_slide_down{0%{height:0%} 100%{height:100%}}@keyframes avia_slide_down{0%{height:0%} 100%{height:100%}} @-webkit-keyframes avia_expand{0%{width:0%} 100%{width:100%}}@keyframes avia_expand{0%{width:0%} 100%{width:100%}} @-webkit-keyframes avia-ltr{0%{-webkit-transform:translate(-10%,0);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes avia-ltr{0%{transform:translate(-10%,0);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes avia-rtl{0%{-webkit-transform:translate(10%,0);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes avia-rtl{0%{transform:translate(10%,0);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes avia-btt{0%{-webkit-transform:translate(0,50%);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes avia-btt{0%{transform:translate(0,50%);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes avia-ttb{0%{-webkit-transform:translate(0,-10%);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes avia-ttb{0%{transform:translate(0,-10%);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes avia-fadein{0%{opacity:0} 100%{opacity:1}}@keyframes avia-fadein{0%{opacity:0} 100%{opacity:1}} @-webkit-keyframes avia-rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0} 100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}} @keyframes avia-rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0} 100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}} @-webkit-keyframes avia-rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0} 100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}} @keyframes avia-rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0} 100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}} @-webkit-keyframes avia-rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-22deg);transform:rotate3d(0,0,1,-22deg);opacity:0} 100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}} @keyframes avia-rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-22deg);transform:rotate3d(0,0,1,-22deg);opacity:0} 100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}} @-webkit-keyframes avia-bg-move{0%{background-position:-31px 0} 100%{background-position:0 0}}@keyframes avia-bg-move{0%{background-position:-31px 0} 100%{background-position:0 0}} @-webkit-keyframes caption-right{0%{-webkit-transform:translate(2000px,0);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes caption-right{0%{transform:translate(2000px,0);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes caption-left{0%{-webkit-transform:translate(-2000px,0);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes caption-left{0%{transform:translate(-2000px,0);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes caption-top{0%{-webkit-transform:translate(0,-20px);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes caption-top{0%{transform:translate(0,-20px);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes caption-bottom{0%{-webkit-transform:translate(0,20px);opacity:0} 100%{-webkit-transform:translate(0,0);opacity:1}}@keyframes caption-bottom{0%{transform:translate(0,20px);opacity:0} 100%{transform:translate(0,0);opacity:1}} @-webkit-keyframes av_pulsate{0%{-webkit-transform:scale(0.1);opacity:0.0} 50%{opacity:0.7} 100%{-webkit-transform:scale(1);opacity:0.0}} @keyframes av_pulsate{0%{transform:scale(0.1);opacity:0.0} 50%{opacity:0.7} 100%{transform:scale(1);opacity:0.0}} @-webkit-keyframes sonarEffect{0%{opacity:0.3} 40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255,255,255,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,0.5)} 100%{box-shadow:0 0 0 2px rgba(255,255,255,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,0.5);-webkit-transform:scale(1.5);opacity:0}}@keyframes sonarEffect{0%{opacity:0.3} 40%{opacity:0.5;box-shadow:0 0 0 2px rgba(255,255,255,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,0.5)} 100%{box-shadow:0 0 0 2px rgba(255,255,255,0.1),0 0 10px 10px #fff,0 0 0 10px rgba(255,255,255,0.5);transform:scale(1.5);opacity:0}}\";}s:18:\"avia-popup-css-css\";a:6:{s:4:\"name\";s:14:\"avia-popup-css\";s:3:\"url\";s:81:\"http://cs1.noappname.net/wp-content/themes/enfold/js/aviapopup/magnific-popup.css\";s:4:\"path\";s:56:\"wp-content/themes/enfold/js/aviapopup/magnific-popup.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:5323:\".mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000;opacity:0.8} .mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden} .mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box} .mfp-container:before{content:\'\';display:inline-block;height:100%;vertical-align:middle} .mfp-align-top .mfp-container:before{display:none} .mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045} .mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto} .mfp-ajax-cur{cursor:progress} .mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out} .mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in} .mfp-auto-cursor .mfp-content{cursor:auto} .mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none} .mfp-loading.mfp-figure{display:none} .mfp-hide{display:none !important} .mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044} .mfp-preloader a{color:#CCC} .mfp-preloader a:hover{color:#FFF} .mfp-s-ready .mfp-preloader{display:none} .mfp-s-error .mfp-content{display:none} button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation} button::-moz-focus-inner{padding:0;border:0} .mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:0.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace} .mfp-close:hover,.mfp-close:focus{opacity:1} .mfp-close:active{top:1px} .mfp-close-btn-in .mfp-close{color:#333} .mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%} .mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap} .mfp-arrow{position:absolute;opacity:0.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent} .mfp-arrow:active{margin-top:-54px} .mfp-arrow:hover,.mfp-arrow:focus{opacity:1} .mfp-arrow:before,.mfp-arrow:after{content:\'\';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent} .mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px} .mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:0.7} .mfp-arrow-left{left:0} .mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px} .mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F} .mfp-arrow-right{right:0} .mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px} .mfp-arrow-right:before{border-left:27px solid #3F3F3F} .mfp-iframe-holder{padding-top:40px;padding-bottom:40px} .mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px} .mfp-iframe-holder .mfp-close{top:-40px} .mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%} .mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000} img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto} .mfp-figure{line-height:0} .mfp-figure:after{content:\'\';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444} .mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px} .mfp-figure figure{margin:0} .mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto} .mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px} .mfp-image-holder .mfp-content{max-width:100%} .mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer} @media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0} .mfp-img-mobile img.mfp-img{padding:0} .mfp-img-mobile .mfp-figure:after{top:0;bottom:0} .mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px} .mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box} .mfp-img-mobile .mfp-bottom-bar:empty{padding:0} .mfp-img-mobile .mfp-counter{right:5px;top:3px} .mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}} @media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)} .mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0} .mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%} .mfp-container{padding-left:6px;padding-right:6px}}\";}s:17:\"avia-lightbox-css\";a:6:{s:4:\"name\";s:13:\"avia-lightbox\";s:3:\"url\";s:79:\"http://cs1.noappname.net/wp-content/themes/enfold/css/avia-snippet-lightbox.css\";s:4:\"path\";s:54:\"wp-content/themes/enfold/css/avia-snippet-lightbox.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:2825:\".mfp-ready .mfp-figure{opacity:0} div .mfp-title{line-height:1.4em;font-size:13px} .mfp-title a{text-decoration:underline;color:#fff}.mfp-title a:hover{text-decoration:none;opacity:0.8} .mfp-zoom-in .mfp-figure,.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler{opacity:0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95)}.mfp-zoom-in.mfp-bg,.mfp-zoom-in .mfp-preloader{opacity:0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.mfp-zoom-in.mfp-image-loaded .mfp-figure,.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg,.mfp-zoom-in.mfp-ready .mfp-preloader{opacity:0.8}.mfp-zoom-in.mfp-removing .mfp-figure,.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler{-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg,.mfp-zoom-in.mfp-removing .mfp-preloader{opacity:0}div.avia-popup .mfp-iframe-scaler{overflow:visible}div.avia-popup .mfp-zoom-out-cur{cursor:auto}div.avia-popup .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:pointer}div.avia-popup .mfp-close{width:40px;height:40px;right:-13px;text-align:center;border-radius:100px;border:2px solid transparent;line-height:38px;padding:0;top:-5px;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;font-family:Arial,Baskerville,monospace !important} div.avia-popup .mfp-close:hover{border:2px solid #fff;transform:scale(0.8);-webkit-transform:scale(0.8) rotateZ(90deg)} div.avia-popup .mfp-iframe-scaler .mfp-close{top:-43px} div.avia-popup .mfp-figure:after{box-shadow:none;display:none} div.avia-popup button.mfp-arrow:before,div.avia-popup button.mfp-arrow:after{border:none;margin:0;display:none}div.avia-popup button.mfp-arrow:before{opacity:1;display:block;position:absolute;top:50%;left:0;width:100%;height:80px;line-height:80px;margin-top:-40px;color:#fff;font-size:50px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;-webkit-transform:scale(1,1);transform:scale(1,1)}div.avia-popup button.mfp-arrow:hover:before{-webkit-transform:scale(0.8,0.8);transform:scale(0.8,0.8)}div.avia-popup button.mfp-arrow:before{content:\"\\E87d\";font-family:\'entypo-fontello\'}div.avia-popup button.mfp-arrow-left:before{content:\"\\E87c\";font-family:\'entypo-fontello\'} .mfp-img{-webkit-animation:none !important;animation:none !important} @media (max-width:900px){.mfp-arrow{text-shadow:0px 0px 5px rgba(0,0,0,0.5)}} div.avia-popup .mfp-s-error .mfp-preloader{background:transparent;width:100%;-webkit-animation:none;animation:none;white-space:nowrap}\";}s:19:\"avia-widget-css-css\";a:6:{s:4:\"name\";s:15:\"avia-widget-css\";s:3:\"url\";s:77:\"http://cs1.noappname.net/wp-content/themes/enfold/css/avia-snippet-widget.css\";s:4:\"path\";s:52:\"wp-content/themes/enfold/css/avia-snippet-widget.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:20742:\".sidebar .widget:first-child,.content .sidebar .widget:first-child{padding-top:0;border-top-style:none;border-top-width:0} .widget_archive label.screen-reader-text{display:none} .widget_nav_menu a{display:block;padding:4px 0px 5px 0;text-decoration:none} div .widget_nav_menu{padding-bottom:24px} #top .widget_nav_menu ul{margin:0;padding:0;float:none;list-style-type:none} #top .widget_nav_menu li{position:relative;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;clear:both;font-size:13px} #top #footer .widget_nav_menu li{background-color:transparent} #top .widget_nav_menu ul ul li:before{content:\"\\2219\";position:absolute;top:5px} #top .sidebar_left .widget_nav_menu ul ul li:before{right:-10px} #top .sidebar_left.sidebar_align_left .widget_nav_menu ul ul li:before{right:auto;left:0} #top .widget_nav_menu ul ul li a{padding:6px 0px 7px 12px} .widget_nav_menu .current-menu-item>a,.widget_nav_menu .current_page_item>a{font-weight:bold} .sidebar .widget_nav_menu ul:first-child>.current-menu-item,.sidebar .widget_nav_menu ul:first-child>.current_page_item,.sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor{padding-left:51px;left:-51px;top:1px;margin-top:-1px;padding-top:1px;width:100%;box-shadow:0px 0px 1px 0px rgba(0,0,0,0.2);margin-bottom:4px} .widget_nav_menu ul ul{display:block} .widget_nav_menu.widget_nav_hide_child ul ul{display:none} #top .widget_nav_menu .current-menu-item > ul,#top .widget_nav_menu .current_page_item > ul,#top .widget_nav_menu .current_page_ancestor > ul,#top .widget_nav_menu .current-menu-ancestor > ul{display:block;padding:0 0 0 13px} #top .sidebar_left .widget_nav_menu .current-menu-item > ul,#top .sidebar_left .widget_nav_menu .current_page_item > ul,#top .sidebar_left .widget_nav_menu .current_page_ancestor > ul,#top .sidebar_left .widget_nav_menu .current-menu-ancestor > ul{padding:0 13px 0 0 } #top .sidebar_left.sidebar_align_left .widget_nav_menu .current-menu-item > ul,#top .sidebar_left.sidebar_align_left .widget_nav_menu .current_page_item > ul,#top .sidebar_left.sidebar_align_left .widget_nav_menu .current_page_ancestor > ul,#top .sidebar_left.sidebar_align_left .widget_nav_menu .current-menu-ancestor > ul{padding:0 0 0 13px } #top .sidebar_left .widget_nav_menu .sub-menu{padding-right:13px} #top .sidebar_left.sidebar_align_left .widget_nav_menu .sub-menu{padding-left:13px;padding-right:0} .widget_nav_menu ul:first-child>.current-menu-item>a,.widget_nav_menu ul:first-child>.current_page_item>a{border:none;padding:6px 7px 7px 0} #top .widget_nav_menu ul ul .sub-menu,#top .widget_nav_menu ul ul .children{padding:0 0 0 10px;overflow:hidden;margin:0} .widget_nav_menu .nested_nav>li:first-child>a{border:none} #top .widget_nav_menu .nested_nav{padding-bottom:30px} #top .content .flex_column .widget_nav_menu li a{padding:0.8em 3px} #top .content .flex_column .widget_nav_menu li a:hover,#top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item,#top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item{background-color:rgba(255,255,255,0.4)} #top .content .flex_column .widget_nav_menu li{background-color:transparent;margin:0;padding:0;border-bottom-style:solid;border-bottom-width:1px} #top .content .flex_column .widget_nav_menu li:first-child{border-top-style:solid;border-top-width:1px} .av-instagram-pics{display:table;width:100%;table-layout:fixed}.av-instagram-row{display:table-row}.av-instagram-item{display:table-cell;padding:3px;height:100%}.av-instagram-item a{display:block;position:relative;padding-bottom:100%;width:100%;background-size:cover}.av-instagram-item img{display:block}.av-instagram-item .image-overlay.overlay-type-image{left:0;width:100%} .av-instagram-item:first-child{padding-left:0px}.av-instagram-item:last-child{padding-right:0px}.av-instagram-row:first-child .av-instagram-item{padding-top:0px}.av-instagram-row:last-child .av-instagram-item{padding-bottom:0px} .av-instagram-follow{width:100%;text-align:center;display:block;margin-top:3px} .avia-instagram-feed .av-instagram-errors-msg.av-instagram-admin{color:#cc0033} #top .av-mailchimp-widget fieldset,#top .av-mailchimp-widget form{margin:0}#top .av-mailchimp-widget p{margin:2px 0}#top .av-mailchimp-widget-style-boxed_form{padding:15px;border-style:solid;border-width:1px}#top .av-mailchimp-widget .button{margin-top:5px;width:100%;padding:13px 10px} .widgettitle + .av-mailchimp-widget-style-boxed_form{margin-top:-10px}#top .av-form-error-container{border:1px solid #BB1313;padding:15px;color:#BB1313;line-height:1.4em;font-size:13px;margin-bottom:20px} .textwidget ul{margin-left:0px;overflow:hidden} .js_active .avia_combo_widget .tab_titles{border-bottom-width:1px;border-bottom-style:solid}.js_active #top .avia_combo_widget .active_tab{border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:initial}.js_active #top .avia_combo_widget .tab_content{padding:0;background:transparent;border:none} .js_active .avia_combo_widget .top_tab .tab{border:none;background:transparent;padding:5px 10px;border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:transparent} .av_facebook_widget_wrap{overflow:hidden;position:relative;padding:0px;background:#fff}.av_facebook_widget_wrap_border_yes{border-style:solid;border-width:1px}.av_facebook_widget_wrap_positioner iframe{position:absolute;height:100%;width:100%}.av_facebook_widget_wrap_positioner{}.av_facebook_widget{width:100%} .av_facebook_widget{width:107%;max-width:137%;left:-5px;top:-4px;position:relative} .avia_fb_likebox .av_facebook_widget_page_title{font-size:1.2em;font-weight:700;margin:12px 0} .widget .av_widget_img_text_confirm .av_img_text_confirm_link{display:inline-block;position:relative;width:100%} .widget .av_widget_img_text_confirm .av_img_text_confirm_link img{width:100%} .widget .av_widget_img_text_confirm .av_img_text_confirm_link:hover{text-decoration:none} .widget .av_widget_img_text_confirm .av_img_text_confirm_text{font-size:1.5em;position:absolute;padding:25px;text-align:center;top:0;height:100%;display:flex;align-items:center;opacity:0;width:100%} .widget .av_widget_img_text_confirm .av_img_text_confirm_text span{width:100%} .widget .av_widget_img_text_confirm .av_img_text_confirm_text:hover{opacity:1} .avia_fb_likebox .av_facebook_widget_main_wrap{background-attachment:scroll;background-size:cover;background-position:center center;width:100%;min-width:180px;min-height:214px;position:relative;font-family:Helvetica,Arial,sans-serif} .avia_fb_likebox .av_facebook_widget_main_wrap_shadow{position:absolute;top:0;left:0;right:0;height:90px;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,0) 100%);z-index:0} .avia_fb_likebox .av_facebook_widget_logo_image{position:absolute;height:54px;width:54px;top:8px;left:8px;background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.5);border:2px solid #fff;z-index:2} .avia_fb_likebox .av_facebook_widget_logo_image img{max-width:50px;max-height:50px;text-align:center;display:inline-block} .avia_fb_likebox .av_facebook_widget_page_title_container{color:#fff;margin:0px 18px 0 68px;position:relative;z-index:2;font-size:18px;font-weight:500;line-height:1.358;margin-bottom:-5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.9);top:8px;min-height:95px} #top .avia_fb_likebox .av_facebook_widget_page_title_container a{color:#fff} .avia_fb_likebox .av_facebook_widget_page_title_container .av_facebook_widget_content{font-size:12px} .avia_fb_likebox .av_facebook_widget_page_title_container span{display:block} .avia_fb_likebox .av_facebook_widget_add_info{width:100%;min-height:83px;background:#f6f7f9;border:1px solid #e9ebee;border-top:0;font-size:12px;line-height:16px;color:#4b4f56;padding:8px} .avia_fb_likebox .av_facebook_widget_add_info_inner{background:#fff;border-color:#e9ebee #dfe0e4 #d0d1d5;border-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.12);position:relative;min-height:66px;padding:8px} .avia_fb_likebox .av_facebook_widget_imagebar{height:32px;background-repeat:repeat;background-size:auto 100%;background-image:url(\'http://cs1.noappname.net/wp-content/themes/enfold/images/layout/fake_facebook.jpg\')} .avia_fb_likebox .av_facebook_widget_add_info_inner_wrap{min-height:15px;padding-bottom:4px;display:block} .avia_fb_likebox .av_facebook_widget_button{background-color:#f6f7f9;border-color:#ced0d4;color:#4b4f56;line-height:22px;border:1px solid rgba(0,0,0,.12);font-size:12px;padding:0 5px;display:inline-block;margin:8px} .avia_fb_likebox .av_facebook_widget_icon{display:inline-block;margin-right:5px;background:#3a5797;height:16px;width:16px;color:#fff;text-align:center;border-radius:2px;font-size:11px;line-height:18px} .avia_fb_likebox .ajax_load{display:none} .avia_fb_likebox.ajax_loading_now .ajax_load{display:block} .avia_socialcount{overflow:hidden;text-align:left} #top .social_widget_icon{padding:0;margin:0;height:30px;width:30px;line-height:32px;text-align:center;float:left;font-size:17px;border-radius:2px} .asc_twitter .social_widget_icon{color:#fff;background-color:#46d4fe;border-color:#46d4fe;text-shadow:1px 1px 1px #17ACD8} .asc_rss .social_widget_icon{color:#fff;background-color:#ffa133;border-color:#ffa133;text-shadow:1px 1px 1px #D18021} .avia_socialcount .seperator{display:none} div #footer .avia_socialcount{padding:10px 0 0 0} .asc_multi_count{float:left;width:50%} .avia_socialcount a,.avia_socialcount a:hover{height:40px;text-decoration:none;display:block;min-width:89px} .avia_socialcount strong,.avia_socialcount span{display:block;line-height:1em;padding:0 0 0 36px} .avia_socialcount a strong{font-size:11px;font-weight:bold;letter-spacing:0;padding-top:4px} .avia_socialcount a span{font-size:10px;padding-top:3px} #top .widget.tweetbox .tweets{list-style-type:none;list-style-position:outside;border:none} #top .widget.tweetbox .tweet{padding:10px 0;line-height:18px;position:relative;overflow:hidden;font-size:11px;background:none;border-top-style:dashed;border-top-width:1px;margin:0} #top .widget.tweetbox .tweet:first-child{border:none} .widget.tweetbox .tweet-thumb{position:relative} .widget.tweetbox .tweet-thumb a{margin-right:9px;padding:3px;float:left;border-style:solid;border-width:1px;margin-top:5px;display:block;width:36px} #top .widget.tweetbox .tweet-thumb img{display:block;float:left;border:none;padding:0;margin:0} .widget.tweetbox .tweet-text{position:relative;overflow:hidden} .widget.tweetbox .tweet-time{clear:both;font-size:11px} .widget.tweetbox .tweet-text.avatar_no{font-size:12px;line-height:1.7em;font-weight:400} .widget.tweetbox .tweet-text.avatar_no .tweet-time{font-style:italic;font-weight:normal} .avia_partner_widget{overflow:hidden;clear:both} .avia_partner_widget a,.avia_partner_widget a:hover{float:left;display:block;text-decoration:none;width:49.5%;outline:none;border:none;padding-bottom:49.5%;position:relative;margin-right:1%} .avia_partner_widget a.avia_partner2,.avia_partner_widget a.avia_partner2:hover{margin-right:0} #top .avia_partner_widget{max-width:304px} #top .avia_partner_widget img{position:absolute;left:0;top:0} .avia_partner1{margin-right:1px} .avia_parnter_empty{line-height:1em;height:97%;width:97%;display:block;font-size:10px;text-align:center;position:absolute;border-style:solid;border-width:1px} .avia_parnter_empty span{width:100%;position:absolute;top:50%;margin-top:-5px;text-align:center;left:0} .widget .avia-google-map-container{height:230px;width:100%} .widget .avia-google-map-container{background:no-repeat center;background-size:cover} .widget .content .avia-google-map-container{height:230px} #top .widget .infoWindow input[type=\"text\"]{margin:0 0px 3px 0} .widget .avia-google-map-container img,.widget .avia-google-map-container a img{max-width:none} .widget .avia-google-map-container div,.widget .avia-google-map-container img,.widget .avia-google-map-container a{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box} .widget .avia-google-map-container .av_text_confirm_link{padding:25px;text-align:center;opacity:0;position:absolute;width:150px;left:50%;top:50%;margin-left:-100px;margin-top:-50px;background:rgba(0,0,0,0.7);border-radius:3px;color:#fff;font-size:1em;line-height:1.3em;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out} .widget .avia-google-map-container .av_text_confirm_link:hover{color:#fff;background:rgba(0,0,0,0.9)} .widget .avia-google-map-container.av_gmaps_show_delayed.av-no-fallback-img .av_text_confirm_link,.widget .avia-google-map-container.av_gmaps_show_page_only.av-no-fallback-img .av_text_confirm_link{height:auto;opacity:1} .widget .avia-google-map-container .av_text_confirm_link span{width:100%} .widget .avia-google-map-container:hover .av_text_confirm_link{opacity:1;text-decoration:none} #top .news-content{padding:7px 0 3px 0;line-height:1.7em;position:relative;overflow:hidden;font-size:0.85em;display:block;clear:both;margin:0} #top .news-wrap{border:none;list-style-type:none;list-style-position:outside} #top .news-wrap li{border:none;background:none;text-indent:0} .news-link,.news-link:hover,#top .widget ul li .news-link:hover{display:block;position:relative;text-decoration:none;overflow:hidden;z-index:2} .news-thumb{margin-right:9px;padding:3px;float:left;margin-top:4px;border-style:solid;border-width:1px;height:36px;width:36px;display:block} .news-thumb img,.news-thumb img{width:28px;height:28px} .image_size_portfolio_small .news-link{float:left;margin-right:10px} .image_size_portfolio_small .news-thumb,.image_size_portfolio_small .tweet-thumb img,.image_size_portfolio_small .news-thumb img{width:150px;min-height:100px} .image_size_portfolio_small .news-excerpt{overflow:hidden;font-size:13px;line-height:1.65em} .image_size_portfolio_small .news-headline{font-size:14px} #top .news-thumb img{display:block;float:left;border:none;padding:0;margin:0} .news-headline{overflow:hidden;font-weight:bold;margin-top:2px;display:block} .news-time{font-weight:normal;clear:both;font-size:0.92em;display:block} .news-excerpt{} .tagcloud br{display:none}.tagcloud a{font-size:11px !important;padding:2px 8px;margin:0 1px 1px 0;display:block;float:left;border-style:solid;border-width:1px;text-decoration:none} .tagcloud a:hover{text-shadow:none;text-decoration:underline} .widget_tag_cloud h3{border:none} .widget_rss li{line-height:1.5em;font-size:11px}.widget_rss li div{font-family:\"Georgia\",\"Times New Roman\",Helvetica,Arial,sans-serif;font-style:italic} .rsswidget{display:block;font-weight:bold} .rss-date,.widget_rss cite{font-size:11px} .widget_rss li{padding:7px 0} .widget_rss .widgettitle img{display:none} .recentcomments,.widget_recent_entries li{padding:7px 0;display:block;font-size:0.85em;line-height:1.5em} .recentcomments a,.widget_recent_entries li a{font-style:italic;font-family:\"Georgia\",\"Times New Roman\",Helvetica,Arial,sans-serif} .recentcomments,.widget_recent_entries li{border-top-width:3px;border-top-style:solid} .recentcomments:first-child,.widget_recent_entries li:first-child{border-top:none} .sidebar_left .widget_nav_menu ul:first-child>.current-menu-item,.sidebar_left .widget_nav_menu ul:first-child>.current_page_item,.sidebar_left .widget_nav_menu ul:first-child>.current-menu-ancestor{padding-right:52px;padding-left:0;left:auto;top:1px} .sidebar_left.sidebar{text-align:right} .sidebar_left .news-thumb{float:right;margin:4px 0 0 9px} #top .widget_twitter{font-size:12px;line-height:1.65em}#top .widget_twitter .twitter-avatar{float:left;margin-right:13px;border-style:solid;border-width:1px;padding:3px;display:block}#top .widget_twitter .twitter-avatar a,#top .widget_twitter .twitter-avatar img{display:block}#top .widget_twitter ul{overflow:hidden;margin:0;padding:0}#top .widget_twitter li{padding:0 0 8px 0;margin:0 0 8px 0;border-bottom-style:solid;border-bottom-width:2px}#top .widget_twitter li:last-child{border-bottom:none}#top .widget_twitter .entry-content-wrapper{padding:0;margin:0;float:none;clear:both;position:relative;border:none;width:100%}#top .widget_twitter .entry-meta{display:block;font-size:11px;font-style:italic;opacity:0.8;margin-top:5px}#top .widget_twitter .time-meta,#top .widget_twitter .from-meta{}#top .widget_twitter .intent-meta{display:block;font-size:11px;margin-top:8px}#top .widget_twitter .intent-meta a{text-decoration:none;margin-right:4px}#top .widget_twitter .intent-meta a:hover{text-decoration:underline} .sidebar_left.sidebar_align_left.sidebar{text-align:left}.sidebar_left.sidebar_align_left .news-thumb{float:left;margin:4px 9px 0 0}.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current-menu-item,.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current_page_item,.sidebar_left.sidebar_align_left .widget_nav_menu ul:first-child>.current-menu-ancestor{padding-left:52px;padding-right:0;left:0;right:auto;top:1px} .avia-toc-container{position:relative} .avia-toc-container a{display:block;position:relative;line-height:1.4em} .avia-toc-container a:hover{text-decoration:none} .avia-toc-style-simple a{overflow-x:hidden;margin-bottom:1em;min-height:25px} .avia-toc-style-simple a span{background-color:#fff;position:relative;padding-right:5px;z-index:2} .avia-toc-style-simple a:after{float:left;width:0;color:rgba(0,0,0,0.25);font-size:9px;font-weight:normal;white-space:nowrap;content:\". . . . . . . . . . . . . . . . . . . . \" \". . . . . . . . . . . . . . . . . . . . \" \". . . . . . . . . . . . . . . . . . . . \" \". . . . . . . . . . . . . . . . . . . . \"} .avia-toc-style-simple .avia-toc-level-0:after{line-height:3}.avia-toc-style-simple .avia-toc-level-1:after{line-height:3}.avia-toc-style-simple .avia-toc-level-2:after{line-height:2.9}.avia-toc-style-simple .avia-toc-level-3:after{line-height:2.7}.avia-toc-style-simple .avia-toc-level-4:after{line-height:2.5}.avia-toc-style-simple .avia-toc-level-5:after{line-height:2.4} .avia-toc-style-simple .avia-toc-level-0{font-weight:bold;font-size:1em}.avia-toc-style-simple .avia-toc-level-2{font-weight:normal;font-size:0.9375em}.avia-toc-style-simple .avia-toc-level-3{font-weight:normal;font-size:0.875em}.avia-toc-style-simple .avia-toc-level-4{font-weight:normal;font-size:0.8125em}.avia-toc-style-simple .avia-toc-level-5{font-weight:normal;font-size:0.8125em;font-style:italic} .avia-toc-style-simple.avia-toc-indent .avia-toc-level-1{margin-left:0.625em}.avia-toc-style-simple.avia-toc-indent .avia-toc-level-2{margin-left:1em}.avia-toc-style-simple.avia-toc-indent .avia-toc-level-3{margin-left:1.428em}.avia-toc-style-simple.avia-toc-indent .avia-toc-level-4{margin-left:2.307em}.avia-toc-style-simple.avia-toc-indent .avia-toc-level-5{margin-left:2.692em} .avia-toc-style-elegant{padding-left:30px} .avia-toc-style-elegant a{text-transform:uppercase;padding-bottom:1.5em} .avia-toc-style-elegant .avia-toc-level-0{font-weight:bold;font-size:0.875em}.avia-toc-style-elegant .avia-toc-level-1{font-weight:normal;font-size:0.875em}.avia-toc-style-elegant .avia-toc-level-2{font-weight:normal;font-size:0.8125em}.avia-toc-style-elegant .avia-toc-level-3{font-weight:bold;font-size:0.8125em}.avia-toc-style-elegant .avia-toc-level-4{font-weight:normal;font-size:0.75em}.avia-toc-style-elegant .avia-toc-level-5{font-weight:normal;font-size:0.75em;font-style:italic} .avia-toc-style-elegant a:before{content:\'\';position:absolute;height:calc(100% + 0.3em);left:-20px;top:0.15em;border-left-width:2px;border-left-style:solid;border-left-color:rgba(0,0,0,0.08)} .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.avia-toc-style-elegant a:first-child:after,.avia-toc-style-elegant a.avia-toc-level-0:after,.avia-toc-style-elegant a:first-child span:after,.avia-toc-style-elegant a.avia-toc-level-0 span:after{content:\'\';position:absolute;width:9px;height:9px;border-width:3px;border-style:solid;border-radius:9px;left:-26px;top:0.15em;z-index:2} .avia-toc-style-elegant a:first-child span:after,.avia-toc-style-elegant a.avia-toc-level-0 span:after{border-color:transparent;z-index:1} .avia-toc-style-elegant a:first-child:hover span:after,.avia-toc-style-elegant a.avia-toc-level-0:hover span:after{animation:sonarEffect 2s ease-out infinite} .avia-toc-style-elegant a:last-child:before{display:none} .avia-toc-style-elegant a:last-child:after{content:\'\';position:absolute;width:8px;height:8px;left:-23px;top:0.4em;border-radius:8px} .avia-toc-style-elegant.avia-toc-indent .avia-toc-level-1{padding-left:0.625em}.avia-toc-style-elegant.avia-toc-indent .avia-toc-level-2{padding-left:1em}.avia-toc-style-elegant.avia-toc-indent .avia-toc-level-3{padding-left:1.428em}.avia-toc-style-elegant.avia-toc-indent .avia-toc-level-4{padding-left:2.307em}.avia-toc-style-elegant.avia-toc-indent .avia-toc-level-5{padding-left:2.692em}\";}s:16:\"avia-dynamic-css\";a:6:{s:4:\"name\";s:12:\"avia-dynamic\";s:3:\"url\";s:67:\"http://cs1.noappname.net/wp-content/uploads/dynamic_avia/enfold.css\";s:4:\"path\";s:42:\"wp-content/uploads/dynamic_avia/enfold.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:123822:\"::-moz-selection{background-color:#0063c5;color:#ffffff}::selection{background-color:#0063c5;color:#ffffff}html.html_boxed{background:#191919 center center repeat scroll}body,body .avia-tooltip{font-size:16px}.socket_color,.socket_color div,.socket_color header,.socket_color main,.socket_color aside,.socket_color footer,.socket_color article,.socket_color nav,.socket_color section,.socket_color span,.socket_color applet,.socket_color object,.socket_color iframe,.socket_color h1,.socket_color h2,.socket_color h3,.socket_color h4,.socket_color h5,.socket_color h6,.socket_color p,.socket_color blockquote,.socket_color pre,.socket_color a,.socket_color abbr,.socket_color acronym,.socket_color address,.socket_color big,.socket_color cite,.socket_color code,.socket_color del,.socket_color dfn,.socket_color em,.socket_color img,.socket_color ins,.socket_color kbd,.socket_color q,.socket_color s,.socket_color samp,.socket_color small,.socket_color strike,.socket_color strong,.socket_color sub,.socket_color sup,.socket_color tt,.socket_color var,.socket_color b,.socket_color u,.socket_color i,.socket_color center,.socket_color dl,.socket_color dt,.socket_color dd,.socket_color ol,.socket_color ul,.socket_color li,.socket_color fieldset,.socket_color form,.socket_color label,.socket_color legend,.socket_color table,.socket_color caption,.socket_color tbody,.socket_color tfoot,.socket_color thead,.socket_color tr,.socket_color th,.socket_color td,.socket_color article,.socket_color aside,.socket_color canvas,.socket_color details,.socket_color embed,.socket_color figure,.socket_color fieldset,.socket_color figcaption,.socket_color footer,.socket_color header,.socket_color hgroup,.socket_color menu,.socket_color nav,.socket_color output,.socket_color ruby,.socket_color section,.socket_color summary,.socket_color time,.socket_color mark,.socket_color audio,.socket_color video,#top .socket_color .pullquote_boxed,.responsive #top .socket_color .avia-testimonial,.responsive #top.avia-blank #main .socket_color.container_wrap:first-child,#top .socket_color.fullsize .template-blog .post_delimiter,.socket_color .related_posts.av-related-style-full a{border-color:#191919}.socket_color .rounded-container,#top .socket_color .pagination a:hover,.socket_color .small-preview,.socket_color .fallback-post-type-icon{background:#8c8c8c;color:#191919}.socket_color .av-default-color,#top .socket_color .av-force-default-color,.socket_color .av-catalogue-item,.socket_color .wp-playlist-item .wp-playlist-caption,.socket_color .wp-playlist{color:#eeeeee}.socket_color ,.socket_color .site-background,.socket_color .first-quote,.socket_color .related_image_wrap,.socket_color .gravatar img .socket_color .hr_content,.socket_color .news-thumb,.socket_color .post-format-icon,.socket_color .ajax_controlls a,.socket_color .tweet-text.avatar_no,.socket_color .toggler,.socket_color .toggler.activeTitle:hover,.socket_color #js_sort_items,.socket_color.inner-entry,.socket_color .grid-entry-title,.socket_color .related-format-icon,.grid-entry .socket_color .avia-arrow,.socket_color .avia-gallery-big,.socket_color .avia-gallery-big,.socket_color .avia-gallery img,.socket_color .grid-content,.socket_color .av-share-box ul,#top .socket_color .av-related-style-full .related-format-icon,.socket_color .related_posts.av-related-style-full a:hover,.socket_color.avia-fullwidth-portfolio .pagination .current,.socket_color.avia-fullwidth-portfolio .pagination a,.socket_color .av-hotspot-fallback-tooltip-inner,.socket_color .av-hotspot-fallback-tooltip-count{background-color:#191919;color:#eeeeee}.socket_color .heading-color,.socket_color a.iconbox_icon:hover,.socket_color h1,.socket_color h2,.socket_color h3,.socket_color h4,.socket_color h5,.socket_color h6,.socket_color .sidebar .current_page_item>a,.socket_color .sidebar .current-menu-item>a,.socket_color .pagination .current,.socket_color .pagination a:hover,.socket_color strong.avia-testimonial-name,.socket_color .heading,.socket_color .toggle_content strong,.socket_color .toggle_content strong a,.socket_color .tab_content strong,.socket_color .tab_content strong a ,.socket_color .asc_count,.socket_color .avia-testimonial-content strong,.socket_color div .news-headline,#top .socket_color .av-related-style-full .av-related-title,.socket_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.socket_color .wp-playlist-item-meta.wp-playlist-item-title,#top .socket_color .av-no-image-slider h2 a,.socket_color .av-small-bar .avia-progress-bar .progressbar-title-wrap{color:#ffffff}.socket_color .meta-color,.socket_color .sidebar,.socket_color .sidebar a,.socket_color .minor-meta,.socket_color .minor-meta a,.socket_color .text-sep,.socket_color blockquote,.socket_color .post_nav a,.socket_color .comment-text,.socket_color .side-container-inner,.socket_color .news-time,.socket_color .pagination a,.socket_color .pagination span,.socket_color .tweet-text.avatar_no .tweet-time,#top .socket_color .extra-mini-title,.socket_color .team-member-job-title,.socket_color .team-social a,.socket_color #js_sort_items a,.grid-entry-excerpt,.socket_color .avia-testimonial-subtitle,.socket_color .commentmetadata a,.socket_color .social_bookmarks a,.socket_color .meta-heading>*,.socket_color .slide-meta,.socket_color .slide-meta a,.socket_color .taglist,.socket_color .taglist a,.socket_color .phone-info,.socket_color .phone-info a,.socket_color .av-sort-by-term a,.socket_color .av-magazine-time,.socket_color .av-magazine .av-magazine-entry-icon,.socket_color .av-catalogue-content,.socket_color .wp-playlist-item-length,.html_modern-blog #top div .socket_color .blog-categories a,.html_modern-blog #top div .socket_color .blog-categories a:hover{color:#8c8c8c}.socket_color .special-heading-inner-border{border-color:#eeeeee}.socket_color .meta-heading .special-heading-inner-border{border-color:#8c8c8c}.socket_color a,.socket_color .widget_first,.socket_color strong,.socket_color b,.socket_color b a,.socket_color strong a,.socket_color #js_sort_items a:hover,.socket_color #js_sort_items a.active_sort,.socket_color .av-sort-by-term a.active_sort,.socket_color .special_amp,.socket_color .taglist a.activeFilter,.socket_color #commentform .required,#top .socket_color .av-no-color.av-icon-style-border a.av-icon-char,.html_elegant-blog #top .socket_color .blog-categories a,.html_elegant-blog #top .socket_color .blog-categories a:hover{color:#ffffff}.socket_color a:hover,.socket_color h1 a:hover,.socket_color h2 a:hover,.socket_color h3 a:hover,.socket_color h4 a:hover,.socket_color h5 a:hover,.socket_color h6 a:hover,.socket_color .template-search a.news-content:hover,.socket_color .wp-playlist-item .wp-playlist-caption:hover{color:#eeeeee}.socket_color .primary-background,.socket_color .primary-background a,div .socket_color .button,.socket_color #submit,.socket_color input[type=\'submit\'],.socket_color .small-preview:hover,.socket_color .avia-menu-fx,.socket_color .avia-menu-fx .avia-arrow,.socket_color.iconbox_top .iconbox_icon,.socket_color .iconbox_top a.iconbox_icon:hover,.socket_color .avia-data-table th.avia-highlight-col,.socket_color .avia-color-theme-color,.socket_color .avia-color-theme-color:hover,.socket_color .image-overlay .image-overlay-inside:before,.socket_color .comment-count,.socket_color .av_dropcap2,.socket_color .av-colored-style .av-countdown-cell-inner,.responsive #top .socket_color .av-open-submenu.av-subnav-menu > li > a:hover,#top .socket_color .av-open-submenu.av-subnav-menu li > ul a:hover{background-color:#ffffff;color:#191919;border-color:#dddddd}#top #wrap_all .socket_color .av-menu-button-colored > a .avia-menu-text{background-color:#ffffff;color:#191919;border-color:#ffffff}#top #wrap_all .socket_color .av-menu-button-colored > a .avia-menu-text:after{background-color:#dddddd}#top .socket_color .mobile_menu_toggle{color:#ffffff;background:#191919}#top .socket_color .av-menu-mobile-active .av-subnav-menu > li > a:before{color:#ffffff}#top .socket_color .av-open-submenu.av-subnav-menu > li > a:hover:before{color:#191919}.socket_color .button:hover,.socket_color .ajax_controlls a:hover,.socket_color #submit:hover,.socket_color .big_button:hover,.socket_color .contentSlideControlls a:hover,.socket_color #submit:hover ,.socket_color input[type=\'submit\']:hover{background-color:#eeeeee;color:#191919;border-color:#cccccc}.socket_color .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.socket_color .avia-toc-style-elegant a:first-child:after,.socket_color .avia-toc-style-elegant a.avia-toc-level-0:after{background-color:#191919;border-color:#eeeeee}.socket_color .avia-toc-style-elegant a:first-child span:after,.socket_color .avia-toc-style-elegant a.avia-toc-level-0 span:after{background-color:#191919}.socket_color .avia-toc-style-elegant a:first-child:hover span:after,.socket_color .avia-toc-style-elegant a.avia-toc-level-0:hover span:after{border-color:#eeeeee}.socket_color .avia-toc-style-elegant a:before{border-color:#191919}.socket_color .avia-toc-style-elegant a:first-child:after,.socket_color .avia-toc-style-elegant a.avia-toc-level-0:after{border-color:#eeeeee;background-color:#191919}.socket_color .avia-toc-style-elegant a:last-child:after{background-color:#191919}.socket_color .timeline-bullet{background-color:#191919;border-color:#191919}.socket_color table,.socket_color .widget_nav_menu ul:first-child>.current-menu-item,.socket_color .widget_nav_menu ul:first-child>.current_page_item,.socket_color .widget_nav_menu ul:first-child>.current-menu-ancestor,.socket_color .pagination .current,.socket_color .pagination a,.socket_color.iconbox_top .iconbox_content,.socket_color .av_promobox,.socket_color .toggle_content,.socket_color .toggler:hover,#top .socket_color .av-minimal-toggle .toggler,.socket_color .related_posts_default_image,.socket_color .search-result-counter,.socket_color .container_wrap_meta,.socket_color .avia-content-slider .slide-image,.socket_color .avia-slider-testimonials .avia-testimonial-content,.socket_color .avia-testimonial-arrow-wrap .avia-arrow,.socket_color .news-thumb,.socket_color .portfolio-preview-content,.socket_color .portfolio-preview-content .avia-arrow,.socket_color .av-magazine .av-magazine-entry-icon,.socket_color .related_posts.av-related-style-full a,.socket_color .aviaccordion-slide,.socket_color.avia-fullwidth-portfolio .pagination,.socket_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,.socket_color .av-catalogue-list li:hover,.socket_color .wp-playlist,.socket_color .avia-slideshow-fixed-height > li,.socket_color .avia-form-success,.socket_color .avia-form-error,.socket_color .av-boxed-grid-style .avia-testimonial{background:#000000}#top .socket_color .post_timeline li:hover .timeline-bullet{background-color:#eeeeee}.socket_color blockquote,.socket_color .avia-bullet,.socket_color .av-no-color.av-icon-style-border a.av-icon-char{border-color:#ffffff}.html_header_top .socket_color .main_menu ul:first-child >li > ul,.html_header_top #top .socket_color .avia_mega_div > .sub-menu{border-top-color:#ffffff}.socket_color .breadcrumb,.socket_color .breadcrumb a,#top .socket_color.title_container .main-title,#top .socket_color.title_container .main-title a{color:#eeeeee}.socket_color .av-icon-display,#top .socket_color .av-related-style-full a:hover .related-format-icon,.socket_color .av-default-style .av-countdown-cell-inner{background-color:#000000;color:#8c8c8c}.socket_color .av-masonry-entry:hover .av-icon-display{background-color:#ffffff;color:#191919;border-color:#dddddd}#top .socket_color .av-masonry-entry.format-quote:hover .av-icon-display{color:#ffffff}.socket_color ::-webkit-input-placeholder{color:#8c8c8c}.socket_color ::-moz-placeholder{color:#8c8c8c;opacity:1}.socket_color :-ms-input-placeholder{color:#8c8c8c}.socket_color .header_bg,.socket_color .main_menu ul ul,.socket_color .main_menu .menu ul li a,.socket_color .pointer_arrow_wrap .pointer_arrow,.socket_color .avia_mega_div,.socket_color .av-subnav-menu > li ul,.socket_color .av-subnav-menu a{background-color:#191919;color:#8c8c8c}.socket_color .main_menu .menu ul li a:hover,.socket_color .av-subnav-menu ul a:hover{background-color:#000000}.socket_color .sub_menu>ul>li>a,.socket_color .sub_menu>div>ul>li>a,.socket_color .main_menu ul:first-child > li > a,#top .socket_color .main_menu .menu ul .current_page_item > a,#top .socket_color .main_menu .menu ul .current-menu-item > a ,#top .socket_color .sub_menu li ul a{color:#8c8c8c}#top .socket_color .main_menu .menu ul li>a:hover{color:#eeeeee}.socket_color .av-subnav-menu a:hover,.socket_color .main_menu ul:first-child > li a:hover,.socket_color .main_menu ul:first-child > li.current-menu-item > a,.socket_color .main_menu ul:first-child > li.current_page_item > a,.socket_color .main_menu ul:first-child > li.active-parent-item > a{color:#eeeeee}#top .socket_color .main_menu .menu .avia_mega_div ul .current-menu-item > a{color:#ffffff}.socket_color .sub_menu>ul>li>a:hover,.socket_color .sub_menu>div>ul>li>a:hover{color:#eeeeee}#top .socket_color .sub_menu ul li a:hover,.socket_color .sub_menu ul:first-child > li.current-menu-item > a,.socket_color .sub_menu ul:first-child > li.current_page_item > a,.socket_color .sub_menu ul:first-child > li.active-parent-item > a{color:#eeeeee}.socket_color .sub_menu li ul a,.socket_color #payment,.socket_color .sub_menu ul li,.socket_color .sub_menu ul,#top .socket_color .sub_menu li li a:hover{background-color:#191919}.socket_color#header .avia_mega_div > .sub-menu.avia_mega_hr,.html_bottom_nav_header.html_logo_center #top #menu-item-search>a{border-color:#191919}@media only screen and (max-width:767px){#top #wrap_all .av_header_transparency{background-color:#191919;color:#eeeeee;border-color:#191919}}@media only screen and (max-width:989px){.html_mobile_menu_tablet #top #wrap_all .av_header_transparency{background-color:#191919;color:#eeeeee;border-color:#191919}}.socket_color .avia-tt,.socket_color .avia-tt .avia-arrow,.socket_color .avia-tt .avia-arrow{background-color:#191919;color:#8c8c8c}.socket_color .av_ajax_search_image{background-color:#ffffff;color:#191919}.socket_color .ajax_search_excerpt{color:#8c8c8c}.socket_color .av_ajax_search_title{color:#ffffff}.socket_color .ajax_load{background-color:#ffffff}.socket_color .av_searchsubmit_wrapper{background-color:#ffffff}#top .socket_color .avia-color-theme-color{color:#191919;border-color:#dddddd}.socket_color .avia-color-theme-color-subtle{background-color:#000000;color:#eeeeee}.socket_color .avia-color-theme-color-subtle:hover{background-color:#191919;color:#ffffff}#top .socket_color .avia-color-theme-color-highlight{color:#191919;border-color:#eeeeee;background-color:#eeeeee}.socket_color .avia-icon-list .iconlist_icon{background-color:#080808}.socket_color .avia-icon-list .iconlist-timeline{border-color:#191919}.socket_color .iconlist_content{color:#8c8c8c}.socket_color .avia-timeline .milestone_icon{background-color:#080808}.socket_color .avia-timeline .milestone_inner{background-color:#080808}.socket_color .avia-timeline{border-color:#080808}.socket_color .av-milestone-icon-wrap:after{border-color:#080808}.socket_color .avia-timeline .av-milestone-date{color:#050505}.socket_color .avia-timeline .av-milestone-date span{background-color:#080808}.socket_color .avia-timeline-horizontal .av-milestone-content-wrap footer{background-color:#080808}.socket_color .av-timeline-nav a span{background-color:#080808}#top .socket_color .input-text,#top .socket_color input[type=\'text\'],#top .socket_color input[type=\'input\'],#top .socket_color input[type=\'password\'],#top .socket_color input[type=\'email\'],#top .socket_color input[type=\'number\'],#top .socket_color input[type=\'url\'],#top .socket_color input[type=\'tel\'],#top .socket_color input[type=\'search\'],#top .socket_color textarea,#top .socket_color select{border-color:#191919;background-color:#000000;color:#8c8c8c}#top .socket_color .invers-color .input-text,#top .socket_color .invers-color input[type=\'text\'],#top .socket_color .invers-color input[type=\'input\'],#top .socket_color .invers-color input[type=\'password\'],#top .socket_color .invers-color input[type=\'email\'],#top .socket_color .invers-color input[type=\'number\'],#top .socket_color .invers-color input[type=\'url\'],#top .socket_color .invers-color input[type=\'tel\'],#top .socket_color .invers-color input[type=\'search\'],#top .socket_color .invers-color textarea,#top .socket_color .invers-color select{background-color:#191919}.socket_color .required{color:#ffffff}.socket_color .av-masonry{background-color:#000000}.socket_color .av-masonry-pagination,.socket_color .av-masonry-pagination:hover,.socket_color .av-masonry-outerimage-container{background-color:#191919}.socket_color .container .av-inner-masonry-content,#top .socket_color .container .av-masonry-load-more,#top .socket_color .container .av-masonry-sort,.socket_color .container .av-masonry-entry .avia-arrow{background-color:#000000} .socket_color .hr-short .hr-inner-style,.socket_color .hr-short .hr-inner{background-color:#191919}div .socket_color .tabcontainer .active_tab_content,div .socket_color .tabcontainer .active_tab{background-color:#000000;color:#eeeeee}.responsive.js_active #top .socket_color .avia_combo_widget .top_tab .tab{border-top-color:#191919}.socket_color .template-archives .tabcontainer a,#top .socket_color .tabcontainer .tab:hover,#top .socket_color .tabcontainer .tab.active_tab{color:#eeeeee} .socket_color .template-archives .tabcontainer a:hover{color:#eeeeee}.socket_color .sidebar_tab_icon{background-color:#191919}#top .socket_color .sidebar_active_tab .sidebar_tab_icon{background-color:#ffffff}.socket_color .sidebar_tab:hover .sidebar_tab_icon{background-color:#eeeeee}.socket_color .sidebar_tab,.socket_color .tabcontainer .tab{color:#8c8c8c}.socket_color div .sidebar_active_tab ,div .socket_color .tabcontainer.noborder_tabs .active_tab_content,div .socket_color .tabcontainer.noborder_tabs .active_tab{color:#eeeeee;background-color:#191919}#top .avia-smallarrow-slider .avia-slideshow-dots a{background-color:#000000}#top .socket_color .avia-smallarrow-slider .avia-slideshow-dots a.active,#top .socket_color .avia-smallarrow-slider .avia-slideshow-dots a:hover{background-color:#8c8c8c}@media only screen and (max-width:767px){.responsive #top .socket_color .tabcontainer .active_tab{background-color:#eeeeee;color:#191919} .responsive #top .socket_color .tabcontainer{border-color:#191919}.responsive #top .socket_color .active_tab_content{background-color:#000000}}.socket_color tr:nth-child(even),.socket_color .avia-data-table .avia-heading-row .avia-desc-col,.socket_color .avia-data-table .avia-highlight-col,.socket_color .pricing-table>li:nth-child(even),body .socket_color .pricing-table.avia-desc-col li,#top .socket_color .avia-data-table.avia_pricing_minimal th{background-color:#191919;color:#eeeeee}.socket_color table caption,.socket_color tr:nth-child(even),.socket_color .pricing-table>li:nth-child(even),#top .socket_color .avia-data-table.avia_pricing_minimal td{color:#8c8c8c}.socket_color tr:nth-child(odd),.socket_color .pricing-table>li:nth-child(odd),.socket_color .pricing-extra{background:#000000}.socket_color .pricing-table li.avia-pricing-row,.socket_color .pricing-table li.avia-heading-row,.socket_color .pricing-table li.avia-pricing-row .pricing-extra{background-color:#ffffff;color:#191919;border-color:#ffffff}.socket_color .pricing-table li.avia-heading-row,.socket_color .pricing-table li.avia-heading-row .pricing-extra{background-color:#ffffff;color:#191919;border-color:#ffffff}.socket_color .pricing-table.avia-desc-col .avia-heading-row,.socket_color .pricing-table.avia-desc-col .avia-pricing-row{border-color:#191919}.socket_color .theme-color-bar .bar{background:#ffffff}.socket_color .mejs-controls .mejs-time-rail .mejs-time-current,.socket_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.socket_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.socket_color .button.av-sending-button,.socket_color .av-striped-bar .theme-color-bar .bar{background:#ffffff}body .socket_color .mejs-controls .mejs-time-rail .mejs-time-float{background:#ffffff;color:#fff}body .socket_color .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:solid 4px #ffffff;border-color:#ffffff transparent transparent transparent}.socket_color .progress{background-color:#000000}.socket_color .av_searchform_element_results .av_ajax_search_entry,.socket_color .av_searchform_element_results .av_ajax_search_title,.socket_color.av_searchform_element_results .av_ajax_search_entry,.socket_color.av_searchform_element_results .av_ajax_search_title{color:#ffffff}.socket_color .av_searchform_element_results .ajax_search_excerpt,.socket_color.av_searchform_element_results .ajax_search_excerpt{color:#8c8c8c}.socket_color .av_searchform_element_results .av_ajax_search_image,.socket_color.av_searchform_element_results .av_ajax_search_image{color:#8c8c8c} .socket_color .button.av-sending-button{background:#eeeeee;background-image:-webkit-linear-gradient(-45deg,#eeeeee 25%,#ffffff 25%,#ffffff 50%,#eeeeee 50%,#eeeeee 75%,#ffffff 75%,#ffffff);background-image:-moz-linear-gradient(-45deg,#eeeeee 25%,#ffffff 25%,#ffffff 50%,#eeeeee 50%,#eeeeee 75%,#ffffff 75%,#ffffff);background-image:linear-gradient(-45deg,#eeeeee 25%,#ffffff 25%,#ffffff 50%,#eeeeee 50%,#eeeeee 75%,#ffffff 75%,#ffffff);border-color:#eeeeee}.socket_color span.bbp-admin-links a{color:#ffffff}.socket_color span.bbp-admin-links a:hover{color:#eeeeee}#top .socket_color .bbp-reply-content,#top .socket_color .bbp-topic-content,#top .socket_color .bbp-body .super-sticky .page-numbers,#top .socket_color .bbp-body .sticky .page-numbers,#top .socket_color .bbp-pagination-links a:hover,#top .socket_color .bbp-pagination-links span.current{background:#191919}#top .socket_color .bbp-topics .bbp-header,#top .socket_color .bbp-topics .bbp-header,#top .socket_color .bbp-forums .bbp-header,#top .socket_color .bbp-topics-front ul.super-sticky,#top .socket_color .bbp-topics ul.super-sticky,#top .socket_color .bbp-topics ul.sticky,#top .socket_color .bbp-forum-content ul.sticky,#top .socket_color .bbp-body .page-numbers{background-color:#000000}#top .socket_color .bbp-meta,#top .socket_color .bbp-author-role,#top .socket_color .bbp-author-ip,#top .socket_color .bbp-pagination-count,#top .socket_color .bbp-topics .bbp-body .bbp-topic-title:before{color:#8c8c8c}#top .socket_color .bbp-admin-links{color:#191919}.socket_color #bbpress-forums li.bbp-body ul.forum,.socket_color #bbpress-forums li.bbp-body ul.topic,.avia_transform .socket_color .bbp-replies .bbp-reply-author:before,.avia_transform .forum-search .socket_color .bbp-reply-author:before,.avia_transform .forum-search .socket_color .bbp-topic-author:before{background-color:#191919;border-color:#191919}#top .socket_color .bbp-author-name{color:#ffffff}.socket_color .widget_display_stats dt,.socket_color .widget_display_stats dd{background-color:#000000}html,#scroll-top-link,#av-cookie-consent-badge{background-color:#191919}#scroll-top-link,#av-cookie-consent-badge{color:#eeeeee;border:1px solid #191919}.html_stretched #wrap_all{background-color:#191919}.footer_color,.footer_color div,.footer_color header,.footer_color main,.footer_color aside,.footer_color footer,.footer_color article,.footer_color nav,.footer_color section,.footer_color span,.footer_color applet,.footer_color object,.footer_color iframe,.footer_color h1,.footer_color h2,.footer_color h3,.footer_color h4,.footer_color h5,.footer_color h6,.footer_color p,.footer_color blockquote,.footer_color pre,.footer_color a,.footer_color abbr,.footer_color acronym,.footer_color address,.footer_color big,.footer_color cite,.footer_color code,.footer_color del,.footer_color dfn,.footer_color em,.footer_color img,.footer_color ins,.footer_color kbd,.footer_color q,.footer_color s,.footer_color samp,.footer_color small,.footer_color strike,.footer_color strong,.footer_color sub,.footer_color sup,.footer_color tt,.footer_color var,.footer_color b,.footer_color u,.footer_color i,.footer_color center,.footer_color dl,.footer_color dt,.footer_color dd,.footer_color ol,.footer_color ul,.footer_color li,.footer_color fieldset,.footer_color form,.footer_color label,.footer_color legend,.footer_color table,.footer_color caption,.footer_color tbody,.footer_color tfoot,.footer_color thead,.footer_color tr,.footer_color th,.footer_color td,.footer_color article,.footer_color aside,.footer_color canvas,.footer_color details,.footer_color embed,.footer_color figure,.footer_color fieldset,.footer_color figcaption,.footer_color footer,.footer_color header,.footer_color hgroup,.footer_color menu,.footer_color nav,.footer_color output,.footer_color ruby,.footer_color section,.footer_color summary,.footer_color time,.footer_color mark,.footer_color audio,.footer_color video,#top .footer_color .pullquote_boxed,.responsive #top .footer_color .avia-testimonial,.responsive #top.avia-blank #main .footer_color.container_wrap:first-child,#top .footer_color.fullsize .template-blog .post_delimiter,.footer_color .related_posts.av-related-style-full a{border-color:#111111}.footer_color .rounded-container,#top .footer_color .pagination a:hover,.footer_color .small-preview,.footer_color .fallback-post-type-icon{background:#808080;color:#111111}.footer_color .av-default-color,#top .footer_color .av-force-default-color,.footer_color .av-catalogue-item,.footer_color .wp-playlist-item .wp-playlist-caption,.footer_color .wp-playlist{color:#aaaaaa}.footer_color ,.footer_color .site-background,.footer_color .first-quote,.footer_color .related_image_wrap,.footer_color .gravatar img .footer_color .hr_content,.footer_color .news-thumb,.footer_color .post-format-icon,.footer_color .ajax_controlls a,.footer_color .tweet-text.avatar_no,.footer_color .toggler,.footer_color .toggler.activeTitle:hover,.footer_color #js_sort_items,.footer_color.inner-entry,.footer_color .grid-entry-title,.footer_color .related-format-icon,.grid-entry .footer_color .avia-arrow,.footer_color .avia-gallery-big,.footer_color .avia-gallery-big,.footer_color .avia-gallery img,.footer_color .grid-content,.footer_color .av-share-box ul,#top .footer_color .av-related-style-full .related-format-icon,.footer_color .related_posts.av-related-style-full a:hover,.footer_color.avia-fullwidth-portfolio .pagination .current,.footer_color.avia-fullwidth-portfolio .pagination a,.footer_color .av-hotspot-fallback-tooltip-inner,.footer_color .av-hotspot-fallback-tooltip-count{background-color:#111111;color:#aaaaaa}.footer_color .heading-color,.footer_color a.iconbox_icon:hover,.footer_color h1,.footer_color h2,.footer_color h3,.footer_color h4,.footer_color h5,.footer_color h6,.footer_color .sidebar .current_page_item>a,.footer_color .sidebar .current-menu-item>a,.footer_color .pagination .current,.footer_color .pagination a:hover,.footer_color strong.avia-testimonial-name,.footer_color .heading,.footer_color .toggle_content strong,.footer_color .toggle_content strong a,.footer_color .tab_content strong,.footer_color .tab_content strong a ,.footer_color .asc_count,.footer_color .avia-testimonial-content strong,.footer_color div .news-headline,#top .footer_color .av-related-style-full .av-related-title,.footer_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.footer_color .wp-playlist-item-meta.wp-playlist-item-title,#top .footer_color .av-no-image-slider h2 a,.footer_color .av-small-bar .avia-progress-bar .progressbar-title-wrap{color:#ffffff}.footer_color .meta-color,.footer_color .sidebar,.footer_color .sidebar a,.footer_color .minor-meta,.footer_color .minor-meta a,.footer_color .text-sep,.footer_color blockquote,.footer_color .post_nav a,.footer_color .comment-text,.footer_color .side-container-inner,.footer_color .news-time,.footer_color .pagination a,.footer_color .pagination span,.footer_color .tweet-text.avatar_no .tweet-time,#top .footer_color .extra-mini-title,.footer_color .team-member-job-title,.footer_color .team-social a,.footer_color #js_sort_items a,.grid-entry-excerpt,.footer_color .avia-testimonial-subtitle,.footer_color .commentmetadata a,.footer_color .social_bookmarks a,.footer_color .meta-heading>*,.footer_color .slide-meta,.footer_color .slide-meta a,.footer_color .taglist,.footer_color .taglist a,.footer_color .phone-info,.footer_color .phone-info a,.footer_color .av-sort-by-term a,.footer_color .av-magazine-time,.footer_color .av-magazine .av-magazine-entry-icon,.footer_color .av-catalogue-content,.footer_color .wp-playlist-item-length,.html_modern-blog #top div .footer_color .blog-categories a,.html_modern-blog #top div .footer_color .blog-categories a:hover{color:#808080}.footer_color .special-heading-inner-border{border-color:#aaaaaa}.footer_color .meta-heading .special-heading-inner-border{border-color:#808080}.footer_color a,.footer_color .widget_first,.footer_color strong,.footer_color b,.footer_color b a,.footer_color strong a,.footer_color #js_sort_items a:hover,.footer_color #js_sort_items a.active_sort,.footer_color .av-sort-by-term a.active_sort,.footer_color .special_amp,.footer_color .taglist a.activeFilter,.footer_color #commentform .required,#top .footer_color .av-no-color.av-icon-style-border a.av-icon-char,.html_elegant-blog #top .footer_color .blog-categories a,.html_elegant-blog #top .footer_color .blog-categories a:hover{color:#ffffff}.footer_color a:hover,.footer_color h1 a:hover,.footer_color h2 a:hover,.footer_color h3 a:hover,.footer_color h4 a:hover,.footer_color h5 a:hover,.footer_color h6 a:hover,.footer_color .template-search a.news-content:hover,.footer_color .wp-playlist-item .wp-playlist-caption:hover{color:#eeeeee}.footer_color .primary-background,.footer_color .primary-background a,div .footer_color .button,.footer_color #submit,.footer_color input[type=\'submit\'],.footer_color .small-preview:hover,.footer_color .avia-menu-fx,.footer_color .avia-menu-fx .avia-arrow,.footer_color.iconbox_top .iconbox_icon,.footer_color .iconbox_top a.iconbox_icon:hover,.footer_color .avia-data-table th.avia-highlight-col,.footer_color .avia-color-theme-color,.footer_color .avia-color-theme-color:hover,.footer_color .image-overlay .image-overlay-inside:before,.footer_color .comment-count,.footer_color .av_dropcap2,.footer_color .av-colored-style .av-countdown-cell-inner,.responsive #top .footer_color .av-open-submenu.av-subnav-menu > li > a:hover,#top .footer_color .av-open-submenu.av-subnav-menu li > ul a:hover{background-color:#ffffff;color:#111111;border-color:#dddddd}#top #wrap_all .footer_color .av-menu-button-colored > a .avia-menu-text{background-color:#ffffff;color:#111111;border-color:#ffffff}#top #wrap_all .footer_color .av-menu-button-colored > a .avia-menu-text:after{background-color:#dddddd}#top .footer_color .mobile_menu_toggle{color:#ffffff;background:#111111}#top .footer_color .av-menu-mobile-active .av-subnav-menu > li > a:before{color:#ffffff}#top .footer_color .av-open-submenu.av-subnav-menu > li > a:hover:before{color:#111111}.footer_color .button:hover,.footer_color .ajax_controlls a:hover,.footer_color #submit:hover,.footer_color .big_button:hover,.footer_color .contentSlideControlls a:hover,.footer_color #submit:hover ,.footer_color input[type=\'submit\']:hover{background-color:#eeeeee;color:#111111;border-color:#cccccc}.footer_color .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.footer_color .avia-toc-style-elegant a:first-child:after,.footer_color .avia-toc-style-elegant a.avia-toc-level-0:after{background-color:#111111;border-color:#eeeeee}.footer_color .avia-toc-style-elegant a:first-child span:after,.footer_color .avia-toc-style-elegant a.avia-toc-level-0 span:after{background-color:#111111}.footer_color .avia-toc-style-elegant a:first-child:hover span:after,.footer_color .avia-toc-style-elegant a.avia-toc-level-0:hover span:after{border-color:#eeeeee}.footer_color .avia-toc-style-elegant a:before{border-color:#111111}.footer_color .avia-toc-style-elegant a:first-child:after,.footer_color .avia-toc-style-elegant a.avia-toc-level-0:after{border-color:#eeeeee;background-color:#111111}.footer_color .avia-toc-style-elegant a:last-child:after{background-color:#111111}.footer_color .timeline-bullet{background-color:#111111;border-color:#111111}.footer_color table,.footer_color .widget_nav_menu ul:first-child>.current-menu-item,.footer_color .widget_nav_menu ul:first-child>.current_page_item,.footer_color .widget_nav_menu ul:first-child>.current-menu-ancestor,.footer_color .pagination .current,.footer_color .pagination a,.footer_color.iconbox_top .iconbox_content,.footer_color .av_promobox,.footer_color .toggle_content,.footer_color .toggler:hover,#top .footer_color .av-minimal-toggle .toggler,.footer_color .related_posts_default_image,.footer_color .search-result-counter,.footer_color .container_wrap_meta,.footer_color .avia-content-slider .slide-image,.footer_color .avia-slider-testimonials .avia-testimonial-content,.footer_color .avia-testimonial-arrow-wrap .avia-arrow,.footer_color .news-thumb,.footer_color .portfolio-preview-content,.footer_color .portfolio-preview-content .avia-arrow,.footer_color .av-magazine .av-magazine-entry-icon,.footer_color .related_posts.av-related-style-full a,.footer_color .aviaccordion-slide,.footer_color.avia-fullwidth-portfolio .pagination,.footer_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,.footer_color .av-catalogue-list li:hover,.footer_color .wp-playlist,.footer_color .avia-slideshow-fixed-height > li,.footer_color .avia-form-success,.footer_color .avia-form-error,.footer_color .av-boxed-grid-style .avia-testimonial{background:#191919}#top .footer_color .post_timeline li:hover .timeline-bullet{background-color:#eeeeee}.footer_color blockquote,.footer_color .avia-bullet,.footer_color .av-no-color.av-icon-style-border a.av-icon-char{border-color:#ffffff}.html_header_top .footer_color .main_menu ul:first-child >li > ul,.html_header_top #top .footer_color .avia_mega_div > .sub-menu{border-top-color:#ffffff}.footer_color .breadcrumb,.footer_color .breadcrumb a,#top .footer_color.title_container .main-title,#top .footer_color.title_container .main-title a{color:#aaaaaa}.footer_color .av-icon-display,#top .footer_color .av-related-style-full a:hover .related-format-icon,.footer_color .av-default-style .av-countdown-cell-inner{background-color:#191919;color:#808080}.footer_color .av-masonry-entry:hover .av-icon-display{background-color:#ffffff;color:#111111;border-color:#dddddd}#top .footer_color .av-masonry-entry.format-quote:hover .av-icon-display{color:#ffffff}.footer_color ::-webkit-input-placeholder{color:#808080}.footer_color ::-moz-placeholder{color:#808080;opacity:1}.footer_color :-ms-input-placeholder{color:#808080}.footer_color .header_bg,.footer_color .main_menu ul ul,.footer_color .main_menu .menu ul li a,.footer_color .pointer_arrow_wrap .pointer_arrow,.footer_color .avia_mega_div,.footer_color .av-subnav-menu > li ul,.footer_color .av-subnav-menu a{background-color:#111111;color:#808080}.footer_color .main_menu .menu ul li a:hover,.footer_color .av-subnav-menu ul a:hover{background-color:#191919}.footer_color .sub_menu>ul>li>a,.footer_color .sub_menu>div>ul>li>a,.footer_color .main_menu ul:first-child > li > a,#top .footer_color .main_menu .menu ul .current_page_item > a,#top .footer_color .main_menu .menu ul .current-menu-item > a ,#top .footer_color .sub_menu li ul a{color:#808080}#top .footer_color .main_menu .menu ul li>a:hover{color:#aaaaaa}.footer_color .av-subnav-menu a:hover,.footer_color .main_menu ul:first-child > li a:hover,.footer_color .main_menu ul:first-child > li.current-menu-item > a,.footer_color .main_menu ul:first-child > li.current_page_item > a,.footer_color .main_menu ul:first-child > li.active-parent-item > a{color:#aaaaaa}#top .footer_color .main_menu .menu .avia_mega_div ul .current-menu-item > a{color:#ffffff}.footer_color .sub_menu>ul>li>a:hover,.footer_color .sub_menu>div>ul>li>a:hover{color:#aaaaaa}#top .footer_color .sub_menu ul li a:hover,.footer_color .sub_menu ul:first-child > li.current-menu-item > a,.footer_color .sub_menu ul:first-child > li.current_page_item > a,.footer_color .sub_menu ul:first-child > li.active-parent-item > a{color:#aaaaaa}.footer_color .sub_menu li ul a,.footer_color #payment,.footer_color .sub_menu ul li,.footer_color .sub_menu ul,#top .footer_color .sub_menu li li a:hover{background-color:#111111}.footer_color#header .avia_mega_div > .sub-menu.avia_mega_hr,.html_bottom_nav_header.html_logo_center #top #menu-item-search>a{border-color:#111111}@media only screen and (max-width:767px){#top #wrap_all .av_header_transparency{background-color:#111111;color:#aaaaaa;border-color:#111111}}@media only screen and (max-width:989px){.html_mobile_menu_tablet #top #wrap_all .av_header_transparency{background-color:#111111;color:#aaaaaa;border-color:#111111}}.footer_color .avia-tt,.footer_color .avia-tt .avia-arrow,.footer_color .avia-tt .avia-arrow{background-color:#111111;color:#808080}.footer_color .av_ajax_search_image{background-color:#ffffff;color:#111111}.footer_color .ajax_search_excerpt{color:#808080}.footer_color .av_ajax_search_title{color:#ffffff}.footer_color .ajax_load{background-color:#ffffff}.footer_color .av_searchsubmit_wrapper{background-color:#ffffff}#top .footer_color .avia-color-theme-color{color:#111111;border-color:#dddddd}.footer_color .avia-color-theme-color-subtle{background-color:#191919;color:#aaaaaa}.footer_color .avia-color-theme-color-subtle:hover{background-color:#111111;color:#ffffff}#top .footer_color .avia-color-theme-color-highlight{color:#111111;border-color:#eeeeee;background-color:#eeeeee}.footer_color .avia-icon-list .iconlist_icon{background-color:#000000}.footer_color .avia-icon-list .iconlist-timeline{border-color:#111111}.footer_color .iconlist_content{color:#808080}.footer_color .avia-timeline .milestone_icon{background-color:#000000}.footer_color .avia-timeline .milestone_inner{background-color:#000000}.footer_color .avia-timeline{border-color:#000000}.footer_color .av-milestone-icon-wrap:after{border-color:#000000}.footer_color .avia-timeline .av-milestone-date{color:#000000}.footer_color .avia-timeline .av-milestone-date span{background-color:#000000}.footer_color .avia-timeline-horizontal .av-milestone-content-wrap footer{background-color:#000000}.footer_color .av-timeline-nav a span{background-color:#000000}#top .footer_color .input-text,#top .footer_color input[type=\'text\'],#top .footer_color input[type=\'input\'],#top .footer_color input[type=\'password\'],#top .footer_color input[type=\'email\'],#top .footer_color input[type=\'number\'],#top .footer_color input[type=\'url\'],#top .footer_color input[type=\'tel\'],#top .footer_color input[type=\'search\'],#top .footer_color textarea,#top .footer_color select{border-color:#111111;background-color:#191919;color:#808080}#top .footer_color .invers-color .input-text,#top .footer_color .invers-color input[type=\'text\'],#top .footer_color .invers-color input[type=\'input\'],#top .footer_color .invers-color input[type=\'password\'],#top .footer_color .invers-color input[type=\'email\'],#top .footer_color .invers-color input[type=\'number\'],#top .footer_color .invers-color input[type=\'url\'],#top .footer_color .invers-color input[type=\'tel\'],#top .footer_color .invers-color input[type=\'search\'],#top .footer_color .invers-color textarea,#top .footer_color .invers-color select{background-color:#111111}.footer_color .required{color:#ffffff}.footer_color .av-masonry{background-color:#080808}.footer_color .av-masonry-pagination,.footer_color .av-masonry-pagination:hover,.footer_color .av-masonry-outerimage-container{background-color:#111111}.footer_color .container .av-inner-masonry-content,#top .footer_color .container .av-masonry-load-more,#top .footer_color .container .av-masonry-sort,.footer_color .container .av-masonry-entry .avia-arrow{background-color:#191919} .footer_color .hr-short .hr-inner-style,.footer_color .hr-short .hr-inner{background-color:#111111}div .footer_color .tabcontainer .active_tab_content,div .footer_color .tabcontainer .active_tab{background-color:#191919;color:#aaaaaa}.responsive.js_active #top .footer_color .avia_combo_widget .top_tab .tab{border-top-color:#111111}.footer_color .template-archives .tabcontainer a,#top .footer_color .tabcontainer .tab:hover,#top .footer_color .tabcontainer .tab.active_tab{color:#aaaaaa} .footer_color .template-archives .tabcontainer a:hover{color:#eeeeee}.footer_color .sidebar_tab_icon{background-color:#111111}#top .footer_color .sidebar_active_tab .sidebar_tab_icon{background-color:#ffffff}.footer_color .sidebar_tab:hover .sidebar_tab_icon{background-color:#eeeeee}.footer_color .sidebar_tab,.footer_color .tabcontainer .tab{color:#808080}.footer_color div .sidebar_active_tab ,div .footer_color .tabcontainer.noborder_tabs .active_tab_content,div .footer_color .tabcontainer.noborder_tabs .active_tab{color:#aaaaaa;background-color:#111111}#top .avia-smallarrow-slider .avia-slideshow-dots a{background-color:#191919}#top .footer_color .avia-smallarrow-slider .avia-slideshow-dots a.active,#top .footer_color .avia-smallarrow-slider .avia-slideshow-dots a:hover{background-color:#808080}@media only screen and (max-width:767px){.responsive #top .footer_color .tabcontainer .active_tab{background-color:#eeeeee;color:#111111} .responsive #top .footer_color .tabcontainer{border-color:#111111}.responsive #top .footer_color .active_tab_content{background-color:#191919}}.footer_color tr:nth-child(even),.footer_color .avia-data-table .avia-heading-row .avia-desc-col,.footer_color .avia-data-table .avia-highlight-col,.footer_color .pricing-table>li:nth-child(even),body .footer_color .pricing-table.avia-desc-col li,#top .footer_color .avia-data-table.avia_pricing_minimal th{background-color:#111111;color:#aaaaaa}.footer_color table caption,.footer_color tr:nth-child(even),.footer_color .pricing-table>li:nth-child(even),#top .footer_color .avia-data-table.avia_pricing_minimal td{color:#808080}.footer_color tr:nth-child(odd),.footer_color .pricing-table>li:nth-child(odd),.footer_color .pricing-extra{background:#191919}.footer_color .pricing-table li.avia-pricing-row,.footer_color .pricing-table li.avia-heading-row,.footer_color .pricing-table li.avia-pricing-row .pricing-extra{background-color:#ffffff;color:#111111;border-color:#ffffff}.footer_color .pricing-table li.avia-heading-row,.footer_color .pricing-table li.avia-heading-row .pricing-extra{background-color:#ffffff;color:#111111;border-color:#ffffff}.footer_color .pricing-table.avia-desc-col .avia-heading-row,.footer_color .pricing-table.avia-desc-col .avia-pricing-row{border-color:#111111}.footer_color .theme-color-bar .bar{background:#ffffff}.footer_color .mejs-controls .mejs-time-rail .mejs-time-current,.footer_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.footer_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.footer_color .button.av-sending-button,.footer_color .av-striped-bar .theme-color-bar .bar{background:#ffffff}body .footer_color .mejs-controls .mejs-time-rail .mejs-time-float{background:#ffffff;color:#fff}body .footer_color .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:solid 4px #ffffff;border-color:#ffffff transparent transparent transparent}.footer_color .progress{background-color:#191919}.footer_color .av_searchform_element_results .av_ajax_search_entry,.footer_color .av_searchform_element_results .av_ajax_search_title,.footer_color.av_searchform_element_results .av_ajax_search_entry,.footer_color.av_searchform_element_results .av_ajax_search_title{color:#ffffff}.footer_color .av_searchform_element_results .ajax_search_excerpt,.footer_color.av_searchform_element_results .ajax_search_excerpt{color:#808080}.footer_color .av_searchform_element_results .av_ajax_search_image,.footer_color.av_searchform_element_results .av_ajax_search_image{color:#808080} .footer_color .button.av-sending-button{background:#eeeeee;background-image:-webkit-linear-gradient(-45deg,#eeeeee 25%,#ffffff 25%,#ffffff 50%,#eeeeee 50%,#eeeeee 75%,#ffffff 75%,#ffffff);background-image:-moz-linear-gradient(-45deg,#eeeeee 25%,#ffffff 25%,#ffffff 50%,#eeeeee 50%,#eeeeee 75%,#ffffff 75%,#ffffff);background-image:linear-gradient(-45deg,#eeeeee 25%,#ffffff 25%,#ffffff 50%,#eeeeee 50%,#eeeeee 75%,#ffffff 75%,#ffffff);border-color:#eeeeee}.footer_color span.bbp-admin-links a{color:#ffffff}.footer_color span.bbp-admin-links a:hover{color:#eeeeee}#top .footer_color .bbp-reply-content,#top .footer_color .bbp-topic-content,#top .footer_color .bbp-body .super-sticky .page-numbers,#top .footer_color .bbp-body .sticky .page-numbers,#top .footer_color .bbp-pagination-links a:hover,#top .footer_color .bbp-pagination-links span.current{background:#111111}#top .footer_color .bbp-topics .bbp-header,#top .footer_color .bbp-topics .bbp-header,#top .footer_color .bbp-forums .bbp-header,#top .footer_color .bbp-topics-front ul.super-sticky,#top .footer_color .bbp-topics ul.super-sticky,#top .footer_color .bbp-topics ul.sticky,#top .footer_color .bbp-forum-content ul.sticky,#top .footer_color .bbp-body .page-numbers{background-color:#191919}#top .footer_color .bbp-meta,#top .footer_color .bbp-author-role,#top .footer_color .bbp-author-ip,#top .footer_color .bbp-pagination-count,#top .footer_color .bbp-topics .bbp-body .bbp-topic-title:before{color:#808080}#top .footer_color .bbp-admin-links{color:#111111}.footer_color #bbpress-forums li.bbp-body ul.forum,.footer_color #bbpress-forums li.bbp-body ul.topic,.avia_transform .footer_color .bbp-replies .bbp-reply-author:before,.avia_transform .forum-search .footer_color .bbp-reply-author:before,.avia_transform .forum-search .footer_color .bbp-topic-author:before{background-color:#111111;border-color:#111111}#top .footer_color .bbp-author-name{color:#ffffff}.footer_color .widget_display_stats dt,.footer_color .widget_display_stats dd{background-color:#191919}.alternate_color,.alternate_color div,.alternate_color header,.alternate_color main,.alternate_color aside,.alternate_color footer,.alternate_color article,.alternate_color nav,.alternate_color section,.alternate_color span,.alternate_color applet,.alternate_color object,.alternate_color iframe,.alternate_color h1,.alternate_color h2,.alternate_color h3,.alternate_color h4,.alternate_color h5,.alternate_color h6,.alternate_color p,.alternate_color blockquote,.alternate_color pre,.alternate_color a,.alternate_color abbr,.alternate_color acronym,.alternate_color address,.alternate_color big,.alternate_color cite,.alternate_color code,.alternate_color del,.alternate_color dfn,.alternate_color em,.alternate_color img,.alternate_color ins,.alternate_color kbd,.alternate_color q,.alternate_color s,.alternate_color samp,.alternate_color small,.alternate_color strike,.alternate_color strong,.alternate_color sub,.alternate_color sup,.alternate_color tt,.alternate_color var,.alternate_color b,.alternate_color u,.alternate_color i,.alternate_color center,.alternate_color dl,.alternate_color dt,.alternate_color dd,.alternate_color ol,.alternate_color ul,.alternate_color li,.alternate_color fieldset,.alternate_color form,.alternate_color label,.alternate_color legend,.alternate_color table,.alternate_color caption,.alternate_color tbody,.alternate_color tfoot,.alternate_color thead,.alternate_color tr,.alternate_color th,.alternate_color td,.alternate_color article,.alternate_color aside,.alternate_color canvas,.alternate_color details,.alternate_color embed,.alternate_color figure,.alternate_color fieldset,.alternate_color figcaption,.alternate_color footer,.alternate_color header,.alternate_color hgroup,.alternate_color menu,.alternate_color nav,.alternate_color output,.alternate_color ruby,.alternate_color section,.alternate_color summary,.alternate_color time,.alternate_color mark,.alternate_color audio,.alternate_color video,#top .alternate_color .pullquote_boxed,.responsive #top .alternate_color .avia-testimonial,.responsive #top.avia-blank #main .alternate_color.container_wrap:first-child,#top .alternate_color.fullsize .template-blog .post_delimiter,.alternate_color .related_posts.av-related-style-full a{border-color:#444444}.alternate_color .rounded-container,#top .alternate_color .pagination a:hover,.alternate_color .small-preview,.alternate_color .fallback-post-type-icon{background:#8c8c8c;color:#191919}.alternate_color .av-default-color,#top .alternate_color .av-force-default-color,.alternate_color .av-catalogue-item,.alternate_color .wp-playlist-item .wp-playlist-caption,.alternate_color .wp-playlist{color:#ffffff}.alternate_color ,.alternate_color .site-background,.alternate_color .first-quote,.alternate_color .related_image_wrap,.alternate_color .gravatar img .alternate_color .hr_content,.alternate_color .news-thumb,.alternate_color .post-format-icon,.alternate_color .ajax_controlls a,.alternate_color .tweet-text.avatar_no,.alternate_color .toggler,.alternate_color .toggler.activeTitle:hover,.alternate_color #js_sort_items,.alternate_color.inner-entry,.alternate_color .grid-entry-title,.alternate_color .related-format-icon,.grid-entry .alternate_color .avia-arrow,.alternate_color .avia-gallery-big,.alternate_color .avia-gallery-big,.alternate_color .avia-gallery img,.alternate_color .grid-content,.alternate_color .av-share-box ul,#top .alternate_color .av-related-style-full .related-format-icon,.alternate_color .related_posts.av-related-style-full a:hover,.alternate_color.avia-fullwidth-portfolio .pagination .current,.alternate_color.avia-fullwidth-portfolio .pagination a,.alternate_color .av-hotspot-fallback-tooltip-inner,.alternate_color .av-hotspot-fallback-tooltip-count{background-color:#191919;color:#ffffff}.alternate_color .heading-color,.alternate_color a.iconbox_icon:hover,.alternate_color h1,.alternate_color h2,.alternate_color h3,.alternate_color h4,.alternate_color h5,.alternate_color h6,.alternate_color .sidebar .current_page_item>a,.alternate_color .sidebar .current-menu-item>a,.alternate_color .pagination .current,.alternate_color .pagination a:hover,.alternate_color strong.avia-testimonial-name,.alternate_color .heading,.alternate_color .toggle_content strong,.alternate_color .toggle_content strong a,.alternate_color .tab_content strong,.alternate_color .tab_content strong a ,.alternate_color .asc_count,.alternate_color .avia-testimonial-content strong,.alternate_color div .news-headline,#top .alternate_color .av-related-style-full .av-related-title,.alternate_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.alternate_color .wp-playlist-item-meta.wp-playlist-item-title,#top .alternate_color .av-no-image-slider h2 a,.alternate_color .av-small-bar .avia-progress-bar .progressbar-title-wrap{color:#ffffff}.alternate_color .meta-color,.alternate_color .sidebar,.alternate_color .sidebar a,.alternate_color .minor-meta,.alternate_color .minor-meta a,.alternate_color .text-sep,.alternate_color blockquote,.alternate_color .post_nav a,.alternate_color .comment-text,.alternate_color .side-container-inner,.alternate_color .news-time,.alternate_color .pagination a,.alternate_color .pagination span,.alternate_color .tweet-text.avatar_no .tweet-time,#top .alternate_color .extra-mini-title,.alternate_color .team-member-job-title,.alternate_color .team-social a,.alternate_color #js_sort_items a,.grid-entry-excerpt,.alternate_color .avia-testimonial-subtitle,.alternate_color .commentmetadata a,.alternate_color .social_bookmarks a,.alternate_color .meta-heading>*,.alternate_color .slide-meta,.alternate_color .slide-meta a,.alternate_color .taglist,.alternate_color .taglist a,.alternate_color .phone-info,.alternate_color .phone-info a,.alternate_color .av-sort-by-term a,.alternate_color .av-magazine-time,.alternate_color .av-magazine .av-magazine-entry-icon,.alternate_color .av-catalogue-content,.alternate_color .wp-playlist-item-length,.html_modern-blog #top div .alternate_color .blog-categories a,.html_modern-blog #top div .alternate_color .blog-categories a:hover{color:#8c8c8c}.alternate_color .special-heading-inner-border{border-color:#ffffff}.alternate_color .meta-heading .special-heading-inner-border{border-color:#8c8c8c}.alternate_color a,.alternate_color .widget_first,.alternate_color strong,.alternate_color b,.alternate_color b a,.alternate_color strong a,.alternate_color #js_sort_items a:hover,.alternate_color #js_sort_items a.active_sort,.alternate_color .av-sort-by-term a.active_sort,.alternate_color .special_amp,.alternate_color .taglist a.activeFilter,.alternate_color #commentform .required,#top .alternate_color .av-no-color.av-icon-style-border a.av-icon-char,.html_elegant-blog #top .alternate_color .blog-categories a,.html_elegant-blog #top .alternate_color .blog-categories a:hover{color:#0063c5}.alternate_color a:hover,.alternate_color h1 a:hover,.alternate_color h2 a:hover,.alternate_color h3 a:hover,.alternate_color h4 a:hover,.alternate_color h5 a:hover,.alternate_color h6 a:hover,.alternate_color .template-search a.news-content:hover,.alternate_color .wp-playlist-item .wp-playlist-caption:hover{color:#0063c5}.alternate_color .primary-background,.alternate_color .primary-background a,div .alternate_color .button,.alternate_color #submit,.alternate_color input[type=\'submit\'],.alternate_color .small-preview:hover,.alternate_color .avia-menu-fx,.alternate_color .avia-menu-fx .avia-arrow,.alternate_color.iconbox_top .iconbox_icon,.alternate_color .iconbox_top a.iconbox_icon:hover,.alternate_color .avia-data-table th.avia-highlight-col,.alternate_color .avia-color-theme-color,.alternate_color .avia-color-theme-color:hover,.alternate_color .image-overlay .image-overlay-inside:before,.alternate_color .comment-count,.alternate_color .av_dropcap2,.alternate_color .av-colored-style .av-countdown-cell-inner,.responsive #top .alternate_color .av-open-submenu.av-subnav-menu > li > a:hover,#top .alternate_color .av-open-submenu.av-subnav-menu li > ul a:hover{background-color:#0063c5;color:#ffffff;border-color:#0041a3}#top #wrap_all .alternate_color .av-menu-button-colored > a .avia-menu-text{background-color:#0063c5;color:#ffffff;border-color:#0063c5}#top #wrap_all .alternate_color .av-menu-button-colored > a .avia-menu-text:after{background-color:#0041a3}#top .alternate_color .mobile_menu_toggle{color:#0063c5;background:#191919}#top .alternate_color .av-menu-mobile-active .av-subnav-menu > li > a:before{color:#0063c5}#top .alternate_color .av-open-submenu.av-subnav-menu > li > a:hover:before{color:#191919}.alternate_color .button:hover,.alternate_color .ajax_controlls a:hover,.alternate_color #submit:hover,.alternate_color .big_button:hover,.alternate_color .contentSlideControlls a:hover,.alternate_color #submit:hover ,.alternate_color input[type=\'submit\']:hover{background-color:#0063c5;color:#191919;border-color:#0041a3}.alternate_color .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.alternate_color .avia-toc-style-elegant a:first-child:after,.alternate_color .avia-toc-style-elegant a.avia-toc-level-0:after{background-color:#191919;border-color:#0063c5}.alternate_color .avia-toc-style-elegant a:first-child span:after,.alternate_color .avia-toc-style-elegant a.avia-toc-level-0 span:after{background-color:#191919}.alternate_color .avia-toc-style-elegant a:first-child:hover span:after,.alternate_color .avia-toc-style-elegant a.avia-toc-level-0:hover span:after{border-color:#0063c5}.alternate_color .avia-toc-style-elegant a:before{border-color:#444444}.alternate_color .avia-toc-style-elegant a:first-child:after,.alternate_color .avia-toc-style-elegant a.avia-toc-level-0:after{border-color:#0063c5;background-color:#191919}.alternate_color .avia-toc-style-elegant a:last-child:after{background-color:#444444}.alternate_color .timeline-bullet{background-color:#444444;border-color:#191919}.alternate_color table,.alternate_color .widget_nav_menu ul:first-child>.current-menu-item,.alternate_color .widget_nav_menu ul:first-child>.current_page_item,.alternate_color .widget_nav_menu ul:first-child>.current-menu-ancestor,.alternate_color .pagination .current,.alternate_color .pagination a,.alternate_color.iconbox_top .iconbox_content,.alternate_color .av_promobox,.alternate_color .toggle_content,.alternate_color .toggler:hover,#top .alternate_color .av-minimal-toggle .toggler,.alternate_color .related_posts_default_image,.alternate_color .search-result-counter,.alternate_color .container_wrap_meta,.alternate_color .avia-content-slider .slide-image,.alternate_color .avia-slider-testimonials .avia-testimonial-content,.alternate_color .avia-testimonial-arrow-wrap .avia-arrow,.alternate_color .news-thumb,.alternate_color .portfolio-preview-content,.alternate_color .portfolio-preview-content .avia-arrow,.alternate_color .av-magazine .av-magazine-entry-icon,.alternate_color .related_posts.av-related-style-full a,.alternate_color .aviaccordion-slide,.alternate_color.avia-fullwidth-portfolio .pagination,.alternate_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,.alternate_color .av-catalogue-list li:hover,.alternate_color .wp-playlist,.alternate_color .avia-slideshow-fixed-height > li,.alternate_color .avia-form-success,.alternate_color .avia-form-error,.alternate_color .av-boxed-grid-style .avia-testimonial{background:#111111}#top .alternate_color .post_timeline li:hover .timeline-bullet{background-color:#0063c5}.alternate_color blockquote,.alternate_color .avia-bullet,.alternate_color .av-no-color.av-icon-style-border a.av-icon-char{border-color:#0063c5}.html_header_top .alternate_color .main_menu ul:first-child >li > ul,.html_header_top #top .alternate_color .avia_mega_div > .sub-menu{border-top-color:#0063c5}.alternate_color .breadcrumb,.alternate_color .breadcrumb a,#top .alternate_color.title_container .main-title,#top .alternate_color.title_container .main-title a{color:#ffffff}.alternate_color .av-icon-display,#top .alternate_color .av-related-style-full a:hover .related-format-icon,.alternate_color .av-default-style .av-countdown-cell-inner{background-color:#111111;color:#8c8c8c}.alternate_color .av-masonry-entry:hover .av-icon-display{background-color:#0063c5;color:#ffffff;border-color:#0041a3}#top .alternate_color .av-masonry-entry.format-quote:hover .av-icon-display{color:#0063c5}.alternate_color ::-webkit-input-placeholder{color:#8c8c8c}.alternate_color ::-moz-placeholder{color:#8c8c8c;opacity:1}.alternate_color :-ms-input-placeholder{color:#8c8c8c}.alternate_color .header_bg,.alternate_color .main_menu ul ul,.alternate_color .main_menu .menu ul li a,.alternate_color .pointer_arrow_wrap .pointer_arrow,.alternate_color .avia_mega_div,.alternate_color .av-subnav-menu > li ul,.alternate_color .av-subnav-menu a{background-color:#191919;color:#8c8c8c}.alternate_color .main_menu .menu ul li a:hover,.alternate_color .av-subnav-menu ul a:hover{background-color:#111111}.alternate_color .sub_menu>ul>li>a,.alternate_color .sub_menu>div>ul>li>a,.alternate_color .main_menu ul:first-child > li > a,#top .alternate_color .main_menu .menu ul .current_page_item > a,#top .alternate_color .main_menu .menu ul .current-menu-item > a ,#top .alternate_color .sub_menu li ul a{color:#8c8c8c}#top .alternate_color .main_menu .menu ul li>a:hover{color:#ffffff}.alternate_color .av-subnav-menu a:hover,.alternate_color .main_menu ul:first-child > li a:hover,.alternate_color .main_menu ul:first-child > li.current-menu-item > a,.alternate_color .main_menu ul:first-child > li.current_page_item > a,.alternate_color .main_menu ul:first-child > li.active-parent-item > a{color:#ffffff}#top .alternate_color .main_menu .menu .avia_mega_div ul .current-menu-item > a{color:#0063c5}.alternate_color .sub_menu>ul>li>a:hover,.alternate_color .sub_menu>div>ul>li>a:hover{color:#ffffff}#top .alternate_color .sub_menu ul li a:hover,.alternate_color .sub_menu ul:first-child > li.current-menu-item > a,.alternate_color .sub_menu ul:first-child > li.current_page_item > a,.alternate_color .sub_menu ul:first-child > li.active-parent-item > a{color:#ffffff}.alternate_color .sub_menu li ul a,.alternate_color #payment,.alternate_color .sub_menu ul li,.alternate_color .sub_menu ul,#top .alternate_color .sub_menu li li a:hover{background-color:#191919}.alternate_color#header .avia_mega_div > .sub-menu.avia_mega_hr,.html_bottom_nav_header.html_logo_center #top #menu-item-search>a{border-color:#444444}@media only screen and (max-width:767px){#top #wrap_all .av_header_transparency{background-color:#191919;color:#ffffff;border-color:#444444}}@media only screen and (max-width:989px){.html_mobile_menu_tablet #top #wrap_all .av_header_transparency{background-color:#191919;color:#ffffff;border-color:#444444}}.alternate_color .avia-tt,.alternate_color .avia-tt .avia-arrow,.alternate_color .avia-tt .avia-arrow{background-color:#191919;color:#8c8c8c}.alternate_color .av_ajax_search_image{background-color:#0063c5;color:#191919}.alternate_color .ajax_search_excerpt{color:#8c8c8c}.alternate_color .av_ajax_search_title{color:#ffffff}.alternate_color .ajax_load{background-color:#0063c5}.alternate_color .av_searchsubmit_wrapper{background-color:#0063c5}#top .alternate_color .avia-color-theme-color{color:#ffffff;border-color:#0041a3}.alternate_color .avia-color-theme-color-subtle{background-color:#111111;color:#ffffff}.alternate_color .avia-color-theme-color-subtle:hover{background-color:#191919;color:#ffffff}#top .alternate_color .avia-color-theme-color-highlight{color:#ffffff;border-color:#0063c5;background-color:#0063c5}.alternate_color .avia-icon-list .iconlist_icon{background-color:#333333}.alternate_color .avia-icon-list .iconlist-timeline{border-color:#444444}.alternate_color .iconlist_content{color:#8c8c8c}.alternate_color .avia-timeline .milestone_icon{background-color:#333333}.alternate_color .avia-timeline .milestone_inner{background-color:#333333}.alternate_color .avia-timeline{border-color:#333333}.alternate_color .av-milestone-icon-wrap:after{border-color:#333333}.alternate_color .avia-timeline .av-milestone-date{color:#000000}.alternate_color .avia-timeline .av-milestone-date span{background-color:#333333}.alternate_color .avia-timeline-horizontal .av-milestone-content-wrap footer{background-color:#333333}.alternate_color .av-timeline-nav a span{background-color:#333333}#top .alternate_color .input-text,#top .alternate_color input[type=\'text\'],#top .alternate_color input[type=\'input\'],#top .alternate_color input[type=\'password\'],#top .alternate_color input[type=\'email\'],#top .alternate_color input[type=\'number\'],#top .alternate_color input[type=\'url\'],#top .alternate_color input[type=\'tel\'],#top .alternate_color input[type=\'search\'],#top .alternate_color textarea,#top .alternate_color select{border-color:#444444;background-color:#111111;color:#8c8c8c}#top .alternate_color .invers-color .input-text,#top .alternate_color .invers-color input[type=\'text\'],#top .alternate_color .invers-color input[type=\'input\'],#top .alternate_color .invers-color input[type=\'password\'],#top .alternate_color .invers-color input[type=\'email\'],#top .alternate_color .invers-color input[type=\'number\'],#top .alternate_color .invers-color input[type=\'url\'],#top .alternate_color .invers-color input[type=\'tel\'],#top .alternate_color .invers-color input[type=\'search\'],#top .alternate_color .invers-color textarea,#top .alternate_color .invers-color select{background-color:#191919}.alternate_color .required{color:#0063c5}.alternate_color .av-masonry{background-color:#000000}.alternate_color .av-masonry-pagination,.alternate_color .av-masonry-pagination:hover,.alternate_color .av-masonry-outerimage-container{background-color:#191919}.alternate_color .container .av-inner-masonry-content,#top .alternate_color .container .av-masonry-load-more,#top .alternate_color .container .av-masonry-sort,.alternate_color .container .av-masonry-entry .avia-arrow{background-color:#111111} .alternate_color .hr-short .hr-inner-style,.alternate_color .hr-short .hr-inner{background-color:#191919}div .alternate_color .tabcontainer .active_tab_content,div .alternate_color .tabcontainer .active_tab{background-color:#111111;color:#ffffff}.responsive.js_active #top .alternate_color .avia_combo_widget .top_tab .tab{border-top-color:#444444}.alternate_color .template-archives .tabcontainer a,#top .alternate_color .tabcontainer .tab:hover,#top .alternate_color .tabcontainer .tab.active_tab{color:#ffffff} .alternate_color .template-archives .tabcontainer a:hover{color:#0063c5}.alternate_color .sidebar_tab_icon{background-color:#444444}#top .alternate_color .sidebar_active_tab .sidebar_tab_icon{background-color:#0063c5}.alternate_color .sidebar_tab:hover .sidebar_tab_icon{background-color:#0063c5}.alternate_color .sidebar_tab,.alternate_color .tabcontainer .tab{color:#8c8c8c}.alternate_color div .sidebar_active_tab ,div .alternate_color .tabcontainer.noborder_tabs .active_tab_content,div .alternate_color .tabcontainer.noborder_tabs .active_tab{color:#ffffff;background-color:#191919}#top .avia-smallarrow-slider .avia-slideshow-dots a{background-color:#111111}#top .alternate_color .avia-smallarrow-slider .avia-slideshow-dots a.active,#top .alternate_color .avia-smallarrow-slider .avia-slideshow-dots a:hover{background-color:#8c8c8c}@media only screen and (max-width:767px){.responsive #top .alternate_color .tabcontainer .active_tab{background-color:#0063c5;color:#ffffff} .responsive #top .alternate_color .tabcontainer{border-color:#444444}.responsive #top .alternate_color .active_tab_content{background-color:#111111}}.alternate_color tr:nth-child(even),.alternate_color .avia-data-table .avia-heading-row .avia-desc-col,.alternate_color .avia-data-table .avia-highlight-col,.alternate_color .pricing-table>li:nth-child(even),body .alternate_color .pricing-table.avia-desc-col li,#top .alternate_color .avia-data-table.avia_pricing_minimal th{background-color:#191919;color:#ffffff}.alternate_color table caption,.alternate_color tr:nth-child(even),.alternate_color .pricing-table>li:nth-child(even),#top .alternate_color .avia-data-table.avia_pricing_minimal td{color:#8c8c8c}.alternate_color tr:nth-child(odd),.alternate_color .pricing-table>li:nth-child(odd),.alternate_color .pricing-extra{background:#111111}.alternate_color .pricing-table li.avia-pricing-row,.alternate_color .pricing-table li.avia-heading-row,.alternate_color .pricing-table li.avia-pricing-row .pricing-extra{background-color:#0063c5;color:#ffffff;border-color:#2285e7}.alternate_color .pricing-table li.avia-heading-row,.alternate_color .pricing-table li.avia-heading-row .pricing-extra{background-color:#1174d6;color:#ffffff;border-color:#2285e7}.alternate_color .pricing-table.avia-desc-col .avia-heading-row,.alternate_color .pricing-table.avia-desc-col .avia-pricing-row{border-color:#444444}.alternate_color .theme-color-bar .bar{background:#0063c5}.alternate_color .mejs-controls .mejs-time-rail .mejs-time-current,.alternate_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.alternate_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.alternate_color .button.av-sending-button,.alternate_color .av-striped-bar .theme-color-bar .bar{background:#0063c5}body .alternate_color .mejs-controls .mejs-time-rail .mejs-time-float{background:#0063c5;color:#fff}body .alternate_color .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:solid 4px #0063c5;border-color:#0063c5 transparent transparent transparent}.alternate_color .progress{background-color:#111111}.alternate_color .av_searchform_element_results .av_ajax_search_entry,.alternate_color .av_searchform_element_results .av_ajax_search_title,.alternate_color.av_searchform_element_results .av_ajax_search_entry,.alternate_color.av_searchform_element_results .av_ajax_search_title{color:#0063c5}.alternate_color .av_searchform_element_results .ajax_search_excerpt,.alternate_color.av_searchform_element_results .ajax_search_excerpt{color:#8c8c8c}.alternate_color .av_searchform_element_results .av_ajax_search_image,.alternate_color.av_searchform_element_results .av_ajax_search_image{color:#8c8c8c} .alternate_color .button.av-sending-button{background:#0063c5;background-image:-webkit-linear-gradient(-45deg,#0063c5 25%,#1174d6 25%,#1174d6 50%,#0063c5 50%,#0063c5 75%,#1174d6 75%,#1174d6);background-image:-moz-linear-gradient(-45deg,#0063c5 25%,#1174d6 25%,#1174d6 50%,#0063c5 50%,#0063c5 75%,#1174d6 75%,#1174d6);background-image:linear-gradient(-45deg,#0063c5 25%,#1174d6 25%,#1174d6 50%,#0063c5 50%,#0063c5 75%,#1174d6 75%,#1174d6);border-color:#0063c5}.alternate_color span.bbp-admin-links a{color:#0063c5}.alternate_color span.bbp-admin-links a:hover{color:#0063c5}#top .alternate_color .bbp-reply-content,#top .alternate_color .bbp-topic-content,#top .alternate_color .bbp-body .super-sticky .page-numbers,#top .alternate_color .bbp-body .sticky .page-numbers,#top .alternate_color .bbp-pagination-links a:hover,#top .alternate_color .bbp-pagination-links span.current{background:#191919}#top .alternate_color .bbp-topics .bbp-header,#top .alternate_color .bbp-topics .bbp-header,#top .alternate_color .bbp-forums .bbp-header,#top .alternate_color .bbp-topics-front ul.super-sticky,#top .alternate_color .bbp-topics ul.super-sticky,#top .alternate_color .bbp-topics ul.sticky,#top .alternate_color .bbp-forum-content ul.sticky,#top .alternate_color .bbp-body .page-numbers{background-color:#111111}#top .alternate_color .bbp-meta,#top .alternate_color .bbp-author-role,#top .alternate_color .bbp-author-ip,#top .alternate_color .bbp-pagination-count,#top .alternate_color .bbp-topics .bbp-body .bbp-topic-title:before{color:#8c8c8c}#top .alternate_color .bbp-admin-links{color:#444444}.alternate_color #bbpress-forums li.bbp-body ul.forum,.alternate_color #bbpress-forums li.bbp-body ul.topic,.avia_transform .alternate_color .bbp-replies .bbp-reply-author:before,.avia_transform .forum-search .alternate_color .bbp-reply-author:before,.avia_transform .forum-search .alternate_color .bbp-topic-author:before{background-color:#191919;border-color:#444444}#top .alternate_color .bbp-author-name{color:#ffffff}.alternate_color .widget_display_stats dt,.alternate_color .widget_display_stats dd{background-color:#111111}.alternate_color dropcap2,.alternate_color dropcap3,.alternate_color avia_button,.alternate_color avia_button:hover,.alternate_color .on-primary-color,.alternate_color .on-primary-color:hover{color:#ffffff}.main_color,.main_color div,.main_color header,.main_color main,.main_color aside,.main_color footer,.main_color article,.main_color nav,.main_color section,.main_color span,.main_color applet,.main_color object,.main_color iframe,.main_color h1,.main_color h2,.main_color h3,.main_color h4,.main_color h5,.main_color h6,.main_color p,.main_color blockquote,.main_color pre,.main_color a,.main_color abbr,.main_color acronym,.main_color address,.main_color big,.main_color cite,.main_color code,.main_color del,.main_color dfn,.main_color em,.main_color img,.main_color ins,.main_color kbd,.main_color q,.main_color s,.main_color samp,.main_color small,.main_color strike,.main_color strong,.main_color sub,.main_color sup,.main_color tt,.main_color var,.main_color b,.main_color u,.main_color i,.main_color center,.main_color dl,.main_color dt,.main_color dd,.main_color ol,.main_color ul,.main_color li,.main_color fieldset,.main_color form,.main_color label,.main_color legend,.main_color table,.main_color caption,.main_color tbody,.main_color tfoot,.main_color thead,.main_color tr,.main_color th,.main_color td,.main_color article,.main_color aside,.main_color canvas,.main_color details,.main_color embed,.main_color figure,.main_color fieldset,.main_color figcaption,.main_color footer,.main_color header,.main_color hgroup,.main_color menu,.main_color nav,.main_color output,.main_color ruby,.main_color section,.main_color summary,.main_color time,.main_color mark,.main_color audio,.main_color video,#top .main_color .pullquote_boxed,.responsive #top .main_color .avia-testimonial,.responsive #top.avia-blank #main .main_color.container_wrap:first-child,#top .main_color.fullsize .template-blog .post_delimiter,.main_color .related_posts.av-related-style-full a{border-color:#e1e1e1}.main_color .rounded-container,#top .main_color .pagination a:hover,.main_color .small-preview,.main_color .fallback-post-type-icon{background:#7d7d7d;color:#ffffff}.main_color .av-default-color,#top .main_color .av-force-default-color,.main_color .av-catalogue-item,.main_color .wp-playlist-item .wp-playlist-caption,.main_color .wp-playlist{color:#696969}.main_color ,.main_color .site-background,.main_color .first-quote,.main_color .related_image_wrap,.main_color .gravatar img .main_color .hr_content,.main_color .news-thumb,.main_color .post-format-icon,.main_color .ajax_controlls a,.main_color .tweet-text.avatar_no,.main_color .toggler,.main_color .toggler.activeTitle:hover,.main_color #js_sort_items,.main_color.inner-entry,.main_color .grid-entry-title,.main_color .related-format-icon,.grid-entry .main_color .avia-arrow,.main_color .avia-gallery-big,.main_color .avia-gallery-big,.main_color .avia-gallery img,.main_color .grid-content,.main_color .av-share-box ul,#top .main_color .av-related-style-full .related-format-icon,.main_color .related_posts.av-related-style-full a:hover,.main_color.avia-fullwidth-portfolio .pagination .current,.main_color.avia-fullwidth-portfolio .pagination a,.main_color .av-hotspot-fallback-tooltip-inner,.main_color .av-hotspot-fallback-tooltip-count{background-color:#ffffff;color:#696969}.main_color .heading-color,.main_color a.iconbox_icon:hover,.main_color h1,.main_color h2,.main_color h3,.main_color h4,.main_color h5,.main_color h6,.main_color .sidebar .current_page_item>a,.main_color .sidebar .current-menu-item>a,.main_color .pagination .current,.main_color .pagination a:hover,.main_color strong.avia-testimonial-name,.main_color .heading,.main_color .toggle_content strong,.main_color .toggle_content strong a,.main_color .tab_content strong,.main_color .tab_content strong a ,.main_color .asc_count,.main_color .avia-testimonial-content strong,.main_color div .news-headline,#top .main_color .av-related-style-full .av-related-title,.main_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.main_color .wp-playlist-item-meta.wp-playlist-item-title,#top .main_color .av-no-image-slider h2 a,.main_color .av-small-bar .avia-progress-bar .progressbar-title-wrap{color:#000000}.main_color .meta-color,.main_color .sidebar,.main_color .sidebar a,.main_color .minor-meta,.main_color .minor-meta a,.main_color .text-sep,.main_color blockquote,.main_color .post_nav a,.main_color .comment-text,.main_color .side-container-inner,.main_color .news-time,.main_color .pagination a,.main_color .pagination span,.main_color .tweet-text.avatar_no .tweet-time,#top .main_color .extra-mini-title,.main_color .team-member-job-title,.main_color .team-social a,.main_color #js_sort_items a,.grid-entry-excerpt,.main_color .avia-testimonial-subtitle,.main_color .commentmetadata a,.main_color .social_bookmarks a,.main_color .meta-heading>*,.main_color .slide-meta,.main_color .slide-meta a,.main_color .taglist,.main_color .taglist a,.main_color .phone-info,.main_color .phone-info a,.main_color .av-sort-by-term a,.main_color .av-magazine-time,.main_color .av-magazine .av-magazine-entry-icon,.main_color .av-catalogue-content,.main_color .wp-playlist-item-length,.html_modern-blog #top div .main_color .blog-categories a,.html_modern-blog #top div .main_color .blog-categories a:hover{color:#7d7d7d}.main_color .special-heading-inner-border{border-color:#696969}.main_color .meta-heading .special-heading-inner-border{border-color:#7d7d7d}.main_color a,.main_color .widget_first,.main_color strong,.main_color b,.main_color b a,.main_color strong a,.main_color #js_sort_items a:hover,.main_color #js_sort_items a.active_sort,.main_color .av-sort-by-term a.active_sort,.main_color .special_amp,.main_color .taglist a.activeFilter,.main_color #commentform .required,#top .main_color .av-no-color.av-icon-style-border a.av-icon-char,.html_elegant-blog #top .main_color .blog-categories a,.html_elegant-blog #top .main_color .blog-categories a:hover{color:#0063c5}.main_color a:hover,.main_color h1 a:hover,.main_color h2 a:hover,.main_color h3 a:hover,.main_color h4 a:hover,.main_color h5 a:hover,.main_color h6 a:hover,.main_color .template-search a.news-content:hover,.main_color .wp-playlist-item .wp-playlist-caption:hover{color:#0957a1}.main_color .primary-background,.main_color .primary-background a,div .main_color .button,.main_color #submit,.main_color input[type=\'submit\'],.main_color .small-preview:hover,.main_color .avia-menu-fx,.main_color .avia-menu-fx .avia-arrow,.main_color.iconbox_top .iconbox_icon,.main_color .iconbox_top a.iconbox_icon:hover,.main_color .avia-data-table th.avia-highlight-col,.main_color .avia-color-theme-color,.main_color .avia-color-theme-color:hover,.main_color .image-overlay .image-overlay-inside:before,.main_color .comment-count,.main_color .av_dropcap2,.main_color .av-colored-style .av-countdown-cell-inner,.responsive #top .main_color .av-open-submenu.av-subnav-menu > li > a:hover,#top .main_color .av-open-submenu.av-subnav-menu li > ul a:hover{background-color:#0063c5;color:#ffffff;border-color:#0041a3}#top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text{background-color:#0063c5;color:#ffffff;border-color:#0063c5}#top #wrap_all .main_color .av-menu-button-colored > a .avia-menu-text:after{background-color:#0041a3}#top .main_color .mobile_menu_toggle{color:#0063c5;background:#ffffff}#top .main_color .av-menu-mobile-active .av-subnav-menu > li > a:before{color:#0063c5}#top .main_color .av-open-submenu.av-subnav-menu > li > a:hover:before{color:#ffffff}.main_color .button:hover,.main_color .ajax_controlls a:hover,.main_color #submit:hover,.main_color .big_button:hover,.main_color .contentSlideControlls a:hover,.main_color #submit:hover ,.main_color input[type=\'submit\']:hover{background-color:#0957a1;color:#ffffff;border-color:#073580}.main_color .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.main_color .avia-toc-style-elegant a:first-child:after,.main_color .avia-toc-style-elegant a.avia-toc-level-0:after{background-color:#ffffff;border-color:#0957a1}.main_color .avia-toc-style-elegant a:first-child span:after,.main_color .avia-toc-style-elegant a.avia-toc-level-0 span:after{background-color:#ffffff}.main_color .avia-toc-style-elegant a:first-child:hover span:after,.main_color .avia-toc-style-elegant a.avia-toc-level-0:hover span:after{border-color:#0957a1}.main_color .avia-toc-style-elegant a:before{border-color:#e1e1e1}.main_color .avia-toc-style-elegant a:first-child:after,.main_color .avia-toc-style-elegant a.avia-toc-level-0:after{border-color:#0957a1;background-color:#ffffff}.main_color .avia-toc-style-elegant a:last-child:after{background-color:#e1e1e1}.main_color .timeline-bullet{background-color:#e1e1e1;border-color:#ffffff}.main_color table,.main_color .widget_nav_menu ul:first-child>.current-menu-item,.main_color .widget_nav_menu ul:first-child>.current_page_item,.main_color .widget_nav_menu ul:first-child>.current-menu-ancestor,.main_color .pagination .current,.main_color .pagination a,.main_color.iconbox_top .iconbox_content,.main_color .av_promobox,.main_color .toggle_content,.main_color .toggler:hover,#top .main_color .av-minimal-toggle .toggler,.main_color .related_posts_default_image,.main_color .search-result-counter,.main_color .container_wrap_meta,.main_color .avia-content-slider .slide-image,.main_color .avia-slider-testimonials .avia-testimonial-content,.main_color .avia-testimonial-arrow-wrap .avia-arrow,.main_color .news-thumb,.main_color .portfolio-preview-content,.main_color .portfolio-preview-content .avia-arrow,.main_color .av-magazine .av-magazine-entry-icon,.main_color .related_posts.av-related-style-full a,.main_color .aviaccordion-slide,.main_color.avia-fullwidth-portfolio .pagination,.main_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,.main_color .av-catalogue-list li:hover,.main_color .wp-playlist,.main_color .avia-slideshow-fixed-height > li,.main_color .avia-form-success,.main_color .avia-form-error,.main_color .av-boxed-grid-style .avia-testimonial{background:#f8f8f8}#top .main_color .post_timeline li:hover .timeline-bullet{background-color:#0957a1}.main_color blockquote,.main_color .avia-bullet,.main_color .av-no-color.av-icon-style-border a.av-icon-char{border-color:#0063c5}.html_header_top .main_color .main_menu ul:first-child >li > ul,.html_header_top #top .main_color .avia_mega_div > .sub-menu{border-top-color:#0063c5}.main_color .breadcrumb,.main_color .breadcrumb a,#top .main_color.title_container .main-title,#top .main_color.title_container .main-title a{color:#696969}.main_color .av-icon-display,#top .main_color .av-related-style-full a:hover .related-format-icon,.main_color .av-default-style .av-countdown-cell-inner{background-color:#f8f8f8;color:#7d7d7d}.main_color .av-masonry-entry:hover .av-icon-display{background-color:#0063c5;color:#ffffff;border-color:#0041a3}#top .main_color .av-masonry-entry.format-quote:hover .av-icon-display{color:#0063c5}.main_color ::-webkit-input-placeholder{color:#7d7d7d}.main_color ::-moz-placeholder{color:#7d7d7d;opacity:1}.main_color :-ms-input-placeholder{color:#7d7d7d}.main_color .header_bg,.main_color .main_menu ul ul,.main_color .main_menu .menu ul li a,.main_color .pointer_arrow_wrap .pointer_arrow,.main_color .avia_mega_div,.main_color .av-subnav-menu > li ul,.main_color .av-subnav-menu a{background-color:#ffffff;color:#7d7d7d}.main_color .main_menu .menu ul li a:hover,.main_color .av-subnav-menu ul a:hover{background-color:#f8f8f8}.main_color .sub_menu>ul>li>a,.main_color .sub_menu>div>ul>li>a,.main_color .main_menu ul:first-child > li > a,#top .main_color .main_menu .menu ul .current_page_item > a,#top .main_color .main_menu .menu ul .current-menu-item > a ,#top .main_color .sub_menu li ul a{color:#7d7d7d}#top .main_color .main_menu .menu ul li>a:hover{color:#696969}.main_color .av-subnav-menu a:hover,.main_color .main_menu ul:first-child > li a:hover,.main_color .main_menu ul:first-child > li.current-menu-item > a,.main_color .main_menu ul:first-child > li.current_page_item > a,.main_color .main_menu ul:first-child > li.active-parent-item > a{color:#696969}#top .main_color .main_menu .menu .avia_mega_div ul .current-menu-item > a{color:#0063c5}.main_color .sub_menu>ul>li>a:hover,.main_color .sub_menu>div>ul>li>a:hover{color:#696969}#top .main_color .sub_menu ul li a:hover,.main_color .sub_menu ul:first-child > li.current-menu-item > a,.main_color .sub_menu ul:first-child > li.current_page_item > a,.main_color .sub_menu ul:first-child > li.active-parent-item > a{color:#696969}.main_color .sub_menu li ul a,.main_color #payment,.main_color .sub_menu ul li,.main_color .sub_menu ul,#top .main_color .sub_menu li li a:hover{background-color:#ffffff}.main_color#header .avia_mega_div > .sub-menu.avia_mega_hr,.html_bottom_nav_header.html_logo_center #top #menu-item-search>a{border-color:#e1e1e1}@media only screen and (max-width:767px){#top #wrap_all .av_header_transparency{background-color:#ffffff;color:#696969;border-color:#e1e1e1}}@media only screen and (max-width:989px){.html_mobile_menu_tablet #top #wrap_all .av_header_transparency{background-color:#ffffff;color:#696969;border-color:#e1e1e1}}.main_color .avia-tt,.main_color .avia-tt .avia-arrow,.main_color .avia-tt .avia-arrow{background-color:#ffffff;color:#7d7d7d}.main_color .av_ajax_search_image{background-color:#0063c5;color:#ffffff}.main_color .ajax_search_excerpt{color:#7d7d7d}.main_color .av_ajax_search_title{color:#000000}.main_color .ajax_load{background-color:#0063c5}.main_color .av_searchsubmit_wrapper{background-color:#0063c5}#top .main_color .avia-color-theme-color{color:#ffffff;border-color:#0041a3}.main_color .avia-color-theme-color-subtle{background-color:#f8f8f8;color:#696969}.main_color .avia-color-theme-color-subtle:hover{background-color:#ffffff;color:#000000}#top .main_color .avia-color-theme-color-highlight{color:#ffffff;border-color:#0957a1;background-color:#0957a1}.main_color .avia-icon-list .iconlist_icon{background-color:#d0d0d0}.main_color .avia-icon-list .iconlist-timeline{border-color:#e1e1e1}.main_color .iconlist_content{color:#7d7d7d}.main_color .avia-timeline .milestone_icon{background-color:#d0d0d0}.main_color .avia-timeline .milestone_inner{background-color:#d0d0d0}.main_color .avia-timeline{border-color:#d0d0d0}.main_color .av-milestone-icon-wrap:after{border-color:#d0d0d0}.main_color .avia-timeline .av-milestone-date{color:#a0a0a0}.main_color .avia-timeline .av-milestone-date span{background-color:#d0d0d0}.main_color .avia-timeline-horizontal .av-milestone-content-wrap footer{background-color:#d0d0d0}.main_color .av-timeline-nav a span{background-color:#d0d0d0}#top .main_color .input-text,#top .main_color input[type=\'text\'],#top .main_color input[type=\'input\'],#top .main_color input[type=\'password\'],#top .main_color input[type=\'email\'],#top .main_color input[type=\'number\'],#top .main_color input[type=\'url\'],#top .main_color input[type=\'tel\'],#top .main_color input[type=\'search\'],#top .main_color textarea,#top .main_color select{border-color:#e1e1e1;background-color:#f8f8f8;color:#7d7d7d}#top .main_color .invers-color .input-text,#top .main_color .invers-color input[type=\'text\'],#top .main_color .invers-color input[type=\'input\'],#top .main_color .invers-color input[type=\'password\'],#top .main_color .invers-color input[type=\'email\'],#top .main_color .invers-color input[type=\'number\'],#top .main_color .invers-color input[type=\'url\'],#top .main_color .invers-color input[type=\'tel\'],#top .main_color .invers-color input[type=\'search\'],#top .main_color .invers-color textarea,#top .main_color .invers-color select{background-color:#ffffff}.main_color .required{color:#0063c5}.main_color .av-masonry{background-color:#e7e7e7}.main_color .av-masonry-pagination,.main_color .av-masonry-pagination:hover,.main_color .av-masonry-outerimage-container{background-color:#ffffff}.main_color .container .av-inner-masonry-content,#top .main_color .container .av-masonry-load-more,#top .main_color .container .av-masonry-sort,.main_color .container .av-masonry-entry .avia-arrow{background-color:#f8f8f8} .main_color .hr-short .hr-inner-style,.main_color .hr-short .hr-inner{background-color:#ffffff}div .main_color .tabcontainer .active_tab_content,div .main_color .tabcontainer .active_tab{background-color:#f8f8f8;color:#696969}.responsive.js_active #top .main_color .avia_combo_widget .top_tab .tab{border-top-color:#e1e1e1}.main_color .template-archives .tabcontainer a,#top .main_color .tabcontainer .tab:hover,#top .main_color .tabcontainer .tab.active_tab{color:#696969} .main_color .template-archives .tabcontainer a:hover{color:#0957a1}.main_color .sidebar_tab_icon{background-color:#e1e1e1}#top .main_color .sidebar_active_tab .sidebar_tab_icon{background-color:#0063c5}.main_color .sidebar_tab:hover .sidebar_tab_icon{background-color:#0957a1}.main_color .sidebar_tab,.main_color .tabcontainer .tab{color:#7d7d7d}.main_color div .sidebar_active_tab ,div .main_color .tabcontainer.noborder_tabs .active_tab_content,div .main_color .tabcontainer.noborder_tabs .active_tab{color:#696969;background-color:#ffffff}#top .avia-smallarrow-slider .avia-slideshow-dots a{background-color:#f8f8f8}#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a.active,#top .main_color .avia-smallarrow-slider .avia-slideshow-dots a:hover{background-color:#7d7d7d}@media only screen and (max-width:767px){.responsive #top .main_color .tabcontainer .active_tab{background-color:#0957a1;color:#ffffff} .responsive #top .main_color .tabcontainer{border-color:#e1e1e1}.responsive #top .main_color .active_tab_content{background-color:#f8f8f8}}.main_color tr:nth-child(even),.main_color .avia-data-table .avia-heading-row .avia-desc-col,.main_color .avia-data-table .avia-highlight-col,.main_color .pricing-table>li:nth-child(even),body .main_color .pricing-table.avia-desc-col li,#top .main_color .avia-data-table.avia_pricing_minimal th{background-color:#ffffff;color:#696969}.main_color table caption,.main_color tr:nth-child(even),.main_color .pricing-table>li:nth-child(even),#top .main_color .avia-data-table.avia_pricing_minimal td{color:#7d7d7d}.main_color tr:nth-child(odd),.main_color .pricing-table>li:nth-child(odd),.main_color .pricing-extra{background:#f8f8f8}.main_color .pricing-table li.avia-pricing-row,.main_color .pricing-table li.avia-heading-row,.main_color .pricing-table li.avia-pricing-row .pricing-extra{background-color:#0063c5;color:#ffffff;border-color:#2285e7}.main_color .pricing-table li.avia-heading-row,.main_color .pricing-table li.avia-heading-row .pricing-extra{background-color:#1174d6;color:#ffffff;border-color:#2285e7}.main_color .pricing-table.avia-desc-col .avia-heading-row,.main_color .pricing-table.avia-desc-col .avia-pricing-row{border-color:#e1e1e1}.main_color .theme-color-bar .bar{background:#0063c5}.main_color .mejs-controls .mejs-time-rail .mejs-time-current,.main_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.main_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.main_color .button.av-sending-button,.main_color .av-striped-bar .theme-color-bar .bar{background:#0063c5}body .main_color .mejs-controls .mejs-time-rail .mejs-time-float{background:#0063c5;color:#fff}body .main_color .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:solid 4px #0063c5;border-color:#0063c5 transparent transparent transparent}.main_color .progress{background-color:#f8f8f8}.main_color .av_searchform_element_results .av_ajax_search_entry,.main_color .av_searchform_element_results .av_ajax_search_title,.main_color.av_searchform_element_results .av_ajax_search_entry,.main_color.av_searchform_element_results .av_ajax_search_title{color:#0063c5}.main_color .av_searchform_element_results .ajax_search_excerpt,.main_color.av_searchform_element_results .ajax_search_excerpt{color:#7d7d7d}.main_color .av_searchform_element_results .av_ajax_search_image,.main_color.av_searchform_element_results .av_ajax_search_image{color:#7d7d7d} .main_color .button.av-sending-button{background:#0957a1;background-image:-webkit-linear-gradient(-45deg,#0957a1 25%,#1a68b2 25%,#1a68b2 50%,#0957a1 50%,#0957a1 75%,#1a68b2 75%,#1a68b2);background-image:-moz-linear-gradient(-45deg,#0957a1 25%,#1a68b2 25%,#1a68b2 50%,#0957a1 50%,#0957a1 75%,#1a68b2 75%,#1a68b2);background-image:linear-gradient(-45deg,#0957a1 25%,#1a68b2 25%,#1a68b2 50%,#0957a1 50%,#0957a1 75%,#1a68b2 75%,#1a68b2);border-color:#0957a1}.main_color span.bbp-admin-links a{color:#0063c5}.main_color span.bbp-admin-links a:hover{color:#0957a1}#top .main_color .bbp-reply-content,#top .main_color .bbp-topic-content,#top .main_color .bbp-body .super-sticky .page-numbers,#top .main_color .bbp-body .sticky .page-numbers,#top .main_color .bbp-pagination-links a:hover,#top .main_color .bbp-pagination-links span.current{background:#ffffff}#top .main_color .bbp-topics .bbp-header,#top .main_color .bbp-topics .bbp-header,#top .main_color .bbp-forums .bbp-header,#top .main_color .bbp-topics-front ul.super-sticky,#top .main_color .bbp-topics ul.super-sticky,#top .main_color .bbp-topics ul.sticky,#top .main_color .bbp-forum-content ul.sticky,#top .main_color .bbp-body .page-numbers{background-color:#f8f8f8}#top .main_color .bbp-meta,#top .main_color .bbp-author-role,#top .main_color .bbp-author-ip,#top .main_color .bbp-pagination-count,#top .main_color .bbp-topics .bbp-body .bbp-topic-title:before{color:#7d7d7d}#top .main_color .bbp-admin-links{color:#e1e1e1}.main_color #bbpress-forums li.bbp-body ul.forum,.main_color #bbpress-forums li.bbp-body ul.topic,.avia_transform .main_color .bbp-replies .bbp-reply-author:before,.avia_transform .forum-search .main_color .bbp-reply-author:before,.avia_transform .forum-search .main_color .bbp-topic-author:before{background-color:#ffffff;border-color:#e1e1e1}#top .main_color .bbp-author-name{color:#000000}.main_color .widget_display_stats dt,.main_color .widget_display_stats dd{background-color:#f8f8f8}.main_color dropcap2,.main_color dropcap3,.main_color avia_button,.main_color avia_button:hover,.main_color .on-primary-color,.main_color .on-primary-color:hover{color:#ffffff}#main{border-color:#e1e1e1}#scroll-top-link:hover,#av-cookie-consent-badge:hover{background-color:#f8f8f8;color:#0063c5;border:1px solid #e1e1e1}#top .avia-datepicker-div .ui-datepicker-month,#top .avia-datepicker-div .ui-datepicker-year{color:#000000}#top .avia-datepicker-div{background:#ffffff;border:1px solid #e1e1e1}#top .avia-datepicker-div a{color:#7d7d7d;background-color:#f8f8f8}#top .avia-datepicker-div a.ui-state-active,#top .avia-datepicker-div a.ui-state-highlight{color:#0063c5}#top .avia-datepicker-div a.ui-state-hover{color:#f8f8f8;background-color:#7d7d7d}#top .avia-datepicker-div .ui-datepicker-buttonpane button{background-color:#0063c5;color:#ffffff;border-color:#0063c5}#top .av-siteloader{border-color:#e1e1e1;border-left-color:#0063c5}#top div.avia-popup .mfp-preloader{border-left-color:#0063c5}.av-preloader-reactive #top .av-siteloader{border-color:#e1e1e1}#top .av-siteloader-wrap{background-color:#ffffff}.av-preloader-reactive #top .av-siteloader:before{background-color:#e1e1e1}.av-tab-section-tab-title-container{background-color:#f8f8f8}#top .av-section-tab-title{color:#7d7d7d}#top a.av-active-tab-title{color:#0063c5}#top .av-tab-arrow-container span{background-color:#ffffff}.header_color,.header_color div,.header_color header,.header_color main,.header_color aside,.header_color footer,.header_color article,.header_color nav,.header_color section,.header_color span,.header_color applet,.header_color object,.header_color iframe,.header_color h1,.header_color h2,.header_color h3,.header_color h4,.header_color h5,.header_color h6,.header_color p,.header_color blockquote,.header_color pre,.header_color a,.header_color abbr,.header_color acronym,.header_color address,.header_color big,.header_color cite,.header_color code,.header_color del,.header_color dfn,.header_color em,.header_color img,.header_color ins,.header_color kbd,.header_color q,.header_color s,.header_color samp,.header_color small,.header_color strike,.header_color strong,.header_color sub,.header_color sup,.header_color tt,.header_color var,.header_color b,.header_color u,.header_color i,.header_color center,.header_color dl,.header_color dt,.header_color dd,.header_color ol,.header_color ul,.header_color li,.header_color fieldset,.header_color form,.header_color label,.header_color legend,.header_color table,.header_color caption,.header_color tbody,.header_color tfoot,.header_color thead,.header_color tr,.header_color th,.header_color td,.header_color article,.header_color aside,.header_color canvas,.header_color details,.header_color embed,.header_color figure,.header_color fieldset,.header_color figcaption,.header_color footer,.header_color header,.header_color hgroup,.header_color menu,.header_color nav,.header_color output,.header_color ruby,.header_color section,.header_color summary,.header_color time,.header_color mark,.header_color audio,.header_color video,#top .header_color .pullquote_boxed,.responsive #top .header_color .avia-testimonial,.responsive #top.avia-blank #main .header_color.container_wrap:first-child,#top .header_color.fullsize .template-blog .post_delimiter,.header_color .related_posts.av-related-style-full a{border-color:#e1e1e1}.header_color .rounded-container,#top .header_color .pagination a:hover,.header_color .small-preview,.header_color .fallback-post-type-icon{background:#7d7d7d;color:#ffffff}.header_color .av-default-color,#top .header_color .av-force-default-color,.header_color .av-catalogue-item,.header_color .wp-playlist-item .wp-playlist-caption,.header_color .wp-playlist{color:#000000}.header_color ,.header_color .site-background,.header_color .first-quote,.header_color .related_image_wrap,.header_color .gravatar img .header_color .hr_content,.header_color .news-thumb,.header_color .post-format-icon,.header_color .ajax_controlls a,.header_color .tweet-text.avatar_no,.header_color .toggler,.header_color .toggler.activeTitle:hover,.header_color #js_sort_items,.header_color.inner-entry,.header_color .grid-entry-title,.header_color .related-format-icon,.grid-entry .header_color .avia-arrow,.header_color .avia-gallery-big,.header_color .avia-gallery-big,.header_color .avia-gallery img,.header_color .grid-content,.header_color .av-share-box ul,#top .header_color .av-related-style-full .related-format-icon,.header_color .related_posts.av-related-style-full a:hover,.header_color.avia-fullwidth-portfolio .pagination .current,.header_color.avia-fullwidth-portfolio .pagination a,.header_color .av-hotspot-fallback-tooltip-inner,.header_color .av-hotspot-fallback-tooltip-count{background-color:#ffffff;color:#000000}.header_color .heading-color,.header_color a.iconbox_icon:hover,.header_color h1,.header_color h2,.header_color h3,.header_color h4,.header_color h5,.header_color h6,.header_color .sidebar .current_page_item>a,.header_color .sidebar .current-menu-item>a,.header_color .pagination .current,.header_color .pagination a:hover,.header_color strong.avia-testimonial-name,.header_color .heading,.header_color .toggle_content strong,.header_color .toggle_content strong a,.header_color .tab_content strong,.header_color .tab_content strong a ,.header_color .asc_count,.header_color .avia-testimonial-content strong,.header_color div .news-headline,#top .header_color .av-related-style-full .av-related-title,.header_color .av-default-style .av-countdown-cell-inner .av-countdown-time,.header_color .wp-playlist-item-meta.wp-playlist-item-title,#top .header_color .av-no-image-slider h2 a,.header_color .av-small-bar .avia-progress-bar .progressbar-title-wrap{color:#000000}.header_color .meta-color,.header_color .sidebar,.header_color .sidebar a,.header_color .minor-meta,.header_color .minor-meta a,.header_color .text-sep,.header_color blockquote,.header_color .post_nav a,.header_color .comment-text,.header_color .side-container-inner,.header_color .news-time,.header_color .pagination a,.header_color .pagination span,.header_color .tweet-text.avatar_no .tweet-time,#top .header_color .extra-mini-title,.header_color .team-member-job-title,.header_color .team-social a,.header_color #js_sort_items a,.grid-entry-excerpt,.header_color .avia-testimonial-subtitle,.header_color .commentmetadata a,.header_color .social_bookmarks a,.header_color .meta-heading>*,.header_color .slide-meta,.header_color .slide-meta a,.header_color .taglist,.header_color .taglist a,.header_color .phone-info,.header_color .phone-info a,.header_color .av-sort-by-term a,.header_color .av-magazine-time,.header_color .av-magazine .av-magazine-entry-icon,.header_color .av-catalogue-content,.header_color .wp-playlist-item-length,.html_modern-blog #top div .header_color .blog-categories a,.html_modern-blog #top div .header_color .blog-categories a:hover{color:#7d7d7d}.header_color .special-heading-inner-border{border-color:#000000}.header_color .meta-heading .special-heading-inner-border{border-color:#7d7d7d}.header_color a,.header_color .widget_first,.header_color strong,.header_color b,.header_color b a,.header_color strong a,.header_color #js_sort_items a:hover,.header_color #js_sort_items a.active_sort,.header_color .av-sort-by-term a.active_sort,.header_color .special_amp,.header_color .taglist a.activeFilter,.header_color #commentform .required,#top .header_color .av-no-color.av-icon-style-border a.av-icon-char,.html_elegant-blog #top .header_color .blog-categories a,.html_elegant-blog #top .header_color .blog-categories a:hover{color:#0063c5}.header_color a:hover,.header_color h1 a:hover,.header_color h2 a:hover,.header_color h3 a:hover,.header_color h4 a:hover,.header_color h5 a:hover,.header_color h6 a:hover,.header_color .template-search a.news-content:hover,.header_color .wp-playlist-item .wp-playlist-caption:hover{color:#2b6ba6}.header_color .primary-background,.header_color .primary-background a,div .header_color .button,.header_color #submit,.header_color input[type=\'submit\'],.header_color .small-preview:hover,.header_color .avia-menu-fx,.header_color .avia-menu-fx .avia-arrow,.header_color.iconbox_top .iconbox_icon,.header_color .iconbox_top a.iconbox_icon:hover,.header_color .avia-data-table th.avia-highlight-col,.header_color .avia-color-theme-color,.header_color .avia-color-theme-color:hover,.header_color .image-overlay .image-overlay-inside:before,.header_color .comment-count,.header_color .av_dropcap2,.header_color .av-colored-style .av-countdown-cell-inner,.responsive #top .header_color .av-open-submenu.av-subnav-menu > li > a:hover,#top .header_color .av-open-submenu.av-subnav-menu li > ul a:hover{background-color:#0063c5;color:#ffffff;border-color:#0041a3}#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text{background-color:#0063c5;color:#ffffff;border-color:#0063c5}#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text:after{background-color:#0041a3}#top .header_color .mobile_menu_toggle{color:#0063c5;background:#ffffff}#top .header_color .av-menu-mobile-active .av-subnav-menu > li > a:before{color:#0063c5}#top .header_color .av-open-submenu.av-subnav-menu > li > a:hover:before{color:#ffffff}.header_color .button:hover,.header_color .ajax_controlls a:hover,.header_color #submit:hover,.header_color .big_button:hover,.header_color .contentSlideControlls a:hover,.header_color #submit:hover ,.header_color input[type=\'submit\']:hover{background-color:#2b6ba6;color:#ffffff;border-color:#094984}.header_color .avia-toc-style-elegant a.avia-toc-level-0:last-child:after,.header_color .avia-toc-style-elegant a:first-child:after,.header_color .avia-toc-style-elegant a.avia-toc-level-0:after{background-color:#ffffff;border-color:#2b6ba6}.header_color .avia-toc-style-elegant a:first-child span:after,.header_color .avia-toc-style-elegant a.avia-toc-level-0 span:after{background-color:#ffffff}.header_color .avia-toc-style-elegant a:first-child:hover span:after,.header_color .avia-toc-style-elegant a.avia-toc-level-0:hover span:after{border-color:#2b6ba6}.header_color .avia-toc-style-elegant a:before{border-color:#e1e1e1}.header_color .avia-toc-style-elegant a:first-child:after,.header_color .avia-toc-style-elegant a.avia-toc-level-0:after{border-color:#2b6ba6;background-color:#ffffff}.header_color .avia-toc-style-elegant a:last-child:after{background-color:#e1e1e1}.header_color .timeline-bullet{background-color:#e1e1e1;border-color:#ffffff}.header_color table,.header_color .widget_nav_menu ul:first-child>.current-menu-item,.header_color .widget_nav_menu ul:first-child>.current_page_item,.header_color .widget_nav_menu ul:first-child>.current-menu-ancestor,.header_color .pagination .current,.header_color .pagination a,.header_color.iconbox_top .iconbox_content,.header_color .av_promobox,.header_color .toggle_content,.header_color .toggler:hover,#top .header_color .av-minimal-toggle .toggler,.header_color .related_posts_default_image,.header_color .search-result-counter,.header_color .container_wrap_meta,.header_color .avia-content-slider .slide-image,.header_color .avia-slider-testimonials .avia-testimonial-content,.header_color .avia-testimonial-arrow-wrap .avia-arrow,.header_color .news-thumb,.header_color .portfolio-preview-content,.header_color .portfolio-preview-content .avia-arrow,.header_color .av-magazine .av-magazine-entry-icon,.header_color .related_posts.av-related-style-full a,.header_color .aviaccordion-slide,.header_color.avia-fullwidth-portfolio .pagination,.header_color .isotope-item.special_av_fullwidth .av_table_col.portfolio-grid-image,.header_color .av-catalogue-list li:hover,.header_color .wp-playlist,.header_color .avia-slideshow-fixed-height > li,.header_color .avia-form-success,.header_color .avia-form-error,.header_color .av-boxed-grid-style .avia-testimonial{background:#f8f8f8}#top .header_color .post_timeline li:hover .timeline-bullet{background-color:#2b6ba6}.header_color blockquote,.header_color .avia-bullet,.header_color .av-no-color.av-icon-style-border a.av-icon-char{border-color:#0063c5}.html_header_top .header_color .main_menu ul:first-child >li > ul,.html_header_top #top .header_color .avia_mega_div > .sub-menu{border-top-color:#0063c5}.header_color .breadcrumb,.header_color .breadcrumb a,#top .header_color.title_container .main-title,#top .header_color.title_container .main-title a{color:#000000}.header_color .av-icon-display,#top .header_color .av-related-style-full a:hover .related-format-icon,.header_color .av-default-style .av-countdown-cell-inner{background-color:#f8f8f8;color:#7d7d7d}.header_color .av-masonry-entry:hover .av-icon-display{background-color:#0063c5;color:#ffffff;border-color:#0041a3}#top .header_color .av-masonry-entry.format-quote:hover .av-icon-display{color:#0063c5}.header_color ::-webkit-input-placeholder{color:#7d7d7d}.header_color ::-moz-placeholder{color:#7d7d7d;opacity:1}.header_color :-ms-input-placeholder{color:#7d7d7d}.header_color .header_bg,.header_color .main_menu ul ul,.header_color .main_menu .menu ul li a,.header_color .pointer_arrow_wrap .pointer_arrow,.header_color .avia_mega_div,.header_color .av-subnav-menu > li ul,.header_color .av-subnav-menu a{background-color:#ffffff;color:#7d7d7d}.header_color .main_menu .menu ul li a:hover,.header_color .av-subnav-menu ul a:hover{background-color:#f8f8f8}.header_color .sub_menu>ul>li>a,.header_color .sub_menu>div>ul>li>a,.header_color .main_menu ul:first-child > li > a,#top .header_color .main_menu .menu ul .current_page_item > a,#top .header_color .main_menu .menu ul .current-menu-item > a ,#top .header_color .sub_menu li ul a{color:#7d7d7d}#top .header_color .main_menu .menu ul li>a:hover{color:#000000}.header_color .av-subnav-menu a:hover,.header_color .main_menu ul:first-child > li a:hover,.header_color .main_menu ul:first-child > li.current-menu-item > a,.header_color .main_menu ul:first-child > li.current_page_item > a,.header_color .main_menu ul:first-child > li.active-parent-item > a{color:#000000}#top .header_color .main_menu .menu .avia_mega_div ul .current-menu-item > a{color:#0063c5}.header_color .sub_menu>ul>li>a:hover,.header_color .sub_menu>div>ul>li>a:hover{color:#000000}#top .header_color .sub_menu ul li a:hover,.header_color .sub_menu ul:first-child > li.current-menu-item > a,.header_color .sub_menu ul:first-child > li.current_page_item > a,.header_color .sub_menu ul:first-child > li.active-parent-item > a{color:#000000}.header_color .sub_menu li ul a,.header_color #payment,.header_color .sub_menu ul li,.header_color .sub_menu ul,#top .header_color .sub_menu li li a:hover{background-color:#ffffff}.header_color#header .avia_mega_div > .sub-menu.avia_mega_hr,.html_bottom_nav_header.html_logo_center #top #menu-item-search>a{border-color:#e1e1e1}@media only screen and (max-width:767px){#top #wrap_all .av_header_transparency{background-color:#ffffff;color:#000000;border-color:#e1e1e1}}@media only screen and (max-width:989px){.html_mobile_menu_tablet #top #wrap_all .av_header_transparency{background-color:#ffffff;color:#000000;border-color:#e1e1e1}}.header_color .avia-tt,.header_color .avia-tt .avia-arrow,.header_color .avia-tt .avia-arrow{background-color:#ffffff;color:#7d7d7d}.header_color .av_ajax_search_image{background-color:#0063c5;color:#ffffff}.header_color .ajax_search_excerpt{color:#7d7d7d}.header_color .av_ajax_search_title{color:#000000}.header_color .ajax_load{background-color:#0063c5}.header_color .av_searchsubmit_wrapper{background-color:#0063c5}#top .header_color .avia-color-theme-color{color:#ffffff;border-color:#0041a3}.header_color .avia-color-theme-color-subtle{background-color:#f8f8f8;color:#000000}.header_color .avia-color-theme-color-subtle:hover{background-color:#ffffff;color:#000000}#top .header_color .avia-color-theme-color-highlight{color:#ffffff;border-color:#2b6ba6;background-color:#2b6ba6}.header_color .avia-icon-list .iconlist_icon{background-color:#d0d0d0}.header_color .avia-icon-list .iconlist-timeline{border-color:#e1e1e1}.header_color .iconlist_content{color:#7d7d7d}.header_color .avia-timeline .milestone_icon{background-color:#d0d0d0}.header_color .avia-timeline .milestone_inner{background-color:#d0d0d0}.header_color .avia-timeline{border-color:#d0d0d0}.header_color .av-milestone-icon-wrap:after{border-color:#d0d0d0}.header_color .avia-timeline .av-milestone-date{color:#a0a0a0}.header_color .avia-timeline .av-milestone-date span{background-color:#d0d0d0}.header_color .avia-timeline-horizontal .av-milestone-content-wrap footer{background-color:#d0d0d0}.header_color .av-timeline-nav a span{background-color:#d0d0d0}#top .header_color .input-text,#top .header_color input[type=\'text\'],#top .header_color input[type=\'input\'],#top .header_color input[type=\'password\'],#top .header_color input[type=\'email\'],#top .header_color input[type=\'number\'],#top .header_color input[type=\'url\'],#top .header_color input[type=\'tel\'],#top .header_color input[type=\'search\'],#top .header_color textarea,#top .header_color select{border-color:#e1e1e1;background-color:#f8f8f8;color:#7d7d7d}#top .header_color .invers-color .input-text,#top .header_color .invers-color input[type=\'text\'],#top .header_color .invers-color input[type=\'input\'],#top .header_color .invers-color input[type=\'password\'],#top .header_color .invers-color input[type=\'email\'],#top .header_color .invers-color input[type=\'number\'],#top .header_color .invers-color input[type=\'url\'],#top .header_color .invers-color input[type=\'tel\'],#top .header_color .invers-color input[type=\'search\'],#top .header_color .invers-color textarea,#top .header_color .invers-color select{background-color:#ffffff}.header_color .required{color:#0063c5}.header_color .av-masonry{background-color:#e7e7e7}.header_color .av-masonry-pagination,.header_color .av-masonry-pagination:hover,.header_color .av-masonry-outerimage-container{background-color:#ffffff}.header_color .container .av-inner-masonry-content,#top .header_color .container .av-masonry-load-more,#top .header_color .container .av-masonry-sort,.header_color .container .av-masonry-entry .avia-arrow{background-color:#f8f8f8} .header_color .hr-short .hr-inner-style,.header_color .hr-short .hr-inner{background-color:#ffffff}div .header_color .tabcontainer .active_tab_content,div .header_color .tabcontainer .active_tab{background-color:#f8f8f8;color:#000000}.responsive.js_active #top .header_color .avia_combo_widget .top_tab .tab{border-top-color:#e1e1e1}.header_color .template-archives .tabcontainer a,#top .header_color .tabcontainer .tab:hover,#top .header_color .tabcontainer .tab.active_tab{color:#000000} .header_color .template-archives .tabcontainer a:hover{color:#2b6ba6}.header_color .sidebar_tab_icon{background-color:#e1e1e1}#top .header_color .sidebar_active_tab .sidebar_tab_icon{background-color:#0063c5}.header_color .sidebar_tab:hover .sidebar_tab_icon{background-color:#2b6ba6}.header_color .sidebar_tab,.header_color .tabcontainer .tab{color:#7d7d7d}.header_color div .sidebar_active_tab ,div .header_color .tabcontainer.noborder_tabs .active_tab_content,div .header_color .tabcontainer.noborder_tabs .active_tab{color:#000000;background-color:#ffffff}#top .avia-smallarrow-slider .avia-slideshow-dots a{background-color:#f8f8f8}#top .header_color .avia-smallarrow-slider .avia-slideshow-dots a.active,#top .header_color .avia-smallarrow-slider .avia-slideshow-dots a:hover{background-color:#7d7d7d}@media only screen and (max-width:767px){.responsive #top .header_color .tabcontainer .active_tab{background-color:#2b6ba6;color:#ffffff} .responsive #top .header_color .tabcontainer{border-color:#e1e1e1}.responsive #top .header_color .active_tab_content{background-color:#f8f8f8}}.header_color tr:nth-child(even),.header_color .avia-data-table .avia-heading-row .avia-desc-col,.header_color .avia-data-table .avia-highlight-col,.header_color .pricing-table>li:nth-child(even),body .header_color .pricing-table.avia-desc-col li,#top .header_color .avia-data-table.avia_pricing_minimal th{background-color:#ffffff;color:#000000}.header_color table caption,.header_color tr:nth-child(even),.header_color .pricing-table>li:nth-child(even),#top .header_color .avia-data-table.avia_pricing_minimal td{color:#7d7d7d}.header_color tr:nth-child(odd),.header_color .pricing-table>li:nth-child(odd),.header_color .pricing-extra{background:#f8f8f8}.header_color .pricing-table li.avia-pricing-row,.header_color .pricing-table li.avia-heading-row,.header_color .pricing-table li.avia-pricing-row .pricing-extra{background-color:#0063c5;color:#ffffff;border-color:#2285e7}.header_color .pricing-table li.avia-heading-row,.header_color .pricing-table li.avia-heading-row .pricing-extra{background-color:#1174d6;color:#ffffff;border-color:#2285e7}.header_color .pricing-table.avia-desc-col .avia-heading-row,.header_color .pricing-table.avia-desc-col .avia-pricing-row{border-color:#e1e1e1}.header_color .theme-color-bar .bar{background:#0063c5}.header_color .mejs-controls .mejs-time-rail .mejs-time-current,.header_color .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,.header_color .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.header_color .button.av-sending-button,.header_color .av-striped-bar .theme-color-bar .bar{background:#0063c5}body .header_color .mejs-controls .mejs-time-rail .mejs-time-float{background:#0063c5;color:#fff}body .header_color .mejs-controls .mejs-time-rail .mejs-time-float-corner{border:solid 4px #0063c5;border-color:#0063c5 transparent transparent transparent}.header_color .progress{background-color:#f8f8f8}.header_color .av_searchform_element_results .av_ajax_search_entry,.header_color .av_searchform_element_results .av_ajax_search_title,.header_color.av_searchform_element_results .av_ajax_search_entry,.header_color.av_searchform_element_results .av_ajax_search_title{color:#0063c5}.header_color .av_searchform_element_results .ajax_search_excerpt,.header_color.av_searchform_element_results .ajax_search_excerpt{color:#7d7d7d}.header_color .av_searchform_element_results .av_ajax_search_image,.header_color.av_searchform_element_results .av_ajax_search_image{color:#7d7d7d} .header_color .button.av-sending-button{background:#2b6ba6;background-image:-webkit-linear-gradient(-45deg,#2b6ba6 25%,#3c7cb7 25%,#3c7cb7 50%,#2b6ba6 50%,#2b6ba6 75%,#3c7cb7 75%,#3c7cb7);background-image:-moz-linear-gradient(-45deg,#2b6ba6 25%,#3c7cb7 25%,#3c7cb7 50%,#2b6ba6 50%,#2b6ba6 75%,#3c7cb7 75%,#3c7cb7);background-image:linear-gradient(-45deg,#2b6ba6 25%,#3c7cb7 25%,#3c7cb7 50%,#2b6ba6 50%,#2b6ba6 75%,#3c7cb7 75%,#3c7cb7);border-color:#2b6ba6}.header_color span.bbp-admin-links a{color:#0063c5}.header_color span.bbp-admin-links a:hover{color:#2b6ba6}#top .header_color .bbp-reply-content,#top .header_color .bbp-topic-content,#top .header_color .bbp-body .super-sticky .page-numbers,#top .header_color .bbp-body .sticky .page-numbers,#top .header_color .bbp-pagination-links a:hover,#top .header_color .bbp-pagination-links span.current{background:#ffffff}#top .header_color .bbp-topics .bbp-header,#top .header_color .bbp-topics .bbp-header,#top .header_color .bbp-forums .bbp-header,#top .header_color .bbp-topics-front ul.super-sticky,#top .header_color .bbp-topics ul.super-sticky,#top .header_color .bbp-topics ul.sticky,#top .header_color .bbp-forum-content ul.sticky,#top .header_color .bbp-body .page-numbers{background-color:#f8f8f8}#top .header_color .bbp-meta,#top .header_color .bbp-author-role,#top .header_color .bbp-author-ip,#top .header_color .bbp-pagination-count,#top .header_color .bbp-topics .bbp-body .bbp-topic-title:before{color:#7d7d7d}#top .header_color .bbp-admin-links{color:#e1e1e1}.header_color #bbpress-forums li.bbp-body ul.forum,.header_color #bbpress-forums li.bbp-body ul.topic,.avia_transform .header_color .bbp-replies .bbp-reply-author:before,.avia_transform .forum-search .header_color .bbp-reply-author:before,.avia_transform .forum-search .header_color .bbp-topic-author:before{background-color:#ffffff;border-color:#e1e1e1}#top .header_color .bbp-author-name{color:#000000}.header_color .widget_display_stats dt,.header_color .widget_display_stats dd{background-color:#f8f8f8}.header_color dropcap2,.header_color dropcap3,.header_color avia_button,.header_color avia_button:hover,.header_color .on-primary-color,.header_color .on-primary-color:hover{color:#ffffff}#main,.avia-msie-8 .av_header_sticky_disabled#header{background-color:#ffffff}.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text{color:#000000}.html_header_sidebar #header .av-main-nav > li > a .avia-menu-subtext{color:#7d7d7d}.html_header_sidebar #header .av-main-nav > li:hover > a .avia-menu-text,.html_header_sidebar #header .av-main-nav > li.current-menu-ancestor > a .avia-menu-text,.html_header_sidebar #header .av-main-nav li.current-menu-item > a .avia-menu-text{color:#0063c5}#top #wrap_all .av_seperator_big_border#header .av-menu-button-colored > a{background-color:#0063c5}#top #wrap_all .av_seperator_big_border#header .av-menu-button-bordered > a{background-color:#f8f8f8}html.html_header_sidebar #wrap_all{background-color:#ffffff}.header_color .av-hamburger-inner,.header_color .av-hamburger-inner::before,.header_color .av-hamburger-inner::after{background-color:#7d7d7d}.html_av-overlay-side #top .av-burger-overlay-scroll{background:#ffffff}.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover{background-color:#f8f8f8}.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a{border-color:#e1e1e1}.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a{color:#000000}.html_av-overlay-side.av-burger-overlay-active #top #wrap_all #header .menu-item-search-dropdown a{color:#000000}.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet,.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner,.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before,.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after{background-color:#000000}.html_av-overlay-side .av-burger-overlay-scroll{width:350px;-webkit-transform:translateX(350px);transform:translateX(350px)}.bbp-topics .bbp-body .bbp-topic-title:before{content:\'\\E83b\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .topic-voices-multi .bbp-topic-title:before{content:\'\\E83c\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .super-sticky .bbp-topic-title:before{content:\'\\E808\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .sticky .bbp-topic-title:before{content:\'\\E809\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .status-closed .bbp-topic-title:before{content:\'\\E824\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .super-sticky.status-closed .bbp-topic-title:before{content:\'\\E809\\E824\';font-family:\'entypo-fontello\'}.bbp-topics .bbp-body .sticky.status-closed .bbp-topic-title:before{content:\'\\E808\\E824\';font-family:\'entypo-fontello\'}#top .avia-layerslider .ls-nav-prev:before{content:\'\\E87c\';font-family:\'entypo-fontello\'}#top .avia-layerslider .ls-nav-next:before{content:\'\\E87d\';font-family:\'entypo-fontello\'}#top .avia-layerslider .ls-nav-start:before,#top .avia_playpause_icon:before{content:\'\\E897\';font-family:\'entypo-fontello\'}#top .avia-layerslider .ls-nav-stop:before,#top .avia_playpause_icon.av-pause:before{content:\'\\E899\';font-family:\'entypo-fontello\'}.image-overlay .image-overlay-inside:before{content:\'\\E869\';font-family:\'entypo-fontello\'}.image-overlay.overlay-type-extern .image-overlay-inside:before{content:\'\\E832\';font-family:\'entypo-fontello\'}.image-overlay.overlay-type-video .image-overlay-inside:before{content:\'\\E897\';font-family:\'entypo-fontello\'}div.avia-popup button.mfp-arrow:before{content:\'\\E87d\';font-family:\'entypo-fontello\'}div.avia-popup button.mfp-arrow-left:before{content:\'\\E87c\';font-family:\'entypo-fontello\'}.html_header_transparency #top .avia-builder-el-0 .container,.html_header_transparency #top .avia-builder-el-0 .slideshow_caption{padding-top:70px}h1,h2,h3,h4,h5,h6,#top .title_container .main-title,tr.pricing-row td,#top .portfolio-title,.callout .content-area,.avia-big-box .avia-innerbox,.av-special-font,.av-current-sort-title,.html_elegant-blog #top .minor-meta,#av-burger-menu-ul li{font-family:\'oswald\',\'HelveticaNeue\',\'Helvetica Neue\',\'Helvetica-Neue\',Helvetica,Arial,sans-serif}body.lato{font-family:\'lato\',\'HelveticaNeue\',\'Helvetica Neue\',\'Helvetica-Neue\',Helvetica,Arial,sans-serif}.container{width:90%} .container .av-content-small.units{width:70%} .responsive .boxed#top ,.responsive.html_boxed.html_header_sticky #header,.responsive.html_boxed.html_header_transparency #header{width:1310px;max-width:90%} .responsive .container{max-width:1310px} #top #wrap_all .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a{color:#ffffff;font-weight:bold;letter-spacing:2px;text-transform:uppercase} #top #wrap_all #av-burger-menu-ul li{font-size:15px} .av-burger-overlay-active #top #wrap_all .av-hamburger-inner,.av-burger-overlay-active #top #wrap_all .av-hamburger-inner::before,.av-burger-overlay-active #top #wrap_all .av-hamburger-inner::after,.html_av-overlay-side-classic #top div .av-burger-overlay li li .avia-bullet{background-color:#ffffff} div.av-burger-overlay-bg{background-color:#111111} .av-burger-overlay-active #top #wrap_all #header #menu-item-search a,.av-burger-overlay-active #top #wrap_all #main #menu-item-search a,.av-burger-overlay-active #top #wrap_all #menu-item-search a:hover{color:#ffffff} #top #wrap_all .av-burger-overlay-scroll{background-color:#111111} .html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover{background-color:#383838} .html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a{border-color:#383838} body#top .footer_color .widgettitle{border-color:#555555} html #top .all_colors .widgettitle{border-style:solid;border-width:1px;padding:10px 0;border-left:none;border-right:none;margin-bottom:15px} #top .all_colors strong{color:#0063c5} #top #header:hover_main_alternate{background-color:#0063c5} #top #header .av-main-nav > li:hover > a{color:#ffffff;background-color:#0063c5} #top #header .av-main-nav > li:hover > a .avia-menu-text,#top #header .av-main-nav > li:hover > a .avia-menu-subtext{color:#ffffff} #top #wrap_all .av-main-nav ul > li > a,#top #wrap_all .avia_mega_div,#top #wrap_all .avia_mega_div ul,#top #wrap_all .av-main-nav ul ul{color:#ffffff;background-color:#0063c5;border-color:#0063c5;font-size:14px} #top #wrap_all .av-main-nav ul > li:hover > a,#top #wrap_all .avia_mega_div,#top #wrap_all .avia_mega_div ul,#top #wrap_all .av-main-nav ul ul{color:#ffffff;background-color:#0063c5;border-color:#0063c5} #top #wrap_all .avia-slideshow-button,#top .avia-button,.html_elegant-blog .more-link,.avia-slideshow-arrows a:before{border-radius:0px} #top #wrap_all .all_colors h1,#top #wrap_all .all_colors h2,#top #wrap_all .all_colors h3,#top #wrap_all .all_colors h4,#top #wrap_all .all_colors h5,#top #wrap_all .all_colors h6{font-weight:bold;text-transform:uppercase}\";}s:15:\"avia-custom-css\";a:6:{s:4:\"name\";s:11:\"avia-custom\";s:3:\"url\";s:64:\"http://cs1.noappname.net/wp-content/themes/enfold/css/custom.css\";s:4:\"path\";s:39:\"wp-content/themes/enfold/css/custom.css\";s:5:\"print\";b:0;s:4:\"type\";s:3:\"css\";s:12:\"file_content\";s:85:\"@media only screen and (min-width:768px){} @media only screen and (max-width:767px){}\";}}','yes'),(1527,'aviaAsset_avia-merged-styles','a:60:{s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bc1f10c3d\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bca43b908\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bd07c9814\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bd306eaff\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bd479f320\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bd63e32f3\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083be020be10\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083be232d1a6\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083be301cdb9\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083be7eee308\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bec11b443\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bec681c33\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083becfdf8c7\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bf10c9bda\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bf1732bad\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bf20d2519\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bfa7a85fd\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bfad1cd29\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bfc63f46b\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083bfd5acdd7\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c01138e65\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c016968f7\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c01c3f265\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c0246a0d8\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c029d652b\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c03d147be\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c0562e697\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c0610f2e1\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c1a563bc9\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c1edc0c75\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c445bb9ba\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c494851fc\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c4f92d79b\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c57e01b0e\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c5b36abe2\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c5c138973\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c616b33ab\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c631613f3\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c70d233b4\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c71e71d82\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c72b25dfc\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c7b4dfa7d\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c7e1c6ec7\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c7f5833ea\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c7fd64af8\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c80625434\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c81c2d357\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c893e42db\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c8a66674a\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c8b54d594\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c8f207825\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c904bd7dc\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c914bd462\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c99d879d6\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c9add98f6\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083c9bc88153\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-e74fbe39b75e1b6f7dce9e20c6d3b905---6083ca50c8856\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-ad323b68925e44d130d921833275d7c0---6083ca56b1eeb\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-ad323b68925e44d130d921833275d7c0---6083caac15475\";s:21:\"error-generating-file\";s:67:\"avia-merged-styles-ad323b68925e44d130d921833275d7c0---6083cc47e51e3\";s:21:\"error-generating-file\";}','yes'),(1528,'aviaAsset_js_filecontent','a:22:{s:14:\"avia-compat-js\";a:6:{s:4:\"name\";s:11:\"avia-compat\";s:3:\"url\";s:67:\"http://cs1.noappname.net/wp-content/themes/enfold/js/avia-compat.js\";s:4:\"path\";s:42:\"wp-content/themes/enfold/js/avia-compat.js\";s:5:\"print\";b:1;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1216:\"\'use strict\';var avia_is_mobile=!1;if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)&&\'ontouchstart\' in document.documentElement){avia_is_mobile=!0;document.documentElement.className+=\' avia_mobile \'}\nelse{document.documentElement.className+=\' avia_desktop \'};document.documentElement.className+=\' js_active \';(function(){var e=[\'-webkit-\',\'-moz-\',\'-ms-\',\'\'],n=\'\';for(var t in e){if(e[t]+\'transform\' in document.documentElement.style){document.documentElement.className+=\' avia_transform \';n=e[t]+\'transform\'};if(e[t]+\'perspective\' in document.documentElement.style)document.documentElement.className+=\' avia_transform3d \'};if(typeof document.getElementsByClassName==\'function\'&&typeof document.documentElement.getBoundingClientRect==\'function\'&&avia_is_mobile==!1){if(n&&window.innerHeight>0){setTimeout(function(){var e=0,o={},a=0,t=document.getElementsByClassName(\'av-parallax\'),i=window.pageYOffset||document.documentElement.scrollTop;for(e=0;e<t.length;e++){t[e].style.top=\'0px\';o=t[e].getBoundingClientRect();a=Math.ceil((window.innerHeight+i-o.top)*0.3);t[e].style[n]=\'translate(0px, \'+a+\'px)\';t[e].style.top=\'auto\';t[e].className+=\' enabled-parallax \'}},50)}}})();\";}s:15:\"avia-default-js\";a:6:{s:4:\"name\";s:12:\"avia-default\";s:3:\"url\";s:60:\"http://cs1.noappname.net/wp-content/themes/enfold/js/avia.js\";s:4:\"path\";s:35:\"wp-content/themes/enfold/js/avia.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:38575:\"(function(t){\'use strict\';t(document).ready(function(){var e=o(\'html\');t.avia_utilities=t.avia_utilities||{};if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)&&\'ontouchstart\' in document.documentElement){t.avia_utilities.isMobile=!0}\nelse{t.avia_utilities.isMobile=!1};c();l();i();new t.AviaTooltip({\'class\':\'avia-search-tooltip\',data:\'avia-search-tooltip\',event:\'click\',position:\'bottom\',scope:\'body\',attach:\'element\',within_screen:!0});new t.AviaTooltip({\'class\':\'avia-related-tooltip\',data:\'avia-related-tooltip\',scope:\'.related_posts, .av-share-box\',attach:\'element\',delay:0});new t.AviaAjaxSearch({scope:\'#header, .avia_search_element\'});if(t.fn.avia_iso_sort)t(\'.grid-sort-container\').avia_iso_sort();a();t.avia_utilities.avia_ajax_call()});t.avia_utilities=t.avia_utilities||{};t.avia_utilities.avia_ajax_call=function(e){if(typeof e==\'undefined\'){e=\'body\'};t(\'a.avianolink\').on(\'click\',function(t){t.preventDefault()});t(\'a.aviablank\').attr(\'target\',\'_blank\');if(t.fn.avia_activate_lightbox){t(e).avia_activate_lightbox()};if(t.fn.avia_scrollspy){if(e==\'body\'){t(\'body\').avia_scrollspy({target:\'.main_menu .menu li > a\'})}\nelse{t(\'body\').avia_scrollspy(\'refresh\')}};if(t.fn.avia_smoothscroll)t(\'a[href*=\"#\"]\',e).avia_smoothscroll(e);r(e);n(e);s(e);if(t.fn.avia_html5_activation&&t.fn.mediaelementplayer)t(\'.avia_video, .avia_audio\',e).avia_html5_activation({ratio:\'16:9\'})};t.avia_utilities.log=function(t,e,i){if(typeof console==\'undefined\'){return};if(typeof e==\'undefined\'){e=\'log\'};e=\'AVIA-\'+e.toUpperCase();console.log(\'[\'+e+\'] \'+t);if(typeof i!=\'undefined\')console.log(i)};function i(){var n=t(window),i=t(\'html\').is(\'.html_header_sidebar\')?\'#main\':\'#header\',a=t(i),s=a.parents(\'div:eq(0)\'),r=t(i+\' .container:first\'),e=\'\',o=function(){var i=\'\',o=Math.round(r.width()),n=Math.round(a.width()),l=Math.round(s.width());i+=\' #header .three.units{width:\'+(o*0.25)+\'px;}\';i+=\' #header .six.units{width:\'+(o*0.50)+\'px;}\';i+=\' #header .nine.units{width:\'+(o*0.75)+\'px;}\';i+=\' #header .twelve.units{width:\'+(o)+\'px;}\';i+=\' .av-framed-box .av-layout-tab-inner .container{width:\'+(l)+\'px;}\';i+=\' .html_header_sidebar .av-layout-tab-inner .container{width:\'+(n)+\'px;}\';i+=\' .boxed .av-layout-tab-inner .container{width:\'+(n)+\'px;}\';i+=\' .av-framed-box#top .av-submenu-container{width:\'+(l)+\'px;}\';try{e.text(i)}catch(c){e.remove();e=t(\'<style type=\\\'text/css\\\' id=\\\'av-browser-width-calc\\\'>\'+i+\'</style>\').appendTo(\'head:first\')}};if(t(\'.avia_mega_div\').length>0||t(\'.av-layout-tab-inner\').length>0||t(\'.av-submenu-container\').length>0){e=t(\'<style type=\\\'text/css\\\' id=\\\'av-browser-width-calc\\\'></style>\').appendTo(\'head:first\');n.on(\'debouncedresize\',o);o()}};function a(){var e=t(\'.sidebar_shadow#top #main .sidebar\'),i=t(\'.sidebar_shadow .content\');if(e.height()>=i.height()){e.addClass(\'av-enable-shadow\')}\nelse{i.addClass(\'av-enable-shadow\')}};function e(e,a){var i=this,s=t.proxy(i.process,i),o=t.proxy(i.refresh,i),r=t(e).is(\'body\')?t(window):t(e),n;i.$body=t(\'body\');i.$win=t(window);i.options=t.extend({},t.fn.avia_scrollspy.defaults,a);i.selector=(i.options.target||((n=t(e).attr(\'href\'))&&n.replace(/.*(?=#[^\\s]+$)/,\'\'))||\'\');i.activation_true=!1;if(i.$body.find(i.selector+\'[href*=\\\'#\\\']\').length){i.$scrollElement=r.on(\'scroll.scroll-spy.data-api\',s);i.$win.on(\'av-height-change\',o);i.$body.on(\'av_resize_finished\',o);i.activation_true=!0;i.checkFirst();setTimeout(function(){i.refresh();i.process()},100)}};e.prototype={constructor:e,checkFirst:function(){var t=window.location.href.split(\'#\')[0],e=this.$body.find(this.selector+\'[href=\\\'\'+t+\'\\\']\').attr(\'href\',t+\'#top\')},refresh:function(){if(!this.activation_true)return;var e=this,i;this.offsets=t([]);this.targets=t([]);i=this.$body.find(this.selector).map(function(){var o=t(this),n=o.data(\'target\')||o.attr(\'href\'),i=this.hash,i=i.replace(/\\//g,\'\'),a=/^#\\w/.test(i)&&t(i);return(a&&a.length&&[[a.position().top+(!t.isWindow(e.$scrollElement.get(0))&&e.$scrollElement.scrollTop()),n]])||null}).sort(function(t,e){return t[0]-e[0]}).each(function(){e.offsets.push(this[0]);e.targets.push(this[1])})},process:function(){if(!this.offsets)return;if(isNaN(this.options.offset))this.options.offset=0;var i=this.$scrollElement.scrollTop()+this.options.offset,n=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,s=n-this.$scrollElement.height(),e=this.offsets,a=this.targets,o=this.activeTarget,t;if(i>=s){return o!=(t=a.last()[0])&&this.activate(t)};for(t=e.length;t--;){o!=a[t]&&i>=e[t]&&(!e[t+1]||i<=e[t+1])&&this.activate(a[t])}},activate:function(e){var i,a;this.activeTarget=e;t(this.selector).parent(\'.\'+this.options.applyClass).removeClass(this.options.applyClass);a=this.selector+\'[data-target=\"\'+e+\'\"],\'+this.selector+\'[href=\"\'+e+\'\"]\';i=t(a).parent(\'li\').addClass(this.options.applyClass);if(i.parent(\'.sub-menu\').length){i=i.closest(\'li.dropdown_ul_available\').addClass(this.options.applyClass)};i.trigger(\'activate\')}};t.fn.avia_scrollspy=function(i){return this.each(function(){var o=t(this),a=o.data(\'scrollspy\'),n=typeof i==\'object\'&&i;if(!a)o.data(\'scrollspy\',(a=new e(this,n)));if(typeof i==\'string\')a[i]()})};t.fn.avia_scrollspy.Constructor=e;t.fn.avia_scrollspy.calc_offset=function(){var e=(parseInt(t(\'.html_header_sticky #main\').data(\'scroll-offset\'),10))||0,i=(t(\'.html_header_sticky:not(.html_top_nav_header) #header_main_alternate\').outerHeight())||0,a=(t(\'.html_header_sticky.html_header_unstick_top_disabled #header_meta\').outerHeight())||0,o=1,n=parseInt(t(\'html\').css(\'margin-top\'),10)||0,s=parseInt(t(\'.av-frame-top \').outerHeight(),10)||0;return e+i+a+o+n+s};t.fn.avia_scrollspy.defaults={offset:t.fn.avia_scrollspy.calc_offset(),applyClass:\'current-menu-item\'};function o(e){var i={},s=function(t){t=t.toLowerCase();var e=/(edge)\\/([\\w.]+)/.exec(t)||/(opr)[\\/]([\\w.]+)/.exec(t)||/(chrome)[ \\/]([\\w.]+)/.exec(t)||/(iemobile)[\\/]([\\w.]+)/.exec(t)||/(version)(applewebkit)[ \\/]([\\w.]+).*(safari)[ \\/]([\\w.]+)/.exec(t)||/(webkit)[ \\/]([\\w.]+).*(version)[ \\/]([\\w.]+).*(safari)[ \\/]([\\w.]+)/.exec(t)||/(webkit)[ \\/]([\\w.]+)/.exec(t)||/(opera)(?:.*version|)[ \\/]([\\w.]+)/.exec(t)||/(msie) ([\\w.]+)/.exec(t)||t.indexOf(\'trident\')>=0&&/(rv)(?::| )([\\w.]+)/.exec(t)||t.indexOf(\'compatible\')<0&&/(mozilla)(?:.*? rv:([\\w.]+)|)/.exec(t)||[];return{browser:e[5]||e[3]||e[1]||\'\',version:e[2]||e[4]||\'0\',versionNumber:e[4]||e[2]||\'0\'}};var o=s(navigator.userAgent);if(o.browser){i.browser=o.browser;i[o.browser]=!0;i.version=o.version};if(i.chrome){i.webkit=!0}\nelse if(i.webkit){i.safari=!0};if(typeof(i)!==\'undefined\'){var a=\'\',n=i.version?parseInt(i.version):\'\';if(i.msie||i.rv||i.iemobile){a+=\'avia-msie\'}\nelse if(i.webkit){a+=\'avia-webkit\'}\nelse if(i.mozilla){a+=\'avia-mozilla\'};if(i.version)a+=\' \'+a+\'-\'+n+\' \';if(i.browser)a+=\' avia-\'+i.browser+\' avia-\'+i.browser+\'-\'+n+\' \'};if(e)t(e).addClass(a);return a};t.fn.avia_html5_activation=function(e){var i={ratio:\'16:9\'};var e=t.extend(i,e),a=t.avia_utilities.isMobile;this.each(function(){var e=t(this),a=\'#\'+e.attr(\'id\'),i=e.attr(\'poster\');e.mediaelementplayer({defaultVideoWidth:480,defaultVideoHeight:270,videoWidth:-1,videoHeight:-1,audioWidth:400,audioHeight:30,startVolume:0.8,loop:!1,enableAutosize:!1,features:[\'playpause\',\'progress\',\'current\',\'duration\',\'tracks\',\'volume\'],alwaysShowControls:!1,iPadUseNativeControls:!1,iPhoneUseNativeControls:!1,AndroidUseNativeControls:!1,alwaysShowHours:!1,showTimecodeFrameCount:!1,framesPerSecond:25,enableKeyboard:!0,pauseOtherPlayers:!1,poster:i,success:function(i,a,o){t.AviaVideoAPI.players[e.attr(\'id\').replace(/_html5/,\'\')]=o;setTimeout(function(){if(i.pluginType==\'flash\'){i.addEventListener(\'canplay\',function(){e.trigger(\'av-mediajs-loaded\')},!1)}\nelse{e.trigger(\'av-mediajs-loaded\').addClass(\'av-mediajs-loaded\')};i.addEventListener(\'ended\',function(){e.trigger(\'av-mediajs-ended\')},!1)},10)},error:function(){},keyActions:[]})})};function n(e){if(t.avia_utilities.isMobile)return;if(t(\'body\').hasClass(\'av-disable-avia-hover-effect\')){return};var o=\'\',a=t.avia_utilities.supports(\'transition\');if(e==\'body\'){var i=t(\'#main a img\').parents(\'a\').not(\'.noLightbox, .noLightbox a, .avia-gallery-thumb a, .ls-wp-container a, .noHover, .noHover a, .av-logo-container .logo a\').add(\'#main .avia-hover-fx\')}\nelse{var i=t(\'a img\',e).parents(\'a\').not(\'.noLightbox, .noLightbox a, .avia-gallery-thumb a, .ls-wp-container a, .noHover, .noHover a, .av-logo-container .logo a\').add(\'.avia-hover-fx\',e)};i.each(function(e){var o=t(this),r=o.find(\'img:first\');if(r.hasClass(\'alignleft\'))o.addClass(\'alignleft\').css({float:\'left\',margin:0,padding:0});if(r.hasClass(\'alignright\'))o.addClass(\'alignright\').css({float:\'right\',margin:0,padding:0});if(r.hasClass(\'aligncenter\'))o.addClass(\'aligncenter\').css({float:\'none\',\'text-align\':\'center\',margin:0,padding:0});if(r.hasClass(\'alignnone\')){o.addClass(\'alignnone\').css({margin:0,padding:0});if(!o.css(\'display\')||o.css(\'display\')==\'inline\'){o.css({display:\'inline-block\'})}};if(!o.css(\'position\')||o.css(\'position\')==\'static\'){o.css({position:\'relative\',overflow:\'hidden\'})};var l=o.attr(\'href\'),n=\'overlay-type-video\',h=o.data(\'opacity\')||0.7,c=5,s=o.find(\'.image-overlay\');if(l){if(l.match(/(jpg|gif|jpeg|png|tif)/))n=\'overlay-type-image\';if(!l.match(/(jpg|gif|jpeg|png|\\.tif|\\.mov|\\.swf|vimeo\\.com|youtube\\.com)/))n=\'overlay-type-extern\'};if(!s.length){s=t(\'<span class=\\\'image-overlay \'+n+\'\\\'><span class=\\\'image-overlay-inside\\\'></span></span>\').appendTo(o)};o.on(\'mouseenter\',function(e){var i=o.find(\'img:first\'),r=i.get(0),l=i.outerHeight(),f=i.outerWidth(),p=i.position(),d=o.css(\'display\'),s=o.find(\'.image-overlay\');if(l>100){if(!s.length){s=t(\'<span class=\\\'image-overlay \'+n+\'\\\'><span class=\\\'image-overlay-inside\\\'></span></span>\').appendTo(o)};if(o.height()==0){o.addClass(r.className);r.className=\'\'};if(!d||d==\'inline\'){o.css({display:\'block\'})};s.css({left:(p.left-c)+parseInt(i.css(\'margin-left\'),10),top:p.top+parseInt(i.css(\'margin-top\'),10)}).css({overflow:\'hidden\',display:\'block\',\'height\':l,\'width\':(f+(2*c))});if(a===!1)s.stop().animate({opacity:h},400)}\nelse{s.css({display:\'none\'})}}).on(\'mouseleave\',i,function(){if(s.length){if(a===!1)s.stop().animate({opacity:0},400)}})})}(function(t){t.fn.avia_smoothscroll=function(e){if(!this.length)return;var o=t(window),d=t(\'#header\'),f=t(\'.html_header_top.html_header_sticky #main\').not(\'.page-template-template-blank-php #main\'),u=t(\'.html_header_top.html_header_unstick_top_disabled #header_meta\'),v=t(\'.html_header_top:not(.html_top_nav_header) #header_main_alternate\'),m=t(\'.html_header_top.html_top_nav_header\'),l=t(\'.html_header_top.html_header_shrinking\').length,c=t(\'.av-frame-top\'),i=0,h=t.avia_utilities.isMobile,a=t(\'.sticky_placeholder:first\'),p=function(){if(d.css(\'position\')==\'fixed\'){var e=parseInt(f.data(\'scroll-offset\'),10)||0,a=parseInt(u.outerHeight(),10)||0,o=parseInt(v.outerHeight(),10)||0;if(e>0&&l){e=(e/2)+a+o}\nelse{e=e+a+o};e+=parseInt(t(\'html\').css(\'margin-top\'),10);i=e}\nelse{i=parseInt(t(\'html\').css(\'margin-top\'),10)};if(c.length){i+=c.height()};if(m.length){i=t(\'.html_header_sticky #header_main_alternate\').height()+parseInt(t(\'html\').css(\'margin-top\'),10)};if(h){i=0}};if(h)l=!1;p();o.on(\'debouncedresize av-height-change\',p);var n=window.location.hash.replace(/\\//g,\'\');if(i>0&&n&&e==\'body\'&&n.charAt(1)!=\'!\'&&n.indexOf(\'=\')===-1){var s=t(n),r=0;if(s.length){o.on(\'scroll.avia_first_scroll\',function(){setTimeout(function(){if(a.length&&s.offset().top>a.offset().top){r=a.outerHeight()-3};o.off(\'scroll.avia_first_scroll\').scrollTop(s.offset().top-i-r)},10)})}};return this.each(function(){t(this).click(function(e){var n=this.hash.replace(/\\//g,\'\'),c=t(this),f=c.data();if(n!=\'\'&&n!=\'#\'&&n!=\'#prev\'&&n!=\'#next\'&&!c.is(\'.comment-reply-link, #cancel-comment-reply-link, .no-scroll\')){var s=\'\',d=\'\';if(\'#next-section\'==n){d=n;s=c.parents(\'.container_wrap:eq(0)\').nextAll(\'.container_wrap:eq(0)\');n=\'#\'+s.attr(\'id\')}\nelse{s=t(this.hash.replace(/\\//g,\'\'))};if(s.length){var h=o.scrollTop(),p=s.offset().top,r=p-i,l=window.location.hash,l=l.replace(/\\//g,\'\'),u=window.location.href.replace(l,\'\'),v=this,m=f.duration||1200,g=f.easing||\'easeInOutQuint\';if(a.length&&p>a.offset().top){r-=a.outerHeight()-3};if(u+n==v||d){if(h!=r){if(!(h==0&&r<=0)){o.trigger(\'avia_smooth_scroll_start\');t(\'html:not(:animated),body:not(:animated)\').animate({scrollTop:r},m,g,function(){if(window.history.replaceState)window.history.replaceState(\'\',\'\',n)})}};e.preventDefault()}}}})})}})(jQuery);function s(t){var e=jQuery(\'iframe[src*=\"youtube.com\"]:not(.av_youtube_frame)\',t),i=jQuery(\'iframe[src*=\"youtube.com\"]:not(.av_youtube_frame) object, iframe[src*=\"youtube.com\"]:not(.av_youtube_frame) embed\',t).attr(\'wmode\',\'opaque\');e.each(function(){var e=jQuery(this),t=e.attr(\'src\');if(t){if(t.indexOf(\'?\')!==-1){t+=\'&wmode=opaque&rel=0\'}\nelse{t+=\'?wmode=opaque&rel=0\'};e.attr(\'src\',t)}})};function r(t){if(!t)t=document;var a=jQuery(window),e=jQuery(\'.avia-iframe-wrap iframe:not(.avia-slideshow iframe):not( iframe.no_resize):not(.avia-video iframe)\',t),i=function(){e.each(function(){var e=jQuery(this),i=e.parent(),t=56.25;if(this.width&&this.height){t=(100/this.width)*this.height;i.css({\'padding-bottom\':t+\'%\'})}})};i()};function l(){var i=t(window),o=!1,e=t(\'#scroll-top-link\'),a=function(){var t=i.scrollTop();if(t<500){e.removeClass(\'avia_pop_class\')}\nelse if(!e.is(\'.avia_pop_class\')){e.addClass(\'avia_pop_class\')}};i.on(\'scroll\',function(){window.requestAnimationFrame(a)});a()};function c(){var u=t(\'#header\'),c=t(\'#main .av-logo-container\'),v=t(\'#avia-menu\'),s=t(\'.av-burger-menu-main a\'),n=t(\'html\').eq(0),i=t(\'<div class=\"av-burger-overlay\"></div>\'),m=t(\'<div class=\"av-burger-overlay-scroll\"></div>\').appendTo(i),g=t(\'<div class=\"av-burger-overlay-inner\"></div>\').appendTo(m),k=t(\'<div class=\"av-burger-overlay-bg\"></div>\').appendTo(i),r=!1,h={},y=t(\'.av-logo-container .inner-container\'),x=y.find(\'.main_menu\'),p=n.is(\'.html_av-submenu-display-click.html_av-submenu-clone, .html_av-submenu-display-hover.html_av-submenu-clone\'),w=!1,T=0;var f=t(\'#avia_alternate_menu\');if(f.length>0){v=f};var d=function(){if(t.avia_utilities.isMobile){m.outerHeight(window.innerHeight)}},l=function(e,a){if(!e)return;var d,r,n,c,h,f,u,i,o;e.each(function(){n=t(this);c=n.find(\' > .sub-menu > li\');if(c.length==0){c=n.find(\' > .children > li\')};h=n.find(\'.avia_mega_div > .sub-menu > li.menu-item\');var e=n.find(\'>a\'),d=!0;if(e.length){if(e.get(0).hash==\'#\'||\'undefined\'==typeof e.attr(\'href\')||e.attr(\'href\')==\'#\'){if(c.length>0||h.length>0){d=!1}}};r=e.clone(d).attr(\'style\',\'\');if(\'undefined\'==typeof e.attr(\'href\')){r.attr(\'href\',\'#\')};i=t(\'<li>\').append(r);var s=[];if(\'undefined\'!=typeof n.attr(\'class\')){s=n.attr(\'class\').split(/\\s+/);t.each(s,function(t,e){if((e.indexOf(\'menu-item\')!=0)&&(e.indexOf(\'page-item\')<0)&&(e.indexOf(\'page_item\')!=0)&&(e.indexOf(\'dropdown_ul\')<0)){i.addClass(e)};return!0})};if(\'undefined\'!=typeof n.attr(\'id\')&&\'\'!=n.attr(\'id\')){i.addClass(n.attr(\'id\'))}\nelse{t.each(s,function(t,e){if(e.indexOf(\'page-item-\')>=0){i.addClass(e);return!1}})};a.append(i);if(c.length){o=t(\'<ul class=\"sub-menu\">\').appendTo(i);if(p&&(r.get(0).hash!=\'#\'&&r.attr(\'href\')!=\'#\')){i.clone(!0).prependTo(o)};i.addClass(\'av-width-submenu\').find(\'>a\').append(\'<span class=\"av-submenu-indicator\">\');l(c,o)}\nelse if(h.length){o=t(\'<ul class=\"sub-menu\">\').appendTo(i);if(p&&(r.get(0).hash!=\'#\'&&r.attr(\'href\')!=\'#\')){i.clone(!0).prependTo(o)};h.each(function(e){var h=t(this),a=h.find(\'> .sub-menu\'),n=h.find(\'> .mega_menu_title\'),d=n.find(\'a\').attr(\'href\')||\'#\',r=a.length>0?a.find(\'>li\'):null,f=!1,s=i.find(\'>a\'),u=\'\';if((r===null)||(r.length==0)){if(d==\'#\'){u=\' style=\"display: none;\"\'}};if(e==0)i.addClass(\'av-width-submenu\').find(\'>a\').append(\'<span class=\"av-submenu-indicator\">\');if(n.length&&n.text()!=\'\'){f=!0;if(e>0){var c=i.parents(\'li\').eq(0);if(c.length)i=c;o=t(\'<ul class=\"sub-menu\">\').appendTo(i)};i=t(\'<li\'+u+\'>\').appendTo(o);o=t(\'<ul class=\"sub-menu\">\').appendTo(i);t(\'<a href=\"\'+d+\'\"><span class=\"avia-bullet\"></span><span class=\"avia-menu-text\">\'+n.text()+\'</span></a>\').insertBefore(o);s=i.find(\'>a\');if(p&&(a.length>0)&&(s.length&&s.get(0).hash!=\'#\'&&s.attr(\'href\')!=\'#\')){i.clone(!0).addClass(\'av-cloned-title\').prependTo(o)}};if(f&&(a.length>0))i.addClass(\'av-width-submenu\').find(\'>a\').append(\'<span class=\"av-submenu-indicator\">\');l(r,o)})}});s.trigger(\'avia_burger_list_created\');return d},o,e;t(\'body\').on(\'mousewheel DOMMouseScroll touchmove\',\'.av-burger-overlay-scroll\',function(t){var a=this.offsetHeight,e=this.scrollHeight,i=t.originalEvent.wheelDelta;if(e!=this.clientHeight){if((this.scrollTop>=(e-a)&&i<0)||(this.scrollTop<=0&&i>0)){t.preventDefault()}}\nelse{t.preventDefault()}});t(document).on(\'mousewheel DOMMouseScroll touchmove\',\'.av-burger-overlay-bg, .av-burger-overlay-active .av-burger-menu-main\',function(t){t.preventDefault()});var a={};t(document).on(\'touchstart\',\'.av-burger-overlay-scroll\',function(t){a.Y=t.originalEvent.touches[0].clientY});t(document).on(\'touchend\',\'.av-burger-overlay-scroll\',function(t){a={}});t(document).on(\'touchmove\',\'.av-burger-overlay-scroll\',function(e){if(!a.Y){a.Y=e.originalEvent.touches[0].clientY};var s=e.originalEvent.touches[0].clientY-a.Y,i=this,o=i.scrollTop,r=i.scrollHeight,l=o+i.offsetHeight,n=s>0?\'up\':\'down\';t(\'body\').get(0).scrollTop=a.body;if(o<=0){if(n==\'up\')e.preventDefault()}\nelse if(l>=r){if(n==\'down\')e.preventDefault()}});t(window).on(\'debouncedresize\',function(t){if(e&&e.length){if(!s.is(\':visible\')){e.filter(\'.is-active\').parents(\'a\').eq(0).trigger(\'click\')}};d()});t(\'.html_av-overlay-side\').on(\'click\',\'.av-burger-overlay-bg\',function(t){t.preventDefault();e.parents(\'a\').eq(0).trigger(\'click\')});t(window).on(\'avia_smooth_scroll_start\',function(){if(e&&e.length){e.filter(\'.is-active\').parents(\'a\').eq(0).trigger(\'click\')}});t(\'.html_av-submenu-display-hover\').on(\'mouseenter\',\'.av-width-submenu\',function(e){t(this).children(\'ul.sub-menu\').slideDown(\'fast\')});t(\'.html_av-submenu-display-hover\').on(\'mouseleave\',\'.av-width-submenu\',function(e){t(this).children(\'ul.sub-menu\').slideUp(\'fast\')});t(\'.html_av-submenu-display-hover\').on(\'click\',\'.av-width-submenu > a\',function(t){t.preventDefault();t.stopImmediatePropagation()});t(\'.html_av-submenu-display-hover\').on(\'touchstart\',\'.av-width-submenu > a\',function(e){var i=t(this);b(i,e)});t(\'.html_av-submenu-display-click\').on(\'click\',\'.av-width-submenu > a\',function(e){var i=t(this);b(i,e)});t(\'.html_av-submenu-display-click\').on(\'click\',\'.av-burger-overlay a\',function(i){var a=window.location.href.match(/(^[^#]*)/)[0],o=t(this).attr(\'href\').match(/(^[^#]*)/)[0];if(o==a){i.preventDefault();i.stopImmediatePropagation();e.parents(\'a\').eq(0).trigger(\'click\');return!1};return!0});function b(t,e){e.preventDefault();e.stopImmediatePropagation();var i=t.parents(\'li\').eq(0);i.toggleClass(\'av-show-submenu\');if(i.is(\'.av-show-submenu\')){i.children(\'ul.sub-menu\').slideDown(\'fast\')}\nelse{i.children(\'ul.sub-menu\').slideUp(\'fast\')}};(function(){if(x.length)return;var e=t(\'#header .main_menu\').clone(!0),o=e.find(\'ul.av-main-nav\'),a=o.attr(\'id\');if(\'string\'==typeof a&&\'\'!=a.trim()){o.attr(\'id\',a+\'-\'+T++)};e.find(\'.menu-item:not(.menu-item-avia-special)\').remove();e.insertAfter(y.find(\'.logo\').first());var i=t(\'#header .social_bookmarks\').clone(!0);if(!i.length)i=t(\'.av-logo-container .social_bookmarks\').clone(!0);if(i.length){e.find(\'.avia-menu\').addClass(\'av_menu_icon_beside\');e.append(i)};s=t(\'.av-burger-menu-main a\')}());s.click(function(a){if(r)return;e=t(this).find(\'.av-hamburger\'),r=!0;if(!w){w=!0;e.addClass(\'av-inserted-main-menu\');o=t(\'<ul>\').attr({id:\'av-burger-menu-ul\',class:\'\'});var p=v.find(\'> li:not(.menu-item-avia-special)\'),f=l(p,o);o.find(\'.noMobile\').remove();o.appendTo(g);h=g.find(\'#av-burger-menu-ul > li\');if(t.fn.avia_smoothscroll){t(\'a[href*=\"#\"]\',i).avia_smoothscroll(i)}};if(e.is(\'.is-active\')){e.removeClass(\'is-active\');n.removeClass(\'av-burger-overlay-active-delayed\');i.animate({opacity:0},function(){i.css({display:\'none\'});n.removeClass(\'av-burger-overlay-active\');r=!1})}\nelse{d();var s=c.length?c.outerHeight()+c.position().top:u.outerHeight()+u.position().top;i.appendTo(t(a.target).parents(\'.avia-menu\'));o.css({padding:(s)+\'px 0px\'});h.removeClass(\'av-active-burger-items\');e.addClass(\'is-active\');n.addClass(\'av-burger-overlay-active\');i.css({display:\'block\'}).animate({opacity:1},function(){r=!1});setTimeout(function(){n.addClass(\'av-burger-overlay-active-delayed\')},100);h.each(function(e){var i=t(this);setTimeout(function(){i.addClass(\'av-active-burger-items\')},(e+1)*125)})};a.preventDefault()})};t.AviaAjaxSearch=function(e){var i={delay:300,minChars:3,scope:\'body\'};this.options=t.extend({},i,e);this.scope=t(this.options.scope);this.timer=!1;this.lastVal=\'\';this.bind_events()};t.AviaAjaxSearch.prototype={bind_events:function(){this.scope.on(\'keyup\',\'#s:not(\".av_disable_ajax_search #s\")\',t.proxy(this.try_search,this));this.scope.on(\'click\',\'#s.av-results-parked\',t.proxy(this.reset,this))},try_search:function(e){var i=t(e.currentTarget).parents(\'form:eq(0)\'),a=i.find(\'.ajax_search_response\');clearTimeout(this.timer);if(e.currentTarget.value.length>=this.options.minChars&&this.lastVal!=t.trim(e.currentTarget.value)){this.timer=setTimeout(t.proxy(this.do_search,this,e),this.options.delay)}\nelse if(e.currentTarget.value.length==0){this.timer=setTimeout(t.proxy(this.reset,this,e),this.options.delay)};if(e.keyCode===27){this.reset(e)}},reset:function(e){var i=t(e.currentTarget).parents(\'form:eq(0)\'),a=i.find(\'.ajax_search_response\'),o=t(i.attr(\'data-ajaxcontainer\')).find(\'.ajax_search_response\'),n=t(e.currentTarget);if(t(e.currentTarget).hasClass(\'av-results-parked\')){a.show();o.show();t(\'body > .ajax_search_response\').show()}\nelse{a.remove();o.remove();n.val(\'\');t(\'body > .ajax_search_response\').remove()}},do_search:function(e){var g=this,l=t(e.currentTarget).attr(\'autocomplete\',\'off\'),c=t(e.currentTarget).parents(\'.av_searchform_wrapper:eq(0)\'),p=c.offset(),u=c.outerWidth(),v=c.outerHeight(),i=l.parents(\'form:eq(0)\'),m=i.find(\'#searchsubmit\'),n=i,a=n.find(\'.ajax_search_response\'),d=t(\'<div class=\"ajax_load\"><span class=\"ajax_load_inner\"></span></div>\'),s=i.attr(\'action\'),h=i.serialize();h+=\'&action=avia_ajax_search\';if(!a.length){a=t(\'<div class=\"ajax_search_response\" style=\"display:none;\"></div>\')};if(i.attr(\'id\')==\'searchform_element\'){a.addClass(\'av_searchform_element_results\')};if(s.indexOf(\'?\')!=-1){s=s.split(\'?\');h+=\'&\'+s[1]};if(i.attr(\'data-ajaxcontainer\')){var r=i.attr(\'data-ajaxcontainer\');if(t(r).length){t(r).find(\'.ajax_search_response\').remove();n=t(r)}};o={};if(i.hasClass(\'av_results_container_fixed\')){t(\'body\').find(\'.ajax_search_response\').remove();n=t(\'body\');var o={top:p.top+v,left:p.left,width:u};a.addClass(\'main_color\');t(window).resize(function(){a.remove();t.proxy(this.reset,this);l.val(\'\')})};if(i.attr(\'data-results_style\')){var f=JSON.parse(i.attr(\'data-results_style\'));o=Object.assign(o,f);if(\'color\' in o){a.addClass(\'av_has_custom_color\')}};a.css(o);if(n.hasClass(\'avia-section\')){a.addClass(\'container\')};a.appendTo(n);if(a.find(\'.ajax_not_found\').length&&e.currentTarget.value.indexOf(this.lastVal)!=-1)return;this.lastVal=e.currentTarget.value;t.ajax({url:avia_framework_globals.ajaxurl,type:\'POST\',data:h,beforeSend:function(){d.insertAfter(m);i.addClass(\'ajax_loading_now\')},success:function(t){if(t==0)t=\'\';a.html(t).show()},complete:function(){d.remove();i.removeClass(\'ajax_loading_now\')}});t(document).on(\'click\',function(e){if(!t(e.target).closest(i).length){if(t(a).is(\':visible\')){t(a).hide();l.addClass(\'av-results-parked\')}}})}};t.AviaTooltip=function(e){var i={delay:1500,delayOut:300,delayHide:0,\'class\':\'avia-tooltip\',scope:\'body\',data:\'avia-tooltip\',attach:\'body\',event:\'mouseenter\',position:\'top\',extraClass:\'avia-tooltip-class\',permanent:!1,within_screen:!1};this.options=t.extend({},i,e);this.body=t(\'body\');this.scope=t(this.options.scope);this.tooltip=t(\'<div class=\"\'+this.options[\'class\']+\' avia-tt\"><span class=\"avia-arrow-wrap\"><span class=\"avia-arrow\"></span></span></div>\');this.inner=t(\'<div class=\"inner_tooltip\"></div>\').prependTo(this.tooltip);this.open=!1;this.timer=!1;this.active=!1;this.bind_events()};t.AviaTooltip.openTTs=[];t.AviaTooltip.openTT_Elements=[];t.AviaTooltip.prototype={bind_events:function(){var i=\'.av-permanent-tooltip [data-\'+this.options.data+\']\',e=\'[data-\'+this.options.data+\']:not( .av-permanent-tooltip [data-\'+this.options.data+\'])\';this.scope.on(\'av_permanent_show\',i,t.proxy(this.display_tooltip,this));t(i).addClass(\'av-perma-tooltip\').trigger(\'av_permanent_show\');this.scope.on(this.options.event+\' mouseleave\',e,t.proxy(this.start_countdown,this));if(this.options.event!=\'click\'){this.scope.on(\'mouseleave\',e,t.proxy(this.hide_tooltip,this));this.scope.on(\'click\',e,t.proxy(this.hide_on_click_tooltip,this))}\nelse{this.body.on(\'mousedown\',t.proxy(this.hide_tooltip,this))}},start_countdown:function(e){clearTimeout(this.timer);var a=this.options.event==\'click\'?e.target:e.currentTarget,o=t(a);if(e.type==this.options.event){var i=this.options.event==\'click\'?0:this.open?0:this.options.delay;this.timer=setTimeout(t.proxy(this.display_tooltip,this,e),i)}\nelse if(e.type==\'mouseleave\'){if(!o.hasClass(\'av-close-on-click-tooltip\')){this.timer=setTimeout(t.proxy(this.stop_instant_open,this,e),this.options.delayOut)}};e.preventDefault()},reset_countdown:function(t){clearTimeout(this.timer);this.timer=!1},display_tooltip:function(e){var y=this,w=this.options.event==\'click\'?e.target:e.currentTarget,i=t(w),p=i.data(this.options.data),u=i.data(\'avia-created-tooltip\'),v=i.data(\'avia-tooltip-class\'),d=this.options.attach==\'element\'?i:this.body,s=this.options.attach==\'element\'?i.position():i.offset(),c=i.data(\'avia-tooltip-position\'),h=i.data(\'avia-tooltip-alignment\'),m=!1,a=!1,g=!1;p=t.trim(p);if(i.is(\'.av-perma-tooltip\')){s={top:0,left:0};d=i;m=!0};if(p==\'\')return;if(c==\'\'||typeof c==\'undefined\')c=this.options.position;if(h==\'\'||typeof h==\'undefined\')h=\'center\';if(typeof u!=\'undefined\'){a=t.AviaTooltip.openTTs[u]}\nelse{this.inner.html(p);a=this.tooltip.clone();g=!0;if(this.options.attach==\'element\'&&m!==!0){a.insertAfter(d)}\nelse{a.appendTo(d)};if(v!=\'\')a.addClass(v)};if(this.open&&this.active==a){return};if(i.hasClass(\'av-close-on-click-tooltip\')){this.hide_all_tooltips()};this.open=!0;this.active=a;if((a.is(\':animated:visible\')&&e.type==\'click\')||i.is(\'.\'+this.options[\'class\'])||i.parents(\'.\'+this.options[\'class\']).length!=0)return;var r={},l={},n=\'\',o=\'\';if(c==\'top\'|| c==\'bottom\'){switch(h){case\'left\':o=s.left;break;case\'right\':o=s.left+i.outerWidth()-a.outerWidth();break;default:o=(s.left+(i.outerWidth()/2))-(a.outerWidth()/2);break};if(y.options.within_screen){var f=i.offset().left+(i.outerWidth()/2)-(a.outerWidth()/2)+parseInt(a.css(\'margin-left\'),10);if(f<0){o=o-f}}}\nelse{switch(h){case\'top\':n=s.top;break;case\'bottom\':n=s.top+i.outerHeight()-a.outerHeight();break;default:n=(s.top+(i.outerHeight()/2))-(a.outerHeight()/2);break}};switch(c){case\'top\':n=s.top-a.outerHeight();r={top:n-10,left:o};l={top:n};break;case\'bottom\':n=s.top+i.outerHeight();r={top:n+10,left:o};l={top:n};break;case\'left\':o=s.left-a.outerWidth();r={top:n,left:o-10};l={left:o};break;case\'right\':o=s.left+i.outerWidth();r={top:n,left:o+10};l={left:o};break};r[\'display\']=\'block\';r[\'opacity\']=0;l[\'opacity\']=1;a.css(r).stop().animate(l,200);a.find(\'input, textarea\').focus();if(g){t.AviaTooltip.openTTs.push(a);t.AviaTooltip.openTT_Elements.push(i);i.data(\'avia-created-tooltip\',t.AviaTooltip.openTTs.length-1)}},hide_on_click_tooltip:function(e){if(this.options.event==\'click\'){return};var i=t(e.currentTarget);if(!i.hasClass(\'av-close-on-click-tooltip\')){return};if(!i.find(\'a\')){e.preventDefault()};var o=i.data(\'avia-created-tooltip\');if(\'undefined\'!=typeof o){var a=t.AviaTooltip.openTTs[o];if(\'undefined\'!=typeof a&&a==this.active){this.hide_all_tooltips()}}},hide_all_tooltips:function(){var i,a,o;for(var e=0;e<t.AviaTooltip.openTTs.length;++e){i=t.AviaTooltip.openTTs[e];o=t.AviaTooltip.openTT_Elements[e];a=o.data(\'avia-tooltip-position\'),this.animate_hide_tooltip(i,a)};this.open=!1;this.active=!1},hide_tooltip:function(e){var i=t(e.currentTarget),a,s,o=i.data(\'avia-tooltip-position\'),n=i.data(\'avia-tooltip-alignment\'),a=!1;if(o==\'\'||typeof o==\'undefined\')o=this.options.position;if(n==\'\'||typeof n==\'undefined\')n=\'center\';if(this.options.event==\'click\'){i=t(e.target);if(!i.is(\'.\'+this.options[\'class\'])&&i.parents(\'.\'+this.options[\'class\']).length==0){if(this.active.length){a=this.active;this.active=!1}}}\nelse{if(!i.hasClass(\'av-close-on-click-tooltip\')){a=i.data(\'avia-created-tooltip\');a=typeof a!=\'undefined\'?t.AviaTooltip.openTTs[a]:!1}};this.animate_hide_tooltip(a,o)},animate_hide_tooltip:function(t,e){if(t){var i={opacity:0};switch(e){case\'top\':i[\'top\']=parseInt(t.css(\'top\'),10)-10;break;case\'bottom\':i[\'top\']=parseInt(t.css(\'top\'),10)+10;break;case\'left\':i[\'left\']=parseInt(t.css(\'left\'),10)-10;break;case\'right\':i[\'left\']=parseInt(t.css(\'left\'),10)+10;break};t.animate(i,200,function(){t.css({display:\'none\'})})}},stop_instant_open:function(t){this.open=!1}}})(jQuery);!function(){\'use strict\';function t(a){if(!a)throw new Error(\'No options passed to Waypoint constructor\');if(!a.element)throw new Error(\'No element option passed to Waypoint constructor\');if(!a.handler)throw new Error(\'No handler option passed to Waypoint constructor\');this.key=\'waypoint-\'+i,this.options=t.Adapter.extend({},t.defaults,a),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=a.handler,this.axis=this.options.horizontal?\'horizontal\':\'vertical\',this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),e[this.key]=this,i+=1};var i=0,e={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete e[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var a=[];for(var n in e)a.push(e[n]);for(var i=0,o=a.length;o>i;i++)a[i][t]()},t.destroyAll=function(){t.invokeAll(\'destroy\')},t.disableAll=function(){t.invokeAll(\'disable\')},t.enableAll=function(){t.invokeAll(\'enable\')},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:\'default\',horizontal:!1,offset:0},t.offsetAliases={\'bottom-in-view\':function(){return this.context.innerHeight()-this.adapter.outerHeight()},\'right-in-view\':function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){\'use strict\';function n(t){window.setTimeout(t,1e3/60)};function t(t){this.element=t,this.Adapter=e.Adapter,this.adapter=new this.Adapter(t),this.key=\'waypoint-context-\'+a,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,i[t.waypointContextKey]=this,a+=1,this.createThrottledScrollHandler(),this.createThrottledResizeHandler()};var a=0,i={},e=window.Waypoint,o=window.onload;t.prototype.add=function(t){var e=t.options.horizontal?\'horizontal\':\'vertical\';this.waypoints[e][t.key]=t,this.refresh()},t.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical);t&&e&&(this.adapter.off(\'.waypoints\'),delete i[this.key])},t.prototype.createThrottledResizeHandler=function(){function i(){t.handleResize(),t.didResize=!1};var t=this;this.adapter.on(\'resize.waypoints\',function(){t.didResize||(t.didResize=!0,e.requestAnimationFrame(i))})},t.prototype.createThrottledScrollHandler=function(){function i(){t.handleScroll(),t.didScroll=!1};var t=this;this.adapter.on(\'scroll.waypoints\',function(){(!t.didScroll||e.isTouch)&&(t.didScroll=!0,e.requestAnimationFrame(i))})},t.prototype.handleResize=function(){e.Context.refreshAll()},t.prototype.handleScroll=function(){var o={},i={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:\'right\',backward:\'left\'},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:\'down\',backward:\'up\'}};for(var a in i){var t=i[a],p=t.newScroll>t.oldScroll,d=p?t.forward:t.backward;for(var h in this.waypoints[a]){var e=this.waypoints[a][h],n=t.oldScroll<e.triggerPoint,s=t.newScroll>=e.triggerPoint,l=n&&s,c=!n&&!s;(l||c)&&(e.queueTrigger(d),o[e.group.id]=e.group)}};for(var r in o)o[r].flushTriggers();this.oldScroll={x:i.horizontal.newScroll,y:i.vertical.newScroll}},t.prototype.innerHeight=function(){return this.element==this.element.window?e.viewportHeight():this.adapter.innerHeight()},t.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},t.prototype.innerWidth=function(){return this.element==this.element.window?e.viewportWidth():this.adapter.innerWidth()},t.prototype.destroy=function(){var e=[];for(var i in this.waypoints)for(var o in this.waypoints[i])e.push(this.waypoints[i][o]);for(var t=0,a=e.length;a>t;t++)e[t].destroy()},t.prototype.refresh=function(){var c,o=this.element==this.element.window,v=this.adapter.offset(),a={};this.handleScroll(),c={horizontal:{contextOffset:o?0:v.left,contextScroll:o?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:\'right\',backward:\'left\',offsetProp:\'left\'},vertical:{contextOffset:o?0:v.top,contextScroll:o?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:\'down\',backward:\'up\',offsetProp:\'top\'}};for(var l in c){var e=c[l];for(var g in this.waypoints[l]){var h,n,s,p,d,t=this.waypoints[l][g],i=t.options.offset,f=t.triggerPoint,u=0,r=null==f;t.element!==t.element.window&&(u=t.adapter.offset()[e.offsetProp]),\'function\'==typeof i?i=i.apply(t):\'string\'==typeof i&&(i=parseFloat(i),t.options.offset.indexOf(\'%\')>-1&&(i=Math.ceil(e.contextDimension*i/100))),h=e.contextScroll-e.contextOffset,t.triggerPoint=u+h-i,n=f<e.oldScroll,s=t.triggerPoint>=e.oldScroll,p=n&&s,d=!n&&!s,!r&&p?(t.queueTrigger(e.backward),a[t.group.id]=t.group):!r&&d?(t.queueTrigger(e.forward),a[t.group.id]=t.group):r&&e.oldScroll>=t.triggerPoint&&(t.queueTrigger(e.forward),a[t.group.id]=t.group)}};for(var m in a)a[m].flushTriggers();return this},t.findOrCreateByElement=function(e){return t.findByElement(e)||new t(e)},t.refreshAll=function(){for(var t in i)i[t].refresh()},t.findByElement=function(t){return i[t.waypointContextKey]},window.onload=function(){o&&o(),t.refreshAll()},e.requestAnimationFrame=function(t){var e=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||n;e.call(window,t)},e.Context=t}(),function(){\'use strict\';function i(t,e){return t.triggerPoint-e.triggerPoint};function o(t,e){return e.triggerPoint-t.triggerPoint};function t(t){this.name=t.name,this.axis=t.axis,this.id=this.name+\'-\'+this.axis,this.waypoints=[],this.clearTriggerQueues(),a[this.axis][this.name]=this};var a={vertical:{},horizontal:{}},e=window.Waypoint;t.prototype.add=function(t){this.waypoints.push(t)},t.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},t.prototype.flushTriggers=function(){for(var a in this.triggerQueues){var e=this.triggerQueues[a],r=\'up\'===a||\'left\'===a;e.sort(r?o:i);for(var t=0,s=e.length;s>t;t+=1){var n=e[t];(n.options.continuous||t===e.length-1)&&n.trigger([a])}};this.clearTriggerQueues()},t.prototype.next=function(t){this.waypoints.sort(i);var a=e.Adapter.inArray(t,this.waypoints),o=a===this.waypoints.length-1;return o?null:this.waypoints[a+1]},t.prototype.previous=function(t){this.waypoints.sort(i);var a=e.Adapter.inArray(t,this.waypoints);return a?this.waypoints[a-1]:null},t.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},t.prototype.remove=function(t){var i=e.Adapter.inArray(t,this.waypoints);i>-1&&this.waypoints.splice(i,1)},t.prototype.first=function(){return this.waypoints[0]},t.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},t.findOrCreate=function(e){return a[e.axis][e.name]||new t(e)},e.Group=t}(),function(){\'use strict\';function e(e){this.$element=t(e)};var t=window.jQuery,i=window.Waypoint;t.each([\'innerHeight\',\'innerWidth\',\'off\',\'offset\',\'on\',\'outerHeight\',\'outerWidth\',\'scrollLeft\',\'scrollTop\'],function(t,i){e.prototype[i]=function(){var t=Array.prototype.slice.call(arguments);return this.$element[i].apply(this.$element,t)}}),t.each([\'extend\',\'inArray\',\'isEmptyObject\'],function(i,a){e[a]=t[a]}),i.adapters.push({name:\'jquery\',Adapter:e}),i.Adapter=e}(),function(){\'use strict\';function t(t){return function(){var a=[],i=arguments[0];return t.isFunction(arguments[0])&&(i=t.extend({},arguments[1]),i.handler=arguments[0]),this.each(function(){var o=t.extend({},i,{element:this});\'string\'==typeof o.context&&(o.context=t(this).closest(o.context)[0]),a.push(new e(o))}),a}};var e=window.Waypoint;window.jQuery&&(window.jQuery.fn.waypoint=t(window.jQuery)),window.Zepto&&(window.Zepto.fn.waypoint=t(window.Zepto))}();(function(){var i=0,e=[\'ms\',\'moz\',\'webkit\',\'o\'];for(var t=0;t<e.length&&!window.requestAnimationFrame;++t){window.requestAnimationFrame=window[e[t]+\'RequestAnimationFrame\'];window.cancelAnimationFrame=window[e[t]+\'CancelAnimationFrame\']||window[e[t]+\'CancelRequestAnimationFrame\']};if(!window.requestAnimationFrame)window.requestAnimationFrame=function(t,e){var a=new Date().getTime(),o=Math.max(0,16-(a-i)),n=window.setTimeout(function(){t(a+o)},o);i=a+o;return n};if(!window.cancelAnimationFrame)window.cancelAnimationFrame=function(t){clearTimeout(t)}}());jQuery.expr[\':\'].regex=function(t,e,a){var i=a[3].split(\',\'),o=/^(data|css):/,n={method:i[0].match(o)?i[0].split(\':\')[0]:\'attr\',property:i.shift().replace(o,\'\')},s=\'ig\',r=new RegExp(i.join(\'\').replace(/^\\s+|\\s+$/g,\'\'),s);return r.test(jQuery(t)[n.method](n.property))};\";}s:18:\"avia-shortcodes-js\";a:6:{s:4:\"name\";s:15:\"avia-shortcodes\";s:3:\"url\";s:66:\"http://cs1.noappname.net/wp-content/themes/enfold/js/shortcodes.js\";s:4:\"path\";s:41:\"wp-content/themes/enfold/js/shortcodes.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:23424:\"(function(i){\"use strict\";i(document).ready(function(){i.avia_utilities=i.avia_utilities||{};if(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)&&\"ontouchstart\" in document.documentElement){i.avia_utilities.isMobile=!0}\nelse{i.avia_utilities.isMobile=!1};if(i.fn.avia_mobile_fixed)i(\".avia-bg-style-fixed\").avia_mobile_fixed();if(i.fn.avia_parallax)i(\".av-parallax\").avia_parallax();if(i.fn.avia_browser_height)i(\".av-minimum-height, .avia-fullscreen-slider, .av-cell-min-height\").avia_browser_height();if(i.fn.avia_video_section)i(\".av-section-with-video-bg\").avia_video_section();new i.AviaTooltip({\"class\":\"avia-tooltip\",data:\"avia-tooltip\",delay:0,scope:\"body\"});new i.AviaTooltip({\"class\":\"avia-tooltip avia-icon-tooltip\",data:\"avia-icon-tooltip\",delay:0,scope:\"body\"});i.avia_utilities.activate_shortcode_scripts();if(i.fn.layer_slider_height_helper)i(\".avia-layerslider\").layer_slider_height_helper();if(i.fn.avia_portfolio_preview){i(\".grid-links-ajax\").avia_portfolio_preview()};if(i.fn.avia_masonry)i(\".av-masonry\").avia_masonry();if(i.fn.aviaccordion)i(\".aviaccordion\").aviaccordion();if(i.fn.avia_textrotator)i(\".av-rotator-container\").avia_textrotator();if(i.fn.avia_sc_tab_section){i(\".av-tab-section-container\").avia_sc_tab_section()};if(i.fn.avia_hor_gallery){i(\".av-horizontal-gallery\").avia_hor_gallery()};if(i.fn.avia_link_column){i(\".avia-link-column\").avia_link_column()};if(i.fn.avia_delayed_animation_in_container){i(\".av-animation-delay-container\").avia_delayed_animation_in_container()}});i.avia_utilities=i.avia_utilities||{};i.avia_utilities.activate_shortcode_scripts=function(e){if(typeof e==\"undefined\"){e=\"body\"};if(i.fn.avia_ajax_form){i(\".avia_ajax_form:not( .avia-disable-default-ajax )\",e).avia_ajax_form()};n(e);if(i.fn.aviaVideoApi){i(\".avia-slideshow iframe[src*=\\\"youtube.com\\\"], .av_youtube_frame, .av_vimeo_frame, .avia-slideshow video\").aviaVideoApi({},\"li\")};if(i.fn.avia_sc_toggle){i(\".togglecontainer\",e).avia_sc_toggle()};if(i.fn.avia_sc_tabs){i(\".top_tab\",e).avia_sc_tabs();i(\".sidebar_tab\",e).avia_sc_tabs({sidebar:!0})};if(i.fn.avia_sc_gallery){i(\".avia-gallery\",e).avia_sc_gallery()};if(i.fn.avia_sc_animated_number){i(\".avia-animated-number\",e).avia_sc_animated_number()};if(i.fn.avia_sc_animation_delayed){i(\".av_font_icon\",e).avia_sc_animation_delayed({delay:100});i(\".avia-image-container\",e).avia_sc_animation_delayed({delay:100});i(\".av-hotspot-image-container\",e).avia_sc_animation_delayed({delay:100});i(\".av-animated-generic\",e).avia_sc_animation_delayed({delay:100})};if(i.fn.avia_sc_iconlist){i(\".avia-icon-list.av-iconlist-big.avia-iconlist-animate\",e).avia_sc_iconlist()};if(i.fn.avia_sc_progressbar){i(\".avia-progress-bar-container\",e).avia_sc_progressbar()};if(i.fn.avia_sc_testimonial){i(\".avia-testimonial-wrapper\",e).avia_sc_testimonial()};if(i.fn.aviaFullscreenSlider){i(\".avia-slideshow.av_fullscreen\",e).aviaFullscreenSlider()};if(i.fn.aviaSlider){i(\".avia-slideshow:not(.av_fullscreen)\",e).aviaSlider();i(\".avia-content-slider-active\",e).aviaSlider({wrapElement:\".avia-content-slider-inner\",slideElement:\".slide-entry-wrap\",fullfade:!0});i(\".avia-slider-testimonials\",e).aviaSlider({wrapElement:\".avia-testimonial-row\",slideElement:\".avia-testimonial\",fullfade:!0})};if(i.fn.aviaMagazine){i(\".av-magazine-tabs-active\",e).aviaMagazine()};if(i.fn.aviaHotspots){i(\".av-hotspot-image-container\",e).aviaHotspots()};if(i.fn.aviaCountdown){i(\".av-countdown-timer\",e).aviaCountdown()};if(i.fn.aviaPlayer){i(\".av-player\",e).aviaPlayer()}};function n(e){if(i.fn.avia_waypoints){if(typeof e==\"undefined\"){e=\"body\"};i(\".avia_animate_when_visible\",e).avia_waypoints();i(\".avia_animate_when_almost_visible\",e).avia_waypoints({offset:\"80%\"});if(e==\"body\")e=\".avia_desktop body\";i(\".av-animated-generic\",e).avia_waypoints({offset:\"95%\"})}};i.AviaParallaxElement=function(e,a){this.$el=i(a).addClass(\"active-parallax\");this.$win=i(window);this.$body=i(\"body\");this.$parent=this.$el.parent();this.property={};this.isMobile=i.avia_utilities.isMobile;this.ratio=this.$el.data(\"avia-parallax-ratio\")||0.5;this.transform=document.documentElement.className.indexOf(\"avia_transform\")!==-1?!0:!1;this.transform3d=document.documentElement.className.indexOf(\"avia_transform3d\")!==-1?!0:!1;this.ticking=!1;if(i.avia_utilities.supported.transition===undefined){i.avia_utilities.supported.transition=i.avia_utilities.supports(\"transition\")};this._init(e)};i.AviaParallaxElement.prototype={_init:function(e){var a=this;if(a.isMobile){return};setTimeout(function(){a._fetch_properties()},30);this.$win.on(\"debouncedresize av-height-change\",i.proxy(a._fetch_properties,a));this.$body.on(\"av_resize_finished\",i.proxy(a._fetch_properties,a));setTimeout(function(){a.$win.on(\"scroll\",i.proxy(a._on_scroll,a))},100)},_fetch_properties:function(){this.property.offset=this.$parent.offset().top;this.property.wh=this.$win.height();this.property.height=this.$parent.outerHeight();this.$el.height(Math.ceil((this.property.wh*this.ratio)+this.property.height));this._parallax_scroll()},_on_scroll:function(e){var a=this;if(!a.ticking){a.ticking=!0;window.requestAnimationFrame(i.proxy(a._parallax_scroll,a))}},_parallax_scroll:function(e){var n=this.$win.scrollTop(),o=n+this.property.wh,a=\"0\",t={};if(this.property.offset<o&&n<=this.property.offset+this.property.height){a=Math.ceil((o-this.property.offset)*this.ratio);if(this.transform3d){t[i.avia_utilities.supported.transition+\"transform\"]=\"translate3d(0px,\"+a+\"px, 0px)\"}\nelse if(this.transform){t[i.avia_utilities.supported.transition+\"transform\"]=\"translate(0px,\"+a+\"px)\"}\nelse{t[\"background-position\"]=\"0px \"+a+\"px\"};this.$el.css(t)};this.ticking=!1}};i.fn.avia_parallax=function(e){return this.each(function(){var a=i.data(this,\"aviaParallax\");if(!a){a=i.data(this,\"aviaParallax\",new i.AviaParallaxElement(e,this))}})};i.fn.avia_mobile_fixed=function(e){var a=i.avia_utilities.isMobile;if(!a)return;return this.each(function(){var a=i(this).addClass(\"av-parallax-section\"),n=a.attr(\"style\"),e=a.data(\"section-bg-repeat\"),t=\"\";if(e==\"stretch\"||e==\"no-repeat\"){e=\" avia-full-stretch\"}\nelse{e=\"\"};t=\"<div class=\'av-parallax \"+e+\"\' data-avia-parallax-ratio=\'0.0\' style = \'\"+n+\"\' ></div>\";a.prepend(t);a.attr(\"style\",\"\")})};i.fn.avia_sc_animation_delayed=function(e){var a=0,n=e.delay||50,t=10,o=setTimeout(function(){t=20},500);return this.each(function(){var e=i(this);e.on(\"avia_start_animation\",function(){var e=i(this);if(a<t)a++;setTimeout(function(){e.addClass(\"avia_start_delayed_animation\");if(a>0)a--},(a*n))})})};i.fn.avia_delayed_animation_in_container=function(e){return this.each(function(){var e=i(this);e.on(\"avia_start_animation_if_current_slide_is_active\",function(){var e=i(this),a=e.find(\".avia_start_animation_when_active\");a.addClass(\"avia_start_animation\").trigger(\"avia_start_animation\")});e.on(\"avia_remove_animation\",function(){var e=i(this),a=e.find(\".avia_start_animation_when_active, .avia_start_animation\");a.removeClass(\"avia_start_animation avia_start_delayed_animation\")})})};i.fn.avia_browser_height=function(){if(!this.length)return;var e=i(window),s=i(\"html\"),r=i(\"#wpadminbar, #header.av_header_top:not(.html_header_transparency #header), #main>.title_container\"),a=i(\"<style type=\'text/css\' id=\'av-browser-height\'></style>\").appendTo(\"head:first\"),n=i(\".html_header_sidebar #top #header_main\"),c=i(\".html_header_sidebar .avia-fullscreen-slider.avia-builder-el-0.avia-builder-el-no-sibling\").addClass(\"av-solo-full\"),t=[25,50,75],o=function(){var o=\"\",s=e.height(),c=e.width(),l=s,v=(s/9)*16,u=(c/16)*9,d=0,p=[];if(n.length)d=n.height();r.each(function(){l-=this.offsetHeight-1});var f=(l/9)*16;o+=\".avia-section.av-minimum-height .container{opacity: 1; }\\n\";o+=\".av-minimum-height-100 .container, .avia-fullscreen-slider .avia-slideshow, #top.avia-blank .av-minimum-height-100 .container, .av-cell-min-height-100 > .flex_cell{height:\"+s+\"px;}\\n\";i.each(t,function(i,e){var a=Math.round(s*(e/100.0));o+=\".av-minimum-height-\"+e+\" .container, .av-cell-min-height-\"+e+\" > .flex_cell	{height:\"+a+\"px;}\\n\"});o+=\".avia-builder-el-0.av-minimum-height-100 .container, .avia-builder-el-0.avia-fullscreen-slider .avia-slideshow, .avia-builder-el-0.av-cell-min-height-100 > .flex_cell{height:\"+l+\"px;}\\n\";o+=\"#top .av-solo-full .avia-slideshow {min-height:\"+d+\"px;}\\n\";if(c/s<16/9){o+=\"#top .av-element-cover iframe, #top .av-element-cover embed, #top .av-element-cover object, #top .av-element-cover video{width:\"+v+\"px; left: -\"+(v-c)/2+\"px;}\\n\"}\nelse{o+=\"#top .av-element-cover iframe, #top .av-element-cover embed, #top .av-element-cover object, #top .av-element-cover video{height:\"+u+\"px; top: -\"+(u-s)/2+\"px;}\\n\"};if(c/l<16/9){o+=\"#top .avia-builder-el-0 .av-element-cover iframe, #top .avia-builder-el-0 .av-element-cover embed, #top .avia-builder-el-0 .av-element-cover object, #top .avia-builder-el-0 .av-element-cover video{width:\"+f+\"px; left: -\"+(f-c)/2+\"px;}\\n\"}\nelse{o+=\"#top .avia-builder-el-0 .av-element-cover iframe, #top .avia-builder-el-0 .av-element-cover embed, #top .avia-builder-el-0 .av-element-cover object, #top .avia-builder-el-0 .av-element-cover video{height:\"+u+\"px; top: -\"+(u-l)/2+\"px;}\\n\"};try{a.text(o)}catch(h){a.remove();a=i(\"<style type=\'text/css\' id=\'av-browser-height\'>\"+o+\"</style>\").appendTo(\"head:first\")};setTimeout(function(){e.trigger(\"av-height-change\")},100)};this.each(function(e){var a=i(this).data(\"av_minimum_height_pc\");if(\"number\"!=typeof a){return this};a=parseInt(a);if((-1==i.inArray(a,t))&&(a!=100)){t.push(a)};return this});e.on(\"debouncedresize\",o);o()};i.fn.avia_video_section=function(){if(!this.length)return;var n=this.length,e=\"\",o=i(window),a=i(\"<style type=\'text/css\' id=\'av-section-height\'></style>\").appendTo(\"head:first\"),t=function(t,o){if(o===0){e=\"\"};var s=\"\",r=\"#\"+t.attr(\"id\"),c=t.height(),l=t.width(),v=t.data(\"sectionVideoRatio\").split(\":\"),u=v[0],f=v[1],d=(c/f)*u,h=(l/u)*f;if(l/c<u/f){s+=\"#top \"+r+\" .av-section-video-bg iframe, #top \"+r+\" .av-section-video-bg embed, #top \"+r+\" .av-section-video-bg object, #top \"+r+\" .av-section-video-bg video{width:\"+d+\"px; left: -\"+(d-l)/2+\"px;}\\n\"}\nelse{s+=\"#top \"+r+\" .av-section-video-bg iframe, #top \"+r+\" .av-section-video-bg embed, #top \"+r+\" .av-section-video-bg object, #top \"+r+\" .av-section-video-bg video{height:\"+h+\"px; top: -\"+(h-c)/2+\"px;}\\n\"};e=e+s;if(n==o+1){try{a.text(e)}catch(p){a.remove();a=i(\"<style type=\'text/css\' id=\'av-section-height\'>\"+e+\"</style>\").appendTo(\"head:first\")}}};return this.each(function(e){var a=i(this);o.on(\"debouncedresize\",function(){t(a,e)});t(a,e)})};i.fn.avia_link_column=function(){return this.each(function(){i(this).on(\"click\",function(e){if(\"undefined\"!==typeof e.target&&\"undefined\"!==typeof e.target.href){return};var t=i(this),a=t.data(\"link-column-url\"),o=t.data(\"link-column-target\"),s=window.location.hostname+window.location.pathname;if(\"undefined\"===typeof a||\"string\"!==typeof a){return};if(\"undefined\"!==typeof o||\"_blank\"==o){var n=document.createElement(\"a\");n.href=a;n.target=\"_blank\";n.rel=\"noopener noreferrer\";n.click();return!1}\nelse{if(t.hasClass(\"av-cell-link\")||t.hasClass(\"av-column-link\")){var r=t.hasClass(\"av-cell-link\")?t.prev(\"a.av-screen-reader-only\").first():t.find(\"a.av-screen-reader-only\").first();a=a.trim();if((0==a.indexOf(\"#\"))||((a.indexOf(s)>=0)&&(a.indexOf(\"#\")>0))){r.trigger(\"click\");return}};window.location.href=a};e.preventDefault();return})})};i.fn.avia_waypoints=function(e){if(!i(\"html\").is(\".avia_transform\"))return;var a={offset:\"bottom-in-view\",triggerOnce:!0},t=i.extend({},a,e),n=i.avia_utilities.isMobile;return this.each(function(){var e=i(this);setTimeout(function(){if(n){e.addClass(\"avia_start_animation\").trigger(\"avia_start_animation\")}\nelse{e.waypoint(function(e){var t=i(this.element),a=t.parents(\".av-animation-delay-container:eq(0)\");if(a.length){t.addClass(\"avia_start_animation_when_active\").trigger(\"avia_start_animation_when_active\")};if(!a.length||(a.length&&a.is(\".__av_init_open\"))){t.addClass(\"avia_start_animation\").trigger(\"avia_start_animation\")}},t)}},100)})};var t=i.event,e,a;e=t.special.debouncedresize={setup:function(){i(this).on(\"resize\",e.handler)},teardown:function(){i(this).off(\"resize\",e.handler)},handler:function(i,n){var r=this,s=arguments,o=function(){i.type=\"debouncedresize\";t.dispatch.apply(r,s)};if(a){clearTimeout(a)};n?o():a=setTimeout(o,e.threshold)},threshold:150};i.easing[\"jswing\"]=i.easing[\"swing\"];i.extend(i.easing,{def:\"easeOutQuad\",swing:function(e,a,t,n,o){return i.easing[i.easing.def](e,a,t,n,o)},easeInQuad:function(i,e,a,t,n){return t*(e/=n)*e+a},easeOutQuad:function(i,e,a,t,n){return-t*(e/=n)*(e-2)+a},easeInOutQuad:function(i,e,a,t,n){if((e/=n/2)<1)return t/2*e*e+a;return-t/2*((--e)*(e-2)-1)+a},easeInCubic:function(i,e,a,t,n){return t*(e/=n)*e*e+a},easeOutCubic:function(i,e,a,t,n){return t*((e=e/n-1)*e*e+1)+a},easeInOutCubic:function(i,e,a,t,n){if((e/=n/2)<1)return t/2*e*e*e+a;return t/2*((e-=2)*e*e+2)+a},easeInQuart:function(i,e,a,t,n){return t*(e/=n)*e*e*e+a},easeOutQuart:function(i,e,a,t,n){return-t*((e=e/n-1)*e*e*e-1)+a},easeInOutQuart:function(i,e,a,t,n){if((e/=n/2)<1)return t/2*e*e*e*e+a;return-t/2*((e-=2)*e*e*e-2)+a},easeInQuint:function(i,e,a,t,n){return t*(e/=n)*e*e*e*e+a},easeOutQuint:function(i,e,a,t,n){return t*((e=e/n-1)*e*e*e*e+1)+a},easeInOutQuint:function(i,e,a,t,n){if((e/=n/2)<1)return t/2*e*e*e*e*e+a;return t/2*((e-=2)*e*e*e*e+2)+a},easeInSine:function(i,e,t,a,n){return-a*Math.cos(e/n*(Math.PI/2))+a+t},easeOutSine:function(i,e,a,t,n){return t*Math.sin(e/n*(Math.PI/2))+a},easeInOutSine:function(i,e,a,t,n){return-t/2*(Math.cos(Math.PI*e/n)-1)+a},easeInExpo:function(i,e,a,t,n){return(e==0)?a:t*Math.pow(2,10*(e/n-1))+a},easeOutExpo:function(i,e,a,t,n){return(e==n)?a+t:t*(-Math.pow(2,-10*e/n)+1)+a},easeInOutExpo:function(i,e,a,t,n){if(e==0)return a;if(e==n)return a+t;if((e/=n/2)<1)return t/2*Math.pow(2,10*(e-1))+a;return t/2*(-Math.pow(2,-10*--e)+2)+a},easeInCirc:function(i,e,a,t,n){return-t*(Math.sqrt(1-(e/=n)*e)-1)+a},easeOutCirc:function(i,e,a,t,n){return t*Math.sqrt(1-(e=e/n-1)*e)+a},easeInOutCirc:function(i,e,a,t,n){if((e/=n/2)<1)return-t/2*(Math.sqrt(1-e*e)-1)+a;return t/2*(Math.sqrt(1-(e-=2)*e)+1)+a},easeInElastic:function(i,e,t,a,n){var s=1.70158,o=0,r=a;if(e==0)return t;if((e/=n)==1)return t+a;if(!o)o=n*.3;if(r<Math.abs(a)){r=a;var s=o/4}\nelse var s=o/(2*Math.PI)*Math.asin(a/r);return-(r*Math.pow(2,10*(e-=1))*Math.sin((e*n-s)*(2*Math.PI)/o))+t},easeOutElastic:function(i,e,t,a,n){var s=1.70158,o=0,r=a;if(e==0)return t;if((e/=n)==1)return t+a;if(!o)o=n*.3;if(r<Math.abs(a)){r=a;var s=o/4}\nelse var s=o/(2*Math.PI)*Math.asin(a/r);return r*Math.pow(2,-10*e)*Math.sin((e*n-s)*(2*Math.PI)/o)+a+t},easeInOutElastic:function(i,e,t,a,n){var s=1.70158,o=0,r=a;if(e==0)return t;if((e/=n/2)==2)return t+a;if(!o)o=n*(.3*1.5);if(r<Math.abs(a)){r=a;var s=o/4}\nelse var s=o/(2*Math.PI)*Math.asin(a/r);if(e<1)return-.5*(r*Math.pow(2,10*(e-=1))*Math.sin((e*n-s)*(2*Math.PI)/o))+t;return r*Math.pow(2,-10*(e-=1))*Math.sin((e*n-s)*(2*Math.PI)/o)*.5+a+t},easeInBack:function(i,e,a,t,n,o){if(o==undefined)o=1.70158;return t*(e/=n)*e*((o+1)*e-o)+a},easeOutBack:function(i,e,a,t,n,o){if(o==undefined)o=1.70158;return t*((e=e/n-1)*e*((o+1)*e+o)+1)+a},easeInOutBack:function(i,e,a,t,n,o){if(o==undefined)o=1.70158;if((e/=n/2)<1)return t/2*(e*e*(((o*=(1.525))+1)*e-o))+a;return t/2*((e-=2)*e*(((o*=(1.525))+1)*e+o)+2)+a},easeInBounce:function(i,e,t,a,n){return a-jQuery.easing.easeOutBounce(i,n-e,0,a,n)+t},easeOutBounce:function(i,e,a,t,n){if((e/=n)<(1/2.75)){return t*(7.5625*e*e)+a}\nelse if(e<(2/2.75)){return t*(7.5625*(e-=(1.5/2.75))*e+.75)+a}\nelse if(e<(2.5/2.75)){return t*(7.5625*(e-=(2.25/2.75))*e+.9375)+a}\nelse{return t*(7.5625*(e-=(2.625/2.75))*e+.984375)+a}},easeInOutBounce:function(i,e,n,a,t){if(e<t/2)return jQuery.easing.easeInBounce(i,e*2,0,a,t)*.5+n;return jQuery.easing.easeOutBounce(i,e*2-t,0,a,t)*.5+a*.5+n}})})(jQuery);(function(i){\"use strict\";i.avia_utilities=i.avia_utilities||{};i.avia_utilities.loading=function(e,a){var t={active:!1,show:function(){if(t.active===!1){t.active=!0;t.loading_item.css({display:\"block\",opacity:0})};t.loading_item.stop().animate({opacity:1})},hide:function(){if(typeof a===\"undefined\"){a=600};t.loading_item.stop().delay(a).animate({opacity:0},function(){t.loading_item.css({display:\"none\"});t.active=!1})},attach:function(){if(typeof e===\"undefined\"){e=\"body\"};t.loading_item=i(\"<div class=\\\"avia_loading_icon\\\"><div class=\\\"av-siteloader\\\"></div></div>\").css({display:\"none\"}).appendTo(e)}};t.attach();return t};i.avia_utilities.playpause=function(e,a){var t={active:!1,to1:\"\",to2:\"\",set:function(i){t.loading_item.removeClass(\"av-play av-pause\");t.to1=setTimeout(function(){t.loading_item.addClass(\"av-\"+i)},10);t.to2=setTimeout(function(){t.loading_item.removeClass(\"av-\"+i)},1500)},attach:function(){if(typeof e===\"undefined\"){e=\"body\"};t.loading_item=i(\"<div class=\\\"avia_playpause_icon\\\"></div>\").css({display:\"none\"}).appendTo(e)}};t.attach();return t};i.avia_utilities.preload=function(e){new i.AviaPreloader(e)};i.AviaPreloader=function(e){this.win=i(window);this.defaults={container:\"body\",maxLoops:10,trigger_single:!0,single_callback:function(){},global_callback:function(){}};this.options=i.extend({},this.defaults,e);this.preload_images=0;this.load_images()};i.AviaPreloader.prototype={load_images:function(){var e=this;if(typeof e.options.container===\"string\"){e.options.container=i(e.options.container)};e.options.container.each(function(){var a=i(this);a.images=a.find(\"img\");a.allImages=a.images;e.preload_images+=a.images.length;setTimeout(function(){e.checkImage(a)},10)})},checkImage:function(i){var e=this;i.images.each(function(){if(this.complete===!0){i.images=i.images.not(this);e.preload_images-=1}});if(i.images.length&&e.options.maxLoops>=0){e.options.maxLoops-=1;setTimeout(function(){e.checkImage(i)},500)}\nelse{e.preload_images=e.preload_images-i.images.length;e.trigger_loaded(i)}},trigger_loaded:function(i){var e=this;if(e.options.trigger_single!==!1){e.win.trigger(\"avia_images_loaded_single\",[i]);e.options.single_callback.call(i)};if(e.preload_images===0){e.win.trigger(\"avia_images_loaded\");e.options.global_callback.call()}}};i.avia_utilities.css_easings={linear:\"linear\",swing:\"ease-in-out\",bounce:\"cubic-bezier(0.0, 0.35, .5, 1.3)\",easeInQuad:\"cubic-bezier(0.550, 0.085, 0.680, 0.530)\",easeInCubic:\"cubic-bezier(0.550, 0.055, 0.675, 0.190)\",easeInQuart:\"cubic-bezier(0.895, 0.030, 0.685, 0.220)\",easeInQuint:\"cubic-bezier(0.755, 0.050, 0.855, 0.060)\",easeInSine:\"cubic-bezier(0.470, 0.000, 0.745, 0.715)\",easeInExpo:\"cubic-bezier(0.950, 0.050, 0.795, 0.035)\",easeInCirc:\"cubic-bezier(0.600, 0.040, 0.980, 0.335)\",easeInBack:\"cubic-bezier(0.600, -0.280, 0.735, 0.04)\",easeOutQuad:\"cubic-bezier(0.250, 0.460, 0.450, 0.940)\",easeOutCubic:\"cubic-bezier(0.215, 0.610, 0.355, 1.000)\",easeOutQuart:\"cubic-bezier(0.165, 0.840, 0.440, 1.000)\",easeOutQuint:\"cubic-bezier(0.230, 1.000, 0.320, 1.000)\",easeOutSine:\"cubic-bezier(0.390, 0.575, 0.565, 1.000)\",easeOutExpo:\"cubic-bezier(0.190, 1.000, 0.220, 1.000)\",easeOutCirc:\"cubic-bezier(0.075, 0.820, 0.165, 1.000)\",easeOutBack:\"cubic-bezier(0.175, 0.885, 0.320, 1.275)\",easeInOutQuad:\"cubic-bezier(0.455, 0.030, 0.515, 0.955)\",easeInOutCubic:\"cubic-bezier(0.645, 0.045, 0.355, 1.000)\",easeInOutQuart:\"cubic-bezier(0.770, 0.000, 0.175, 1.000)\",easeInOutQuint:\"cubic-bezier(0.860, 0.000, 0.070, 1.000)\",easeInOutSine:\"cubic-bezier(0.445, 0.050, 0.550, 0.950)\",easeInOutExpo:\"cubic-bezier(1.000, 0.000, 0.000, 1.000)\",easeInOutCirc:\"cubic-bezier(0.785, 0.135, 0.150, 0.860)\",easeInOutBack:\"cubic-bezier(0.680, -0.550, 0.265, 1.55)\",easeInOutBounce:\"cubic-bezier(0.580, -0.365, 0.490, 1.365)\",easeOutBounce:\"cubic-bezier(0.760, 0.085, 0.490, 1.365)\"};i.avia_utilities.supported={};i.avia_utilities.supports=(function(){var e=document.createElement(\"div\"),i=[\"Khtml\",\"Ms\",\"Moz\",\"Webkit\"];return function(a,t){if(e.style[a]!==undefined){return\"\"};if(t!==undefined){i=t};a=a.replace(/^[a-z]/,function(i){return i.toUpperCase()});var n=i.length;while(n--){if(e.style[i[n]+a]!==undefined){return\"-\"+i[n].toLowerCase()+\"-\"}};return!1}}());i.fn.avia_animate=function(e,a,t,n){if(typeof a===\"function\"){n=a;a=!1};if(typeof t===\"function\"){n=t;t=!1};if(typeof a===\"string\"){t=a;a=!1};if(n===undefined||n===!1){n=function(){}};if(t===undefined||t===!1){t=\"easeInQuad\"};if(a===undefined||a===!1){a=400};if(i.avia_utilities.supported.transition===undefined){i.avia_utilities.supported.transition=i.avia_utilities.supports(\"transition\")};if(i.avia_utilities.supported.transition!==!1){var c=i.avia_utilities.supported.transition+\"transition\",r={},l={},u=document.body.style,o=(u.WebkitTransition!==undefined)?\"webkitTransitionEnd\":(u.OTransition!==undefined)?\"oTransitionEnd\":\"transitionend\";t=i.avia_utilities.css_easings[t];r[c]=\"all \"+(a/1000)+\"s \"+t;o=o+\".avia_animate\";for(var s in e){if(e.hasOwnProperty(s)){l[s]=e[s]}};e=l;this.each(function(){var t=i(this),f=!1,s,u;for(s in e){if(e.hasOwnProperty(s)){u=t.css(s);if(e[s]!=u&&e[s]!=u.replace(/px|%/g,\"\")){f=!0;break}}};if(f){if(!(i.avia_utilities.supported.transition+\"transform\" in e)){e[i.avia_utilities.supported.transition+\"transform\"]=\"translateZ(0)\"};var l=!1;t.on(o,function(i){if(i.target!=i.currentTarget)return!1;if(l==!0)return!1;l=!0;r[c]=\"none\";t.off(o);t.css(r);setTimeout(function(){n.call(t)})});setTimeout(function(){if(!l&&!avia_is_mobile&&i(\"html\").is(\".avia-safari\")){t.trigger(o);i.avia_utilities.log(\"Safari Fallback \"+o+\" trigger\")}},a+100);setTimeout(function(){t.css(r)},10);setTimeout(function(){t.css(e)},20)}\nelse{setTimeout(function(){n.call(t)})}})}\nelse{this.animate(e,a,t,n)};return this}})(jQuery);(function(i){\"use strict\";i.fn.avia_keyboard_controls=function(e){var t={37:\".prev-slide\",39:\".next-slide\"},a={mousebind:function(i){i.hover(function(){i.mouseover=!0},function(){i.mouseover=!1})},keybind:function(e){i(document).keydown(function(i){if(e.mouseover&&typeof e.options[i.keyCode]!==\"undefined\"){var a;if(typeof e.options[i.keyCode]===\"string\"){a=e.find(e.options[i.keyCode])}\nelse{a=e.options[i.keyCode]};if(a.length){a.trigger(\"click\",[\"keypress\"]);return!1}}})}};return this.each(function(){var n=i(this);n.options=i.extend({},t,e);n.mouseover=!1;a.mousebind(n);a.keybind(n)})};i.fn.avia_swipe_trigger=function(e){var o=i(window),a=i.avia_utilities.isMobile,t={prev:\".prev-slide\",next:\".next-slide\",event:{prev:\"click\",next:\"click\"}},n={activate_touch_control:function(i){var e,a,t;i.touchPos={};i.hasMoved=!1;i.on(\"touchstart\",function(e){i.touchPos.X=e.originalEvent.touches[0].clientX;i.touchPos.Y=e.originalEvent.touches[0].clientY});i.on(\"touchend\",function(e){i.touchPos={};if(i.hasMoved){e.preventDefault()};i.hasMoved=!1});i.on(\"touchmove\",function(n){if(!i.touchPos.X){i.touchPos.X=n.originalEvent.touches[0].clientX;i.touchPos.Y=n.originalEvent.touches[0].clientY}\nelse{a=n.originalEvent.touches[0].clientX-i.touchPos.X;t=n.originalEvent.touches[0].clientY-i.touchPos.Y;if(Math.abs(a)>Math.abs(t)){n.preventDefault();if(i.touchPos!==n.originalEvent.touches[0].clientX){if(Math.abs(a)>50){e=a>0?\"prev\":\"next\";if(typeof i.options[e]===\"string\"){i.find(i.options[e]).trigger(i.options.event[e],[\"swipe\"])}\nelse{i.options[e].trigger(i.options.event[e],[\"swipe\"])};i.hasMoved=!0;i.touchPos={};return!1}}}}})}};return this.each(function(){if(a){var o=i(this);o.options=i.extend({},t,e);n.activate_touch_control(o)}})}}(jQuery));\";}s:22:\"avia-module-contact-js\";a:6:{s:4:\"name\";s:19:\"avia-module-contact\";s:3:\"url\";s:107:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.js\";s:4:\"path\";s:82:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contact/contact.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:4363:\"(function(a){a.fn.avia_ajax_form=function(e){var t={sendPath:\'send.php\',responseContainer:\'.ajaxresponse\'};var r=a.extend(t,e);return this.each(function(){var t=a(this),i=!1,e={formElements:t.find(\'textarea, select, input[type=text], input[type=checkbox], input[type=hidden]\'),validationError:!1,button:t.find(\'input:submit\'),dataObj:{}},s=t.next(r.responseContainer+\':eq(0)\');e.button.on(\'click\',n);if(a.avia_utilities.isMobile){e.formElements.each(function(e){var r=a(this),t=r.hasClass(\'is_email\');if(t)r.attr(\'type\',\'email\')})};function n(r){e.validationError=!1;e.datastring=\'ajax=true\';e.formElements=t.find(\'textarea, select, input[type=text], input[type=checkbox], input[type=hidden], input[type=email]\');e.formElements.each(function(l){var o=a(this),r=o.parent(),s=o.val(),v=o.attr(\'name\'),i=o.attr(\'class\'),n=!0;if(o.is(\':checkbox\')){if(o.is(\':checked\')){s=!0}\nelse{s=\'\'}};e.dataObj[v]=encodeURIComponent(s);if(i&&i.match(/is_empty/)){if(s==\'\'||s==null){r.removeClass(\'valid error ajax_alert\').addClass(\'error\');e.validationError=!0}\nelse{r.removeClass(\'valid error ajax_alert\').addClass(\'valid\')};n=!1};if(i&&i.match(/is_email/)){if(!s.match(/^[\\w|\\.|\\-]+@\\w[\\w|\\.|\\-]*\\.[a-zA-Z]{2,20}$/)){r.removeClass(\'valid error ajax_alert\').addClass(\'error\');e.validationError=!0}\nelse{r.removeClass(\'valid error ajax_alert\').addClass(\'valid\')};n=!1};if(i&&i.match(/is_ext_email/)){if(!s.match(/^[\\w|\\.|\\-|ÄÖÜäöü]+@\\w[\\w|\\.|\\-|ÄÖÜäöü]*\\.[a-zA-Z]{2,20}$/)){r.removeClass(\'valid error ajax_alert\').addClass(\'error\');e.validationError=!0}\nelse{r.removeClass(\'valid error ajax_alert\').addClass(\'valid\')};n=!1};if(i&&i.match(/is_phone/)){if(!s.match(/^(\\d|\\s|\\-|\\/|\\(|\\)|\\[|\\]|e|x|t|ension|\\.|\\+|\\_|\\,|\\:|\\;){3,}$/)){r.removeClass(\'valid error ajax_alert\').addClass(\'error\');e.validationError=!0}\nelse{r.removeClass(\'valid error ajax_alert\').addClass(\'valid\')};n=!1};if(i&&i.match(/is_number/)){if(!s.match(/^-?\\s*(0|[1-9]\\d*)([\\.,]\\d+)?$/)){r.removeClass(\'valid error ajax_alert\').addClass(\'error\');e.validationError=!0}\nelse{r.removeClass(\'valid error ajax_alert\').addClass(\'valid\')};n=!1};if(i&&i.match(/is_positiv_number/)){if(!(a.isNumeric(s))||s==\'\'||s<0){r.removeClass(\'valid error ajax_alert\').addClass(\'error\');e.validationError=!0}\nelse{r.removeClass(\'valid error ajax_alert\').addClass(\'valid\')};n=!1};if(i&&i.match(/captcha/)&&!i.match(/recaptcha/)){var d=t.find(\'#\'+v+\'_verifier\').val(),c=d.charAt(d.length-1),f=d.charAt(c);if(s!=f){r.removeClass(\'valid error ajax_alert\').addClass(\'error\');e.validationError=!0}\nelse{r.removeClass(\'valid error ajax_alert\').addClass(\'valid\')};n=!1};if(n&&s!=\'\'){r.removeClass(\'valid error ajax_alert\').addClass(\'valid\')}});if(e.validationError==!1){if(t.data(\'av-custom-send\')){l()}\nelse{o()}};return!1};function o(){if(i){return!1};if(e.button.hasClass(\'avia_button_inactive\')){return!1};i=!0;e.button.addClass(\'av-sending-button\');e.button.val(e.button.data(\'sending-label\'));var n=t.data(\'avia-redirect\')||!1,o=t.attr(\'action\'),l=t.is(\'.av-form-labels-style\');if(l)return;s.load(o+\' \'+r.responseContainer,e.dataObj,function(){if(n&&o!=n){t.attr(\'action\',n);location.href=n}\nelse{s.removeClass(\'hidden\').css({display:\'block\'});t.slideUp(400,function(){s.slideDown(400,function(){a(\'body\').trigger(\'av_resize_finished\')});e.formElements.val(\'\')})}})};function l(){if(i){return!1};i=!0;var v=e.button.val();e.button.addClass(\'av-sending-button\');e.button.val(e.button.data(\'sending-label\'));e.dataObj.ajax_mailchimp=!0;var n=t.data(\'avia-redirect\')||!1,l=t.attr(\'action\'),o=t.find(\'.av-form-error-container\'),d=t.data(\'avia-form-id\');a.ajax({url:l,type:\'POST\',data:e.dataObj,beforeSend:function(){if(o.length){o.slideUp(400,function(){o.remove();a(\'body\').trigger(\'av_resize_finished\')})}},success:function(o){var f=jQuery(\'<div>\').append(jQuery.parseHTML(o)),c=f.find(\'.av-form-error-container\');if(c.length){i=!1;t.prepend(c);c.css({display:\'none\'}).slideDown(400,function(){a(\'body\').trigger(\'av_resize_finished\')});e.button.removeClass(\'av-sending-button\');e.button.val(v)}\nelse{if(n&&l!=n){t.attr(\'action\',n);location.href=n}\nelse{var m=f.find(r.responseContainer+\'_\'+d);s.html(m).removeClass(\'hidden\').css({display:\'block\'});t.slideUp(400,function(){s.slideDown(400,function(){a(\'body\').trigger(\'av_resize_finished\')});e.formElements.val(\'\')})}}},error:function(){},complete:function(){}})}})}})(jQuery);\";}s:22:\"avia-module-gallery-js\";a:6:{s:4:\"name\";s:19:\"avia-module-gallery\";s:3:\"url\";s:107:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.js\";s:4:\"path\";s:82:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery/gallery.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1261:\"(function(a){\'use strict\';a.fn.avia_sc_gallery=function(t){return this.each(function(){var i=a(this),e=i.find(\'img\'),t=i.find(\'.avia-gallery-big\');i.on(\'avia_start_animation\',function(){e.each(function(t){var i=a(this);setTimeout(function(){i.addClass(\'avia_start_animation\')},(t*110))})});if(i.hasClass(\'deactivate_avia_lazyload\'))i.trigger(\'avia_start_animation\');if(t.length){i.on(\'mouseenter\',\'.avia-gallery-thumb a\',function(){var i=this;t.attr(\'data-onclick\',i.getAttribute(\'data-onclick\'));t.height(t.height());t.attr(\'href\',i.href);var o=i.getAttribute(\'data-prev-img\'),e=t.find(\'img\'),s=e.attr(\'src\');if(o!=s){var r=new Image();r.src=o;var n=a(r);if(t.hasClass(\'avia-gallery-big-no-crop-thumb\')){n.css({\'height\':t.height(),\'width\':\'auto\'})};t.stop().animate({opacity:0},function(){n.insertAfter(e);e.remove();t.animate({opacity:1});t.attr(\'title\',a(i).attr(\'title\'))})}});t.on(\'click\',function(){var a=i.find(\'.avia-gallery-thumb a\').eq(this.getAttribute(\'data-onclick\')-1);if(a&&!a.hasClass(\'aviaopeninbrowser\')){a.trigger(\'click\')}\nelse if(a){var t=a.attr(\'href\');if(a.hasClass(\'aviablank\')&&t!=\'\'){window.open(t,\'_blank\')}\nelse if(t!=\'\'){window.open(t,\'_self\')}};return!1});a(window).on(\'debouncedresize\',function(){t.height(\'auto\')})}})}}(jQuery));\";}s:26:\"avia-module-gallery-hor-js\";a:6:{s:4:\"name\";s:23:\"avia-module-gallery-hor\";s:3:\"url\";s:129:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.js\";s:4:\"path\";s:104:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/gallery_horizontal/gallery_horizontal.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1998:\"(function(i){\'use strict\';i.fn.avia_hor_gallery=function(e){var n={slide_container:\'.av-horizontal-gallery-inner\',slide_element:\'.av-horizontal-gallery-slider\',slide_content:\'.av-horizontal-gallery-wrap\',active:\'av-active-gal-item\',prev:\'.av-horizontal-gallery-prev\',next:\'.av-horizontal-gallery-next\'};var e=i.extend(n,e),t=i(window),r=i.avia_utilities.supports(\'transition\'),l=this.browserPrefix!==!1?!0:!1,a=i.avia_utilities.isMobile,s=document.documentElement.className.indexOf(\'avia_transform3d\')!==-1?!0:!1,o={};return this.each(function(){var n=i(this),s=n.find(e.slide_container),d=n.find(e.slide_element),o=n.find(e.slide_content),h=n.find(e.prev),u=n.find(e.next),v=n.find(\'img\'),l=0,r=!1,f=n.data(\'av-initial\'),g=function(e){var t=(s.width()/100)*s.data(\'av-height\');s.css({\'padding\':0}).height(t);v.css(\'display\',\'inline-block\');setTimeout(function(){v.css(\'display\',\'block\')},10);l=0;o.each(function(){l+=i(this).outerWidth(!0)});d.css(\'min-width\',l);if(r!==!1){c(r)}},c=function(i){var a=d.find(e.slide_content).eq(i),o=s.width(),c=n.data(\'av-enlarge\')>1&&r==i?n.data(\'av-enlarge\'):1,v=a.outerWidth(!0)*c,f=parseInt(a.css(\'margin-right\'),10)/2,t=o<l?(a.position().left*-1)-(v/2)+(o/2):0;t=t+f;if(t+l<o)t=(l-o-parseInt(a.css(\'margin-right\'),10))*-1;if(t>0)t=0;d.css(\'left\',t);s.find(\'.\'+e.active).removeClass(e.active);a.addClass(e.active);r=i};i.avia_utilities.preload({container:n,global_callback:function(){g(\'init\');t.on(\'debouncedresize\',g);if(f)c(f-1);setTimeout(function(){n.addClass(\'av-horizontal-gallery-animated\')},10)}});d.avia_swipe_trigger({prev:e.prev,next:e.next});o.on(\'click\',function(e){var a=i(this),t=o.index(a);if(r===t){if(n.data(\'av-enlarge\')>1&&!i(e.target).is(\'a\')){};return};c(t)});h.on(\'click\',function(i){if(r===!1)r=1;var e=r-1;if(e<0)e=0;c(e)});u.on(\'click\',function(i){if(r===!1)r=-1;var e=r+1;if(e>o.length-1)e=o.length-1;c(e)});if(!a){n.avia_keyboard_controls({37:e.prev,39:e.next})}\nelse{n.avia_swipe_trigger({next:e.next,prev:e.prev})}})}}(jQuery));\";}s:23:\"avia-module-iconlist-js\";a:6:{s:4:\"name\";s:20:\"avia-module-iconlist\";s:3:\"url\";s:109:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.js\";s:4:\"path\";s:84:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/iconlist/iconlist.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:274:\"(function(i){\'use strict\';i.fn.avia_sc_iconlist=function(n){return this.each(function(){var n=i(this),t=n.find(\'>li\');n.on(\'avia_start_animation\',function(){t.each(function(n){var t=i(this);setTimeout(function(){t.addClass(\'avia_start_animation\')},(n*350))})})})}}(jQuery));\";}s:22:\"avia-module-hotspot-js\";a:6:{s:4:\"name\";s:19:\"avia-module-hotspot\";s:3:\"url\";s:121:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.js\";s:4:\"path\";s:96:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/image_hotspots/image_hotspots.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:384:\"(function(t){\'use strict\';t.fn.aviaHotspots=function(n){if(!this.length)return;return this.each(function(){var n={};n.container=t(this);n.hotspots=n.container.find(\'.av-image-hotspot\');n.container.on(\'avia_start_animation\',function(){setTimeout(function(){n.hotspots.each(function(n){var i=t(this);setTimeout(function(){i.addClass(\'av-display-hotspot\')},300*n)})},400)})})}}(jQuery));\";}s:22:\"avia-module-isotope-js\";a:6:{s:4:\"name\";s:19:\"avia-module-isotope\";s:3:\"url\";s:109:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/isotope.js\";s:4:\"path\";s:84:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/isotope.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:48916:\"!function(t,e){\'function\'==typeof define&&define.amd?define(\'jquery-bridget/jquery-bridget\',[\'jquery\'],function(i){return e(t,i)}):\'object\'==typeof module&&module.exports?module.exports=e(t,require(\'jquery\')):t.jQueryBridget=e(t,t.jQuery)}(window,function(t,e){\'use strict\';function n(i,n,a){function h(t,e,n){var s,r=\'$().\'+i+\'(\"\'+e+\'\")\';return t.each(function(t,h){var u=a.data(h,i);if(!u)return void o(i+\' not initialized. Cannot call methods, i.e. \'+r);var c=u[e];if(!c||\'_\'==e.charAt(0))return void o(r+\' is not a valid method\');var d=c.apply(u,n);s=void 0===s?d:s}),void 0!==s?s:t};function u(t,e){t.each(function(t,o){var s=a.data(o,i);s?(s.option(e),s._init()):(s=new n(o,e),a.data(o,i,s))})};a=a||e||t.jQuery,a&&(n.prototype.option||(n.prototype.option=function(t){a.isPlainObject(t)&&(this.options=a.extend(!0,this.options,t))}),a.fn[i]=function(t){if(\'string\'==typeof t){var e=r.call(arguments,1);return h(this,t,e)};return u(this,t),this},s(a))};function s(t){!t||t&&t.bridget||(t.bridget=n)};var r=Array.prototype.slice,i=t.console,o=\'undefined\'==typeof i?function(){}:function(t){i.error(t)};return s(e||t.jQuery),n}),function(t,e){\'function\'==typeof define&&define.amd?define(\'ev-emitter/ev-emitter\',e):\'object\'==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}(\'undefined\'!=typeof window?window:this,function(){function e(){};var t=e.prototype;return t.on=function(t,e){if(t&&e){var i=this._events=this._events||{},o=i[t]=i[t]||[];return o.indexOf(e)==-1&&o.push(e),this}},t.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{},o=i[t]=i[t]||{};return o[e]=!0,this}},t.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var o=i.indexOf(e);return o!=-1&&i.splice(o,1),this}},t.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(var n=this._onceEvents&&this._onceEvents[t],s=0;s<i.length;s++){var o=i[s],r=n&&n[o];r&&(this.off(t,o),delete n[o]),o.apply(this,e)};return this}},t.allOff=function(){delete this._events,delete this._onceEvents},e}),function(t,e){\'use strict\';\'function\'==typeof define&&define.amd?define(\'get-size/get-size\',[],function(){return e()}):\'object\'==typeof module&&module.exports?module.exports=e():t.getSize=e()}(window,function(){\'use strict\';function e(t){var e=parseFloat(t),i=t.indexOf(\'%\')==-1&&!isNaN(e);return i&&e};function h(){};function u(){for(var i={width:0,height:0,innerWidth:0,innerHeight:0,outerWidth:0,outerHeight:0},e=0;e<o;e++){var n=t[e];i[n]=0};return i};function s(t){var e=getComputedStyle(t);return e||a(\'Style returned \'+e+\'. Are you running this code in a hidden iframe on Firefox? See http://bit.ly/getsizebug1\'),e};function c(){if(!n){n=!0;var t=document.createElement(\'div\');t.style.width=\'200px\',t.style.padding=\'1px 2px 3px 4px\',t.style.borderStyle=\'solid\',t.style.borderWidth=\'1px 2px 3px 4px\',t.style.boxSizing=\'border-box\';var o=document.body||document.documentElement;o.appendChild(t);var a=s(t);r.isBoxSizeOuter=i=200==e(a.width),o.removeChild(t)}};function r(n){if(c(),\'string\'==typeof n&&(n=document.querySelector(n)),n&&\'object\'==typeof n&&n.nodeType){var a=s(n);if(\'none\'==a.display)return u();var r={};r.width=n.offsetWidth,r.height=n.offsetHeight;for(var w=r.isBorderBox=\'border-box\'==a.boxSizing,h=0;h<o;h++){var v=t[h],b=a[v],x=parseFloat(b);r[v]=isNaN(x)?0:x};var l=r.paddingLeft+r.paddingRight,f=r.paddingTop+r.paddingBottom,z=r.marginLeft+r.marginRight,I=r.marginTop+r.marginBottom,p=r.borderLeftWidth+r.borderRightWidth,m=r.borderTopWidth+r.borderBottomWidth,g=w&&i,y=e(a.width);y!==!1&&(r.width=y+(g?0:l+p));var d=e(a.height);return d!==!1&&(r.height=d+(g?0:f+m)),r.innerWidth=r.width-(l+p),r.innerHeight=r.height-(f+m),r.outerWidth=r.width+z,r.outerHeight=r.height+I,r}};var i,a=\'undefined\'==typeof console?h:function(t){console.error(t)},t=[\'paddingLeft\',\'paddingRight\',\'paddingTop\',\'paddingBottom\',\'marginLeft\',\'marginRight\',\'marginTop\',\'marginBottom\',\'borderLeftWidth\',\'borderRightWidth\',\'borderTopWidth\',\'borderBottomWidth\'],o=t.length,n=!1;return r}),function(t,e){\'use strict\';\'function\'==typeof define&&define.amd?define(\'desandro-matches-selector/matches-selector\',e):\'object\'==typeof module&&module.exports?module.exports=e():t.matchesSelector=e()}(window,function(){\'use strict\';var t=function(){var e=window.Element.prototype;if(e.matches)return\'matches\';if(e.matchesSelector)return\'matchesSelector\';for(var o=[\'webkit\',\'moz\',\'ms\',\'o\'],t=0;t<o.length;t++){var n=o[t],i=n+\'MatchesSelector\';if(e[i])return i}}();return function(e,i){return e[t](i)}}),function(t,e){\'function\'==typeof define&&define.amd?define(\'fizzy-ui-utils/utils\',[\'desandro-matches-selector/matches-selector\'],function(i){return e(t,i)}):\'object\'==typeof module&&module.exports?module.exports=e(t,require(\'desandro-matches-selector\')):t.fizzyUIUtils=e(t,t.matchesSelector)}(window,function(t,e){var i={};i.extend=function(t,e){for(var i in e)t[i]=e[i];return t},i.modulo=function(t,e){return(t%e+e)%e},i.makeArray=function(t){var e=[];if(Array.isArray(t))e=t;else if(t&&\'object\'==typeof t&&\'number\'==typeof t.length)for(var i=0;i<t.length;i++)e.push(t[i]);else e.push(t);return e},i.removeFrom=function(t,e){var i=t.indexOf(e);i!=-1&&t.splice(i,1)},i.getParent=function(t,i){for(;t.parentNode&&t!=document.body;)if(t=t.parentNode,e(t,i))return t},i.getQueryElement=function(t){return\'string\'==typeof t?document.querySelector(t):t},i.handleEvent=function(t){var e=\'on\'+t.type;this[e]&&this[e](t)},i.filterFindElements=function(t,o){t=i.makeArray(t);var n=[];return t.forEach(function(t){if(t instanceof HTMLElement){if(!o)return void n.push(t);e(t,o)&&n.push(t);for(var s=t.querySelectorAll(o),i=0;i<s.length;i++)n.push(s[i])}}),n},i.debounceMethod=function(t,e,i){var n=t.prototype[e],o=e+\'Timeout\';t.prototype[e]=function(){var e=this[o];e&&clearTimeout(e);var s=arguments,t=this;this[o]=setTimeout(function(){n.apply(t,s),delete t[o]},i||100)}},i.docReady=function(t){var e=document.readyState;\'complete\'==e||\'interactive\'==e?setTimeout(t):document.addEventListener(\'DOMContentLoaded\',t)},i.toDashed=function(t){return t.replace(/(.)([A-Z])/g,function(t,e,i){return e+\'-\'+i}).toLowerCase()};var o=t.console;return i.htmlInit=function(e,n){i.docReady(function(){var r=i.toDashed(n),s=\'data-\'+r,h=document.querySelectorAll(\'[\'+s+\']\'),u=document.querySelectorAll(\'.js-\'+r),c=i.makeArray(h).concat(i.makeArray(u)),d=s+\'-options\',a=t.jQuery;c.forEach(function(t){var i,r=t.getAttribute(s)||t.getAttribute(d);try{i=r&&JSON.parse(r)}catch(u){return void(o&&o.error(\'Error parsing \'+s+\' on \'+t.className+\': \'+u))};var h=new e(t,i);a&&a.data(t,n,h)})})},i}),function(t,e){\'function\'==typeof define&&define.amd?define(\'outlayer/item\',[\'ev-emitter/ev-emitter\',\'get-size/get-size\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'ev-emitter\'),require(\'get-size\')):(t.Outlayer={},t.Outlayer.Item=e(t.EvEmitter,t.getSize))}(window,function(t,e){\'use strict\';function l(t){for(var e in t)return!1;return e=null,!0};function n(t,e){t&&(this.element=t,this.layout=e,this.position={x:0,y:0},this._create())};function f(t){return t.replace(/([A-Z])/g,function(t){return\'-\'+t.toLowerCase()})};var s=document.documentElement.style,o=\'string\'==typeof s.transition?\'transition\':\'WebkitTransition\',r=\'string\'==typeof s.transform?\'transform\':\'WebkitTransform\',a={WebkitTransition:\'webkitTransitionEnd\',transition:\'transitionend\'}[o],d={transform:r,transition:o,transitionDuration:o+\'Duration\',transitionProperty:o+\'Property\',transitionDelay:o+\'Delay\'},i=n.prototype=Object.create(t.prototype);i.constructor=n,i._create=function(){this._transn={ingProperties:{},clean:{},onEnd:{}},this.css({position:\'absolute\'})},i.handleEvent=function(t){var e=\'on\'+t.type;this[e]&&this[e](t)},i.getSize=function(){this.size=e(this.element)},i.css=function(t){var o=this.element.style;for(var e in t){var i=d[e]||e;o[i]=t[e]}},i.getPosition=function(){var s=getComputedStyle(this.element),r=this.layout._getOption(\'originLeft\'),a=this.layout._getOption(\'originTop\'),o=s[r?\'left\':\'right\'],n=s[a?\'top\':\'bottom\'],t=this.layout.size,e=o.indexOf(\'%\')!=-1?parseFloat(o)/100*t.width:parseInt(o,10),i=n.indexOf(\'%\')!=-1?parseFloat(n)/100*t.height:parseInt(n,10);e=isNaN(e)?0:e,i=isNaN(i)?0:i,e-=r?t.paddingLeft:t.paddingRight,i-=a?t.paddingTop:t.paddingBottom,this.position.x=e,this.position.y=i},i.layoutPosition=function(){var o=this.layout.size,t={},e=this.layout._getOption(\'originLeft\'),i=this.layout._getOption(\'originTop\'),h=e?\'paddingLeft\':\'paddingRight\',u=e?\'left\':\'right\',c=e?\'right\':\'left\',d=this.position.x+o[h];t[u]=this.getXValue(d),t[c]=\'\';var n=i?\'paddingTop\':\'paddingBottom\',s=i?\'top\':\'bottom\',r=i?\'bottom\':\'top\',a=this.position.y+o[n];t[s]=this.getYValue(a),t[r]=\'\',this.css(t),this.emitEvent(\'layout\',[this])},i.getXValue=function(t){var e=this.layout._getOption(\'horizontal\');return this.layout.options.percentPosition&&!e?t/this.layout.size.width*100+\'%\':t+\'px\'},i.getYValue=function(t){var e=this.layout._getOption(\'horizontal\');return this.layout.options.percentPosition&&e?t/this.layout.size.height*100+\'%\':t+\'px\'},i._transitionTo=function(t,e){this.getPosition();var s=this.position.x,r=this.position.y,a=parseInt(t,10),h=parseInt(e,10),u=a===this.position.x&&h===this.position.y;if(this.setPosition(t,e),u&&!this.isTransitioning)return void this.layoutPosition();var o=t-s,n=e-r,i={};i.transform=this.getTranslate(o,n),this.transition({to:i,onTransitionEnd:{transform:this.layoutPosition},isCleaning:!0})},i.getTranslate=function(t,e){var i=this.layout._getOption(\'originLeft\'),o=this.layout._getOption(\'originTop\');return t=i?t:-t,e=o?e:-e,\'translate3d(\'+t+\'px, \'+e+\'px, 0)\'},i.goTo=function(t,e){this.setPosition(t,e),this.layoutPosition()},i.moveTo=i._transitionTo,i.setPosition=function(t,e){this.position.x=parseInt(t,10),this.position.y=parseInt(e,10)},i._nonTransition=function(t){this.css(t.to),t.isCleaning&&this._removeStyles(t.to);for(var e in t.onTransitionEnd)t.onTransitionEnd[e].call(this)},i.transition=function(t){if(!parseFloat(this.layout.options.transitionDuration))return void this._nonTransition(t);var i=this._transn;for(var e in t.onTransitionEnd)i.onEnd[e]=t.onTransitionEnd[e];for(e in t.to)i.ingProperties[e]=!0,t.isCleaning&&(i.clean[e]=!0);if(t.from){this.css(t.from);var o=this.element.offsetHeight;o=null};this.enableTransition(t.to),this.css(t.to),this.isTransitioning=!0};var c=\'opacity,\'+f(r);i.enableTransition=function(){if(!this.isTransitioning){var t=this.layout.options.transitionDuration;t=\'number\'==typeof t?t+\'ms\':t,this.css({transitionProperty:c,transitionDuration:t,transitionDelay:this.staggerDelay||0}),this.element.addEventListener(a,this,!1)}},i.onwebkitTransitionEnd=function(t){this.ontransitionend(t)},i.onotransitionend=function(t){this.ontransitionend(t)};var u={\'-webkit-transform\':\'transform\'};i.ontransitionend=function(t){if(t.target===this.element){var e=this._transn,i=u[t.propertyName]||t.propertyName;if(delete e.ingProperties[i],l(e.ingProperties)&&this.disableTransition(),i in e.clean&&(this.element.style[t.propertyName]=\'\',delete e.clean[i]),i in e.onEnd){var o=e.onEnd[i];o.call(this),delete e.onEnd[i]};this.emitEvent(\'transitionEnd\',[this])}},i.disableTransition=function(){this.removeTransitionStyles(),this.element.removeEventListener(a,this,!1),this.isTransitioning=!1},i._removeStyles=function(t){var e={};for(var i in t)e[i]=\'\';this.css(e)};var h={transitionProperty:\'\',transitionDuration:\'\',transitionDelay:\'\'};return i.removeTransitionStyles=function(){this.css(h)},i.stagger=function(t){t=isNaN(t)?0:t,this.staggerDelay=t+\'ms\'},i.removeElem=function(){this.element.parentNode.removeChild(this.element),this.css({display:\'\'}),this.emitEvent(\'remove\',[this])},i.remove=function(){return o&&parseFloat(this.layout.options.transitionDuration)?(this.once(\'transitionEnd\',function(){this.removeElem()}),void this.hide()):void this.removeElem()},i.reveal=function(){delete this.isHidden,this.css({display:\'\'});var t=this.layout.options,e={},i=this.getHideRevealTransitionEndProperty(\'visibleStyle\');e[i]=this.onRevealTransitionEnd,this.transition({from:t.hiddenStyle,to:t.visibleStyle,isCleaning:!0,onTransitionEnd:e})},i.onRevealTransitionEnd=function(){this.isHidden||this.emitEvent(\'reveal\')},i.getHideRevealTransitionEndProperty=function(t){var e=this.layout.options[t];if(e.opacity)return\'opacity\';for(var i in e)return i},i.hide=function(){this.isHidden=!0,this.css({display:\'\'});var t=this.layout.options,e={},i=this.getHideRevealTransitionEndProperty(\'hiddenStyle\');e[i]=this.onHideTransitionEnd,this.transition({from:t.visibleStyle,to:t.hiddenStyle,isCleaning:!0,onTransitionEnd:e})},i.onHideTransitionEnd=function(){this.isHidden&&(this.css({display:\'none\'}),this.emitEvent(\'hide\'))},i.destroy=function(){this.css({position:\'\',left:\'\',right:\'\',top:\'\',bottom:\'\',transition:\'\',transform:\'\'})},n}),function(t,e){\'use strict\';\'function\'==typeof define&&define.amd?define(\'outlayer/outlayer\',[\'ev-emitter/ev-emitter\',\'get-size/get-size\',\'fizzy-ui-utils/utils\',\'./item\'],function(i,o,n,s){return e(t,i,o,n,s)}):\'object\'==typeof module&&module.exports?module.exports=e(t,require(\'ev-emitter\'),require(\'get-size\'),require(\'fizzy-ui-utils\'),require(\'./item\')):t.Outlayer=e(t,t.EvEmitter,t.getSize,t.fizzyUIUtils,t.Outlayer.Item)}(window,function(t,e,n,o,a){\'use strict\';function s(t,e){var i=o.getQueryElement(t);if(!i)return void(u&&u.error(\'Bad element for \'+this.constructor.namespace+\': \'+(i||t)));this.element=i,r&&(this.$element=r(this.element)),this.options=o.extend({},this.constructor.defaults),this.option(e);var n=++f;this.element.outlayerGUID=n,h[n]=this,this._create();var s=this._getOption(\'initLayout\');s&&this.layout()};function d(t){function e(){t.apply(this,arguments)};return e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e};function p(t){if(\'number\'==typeof t)return t;var e=t.match(/(^\\d*\\.?\\d*)(\\w*)/),i=e&&e[1],n=e&&e[2];if(!i.length)return 0;i=parseFloat(i);var o=l[n]||1;return i*o};var u=t.console,r=t.jQuery,c=function(){},f=0,h={};s.namespace=\'outlayer\',s.Item=a,s.defaults={containerStyle:{position:\'relative\'},initLayout:!0,originLeft:!0,originTop:!0,resize:!0,resizeContainer:!0,transitionDuration:\'0.4s\',hiddenStyle:{opacity:0,transform:\'scale(0.001)\'},visibleStyle:{opacity:1,transform:\'scale(1)\'}};var i=s.prototype;o.extend(i,e.prototype),i.option=function(t){o.extend(this.options,t)},i._getOption=function(t){var e=this.constructor.compatOptions[t];return e&&void 0!==this.options[e]?this.options[e]:this.options[t]},s.compatOptions={initLayout:\'isInitLayout\',horizontal:\'isHorizontal\',layoutInstant:\'isLayoutInstant\',originLeft:\'isOriginLeft\',originTop:\'isOriginTop\',resize:\'isResizeBound\',resizeContainer:\'isResizingContainer\'},i._create=function(){this.reloadItems(),this.stamps=[],this.stamp(this.options.stamp),o.extend(this.element.style,this.options.containerStyle);var t=this._getOption(\'resize\');t&&this.bindResize()},i.reloadItems=function(){this.items=this._itemize(this.element.children)},i._itemize=function(t){for(var i=this._filterFindItemElements(t),r=this.constructor.Item,o=[],e=0;e<i.length;e++){var n=i[e],s=new r(n,this);o.push(s)};return o},i._filterFindItemElements=function(t){return o.filterFindElements(t,this.options.itemSelector)},i.getItemElements=function(){return this.items.map(function(t){return t.element})},i.layout=function(){this._resetLayout(),this._manageStamps();var t=this._getOption(\'layoutInstant\'),e=void 0!==t?t:!this._isLayoutInited;this.layoutItems(this.items,e),this._isLayoutInited=!0},i._init=i.layout,i._resetLayout=function(){this.getSize()},i.getSize=function(){this.size=n(this.element)},i._getMeasurement=function(t,e){var o,i=this.options[t];i?(\'string\'==typeof i?o=this.element.querySelector(i):i instanceof HTMLElement&&(o=i),this[t]=o?n(o)[e]:i):this[t]=0},i.layoutItems=function(t,e){t=this._getItemsForLayout(t),this._layoutItems(t,e),this._postLayout()},i._getItemsForLayout=function(t){return t.filter(function(t){return!t.isIgnored})},i._layoutItems=function(t,e){if(this._emitCompleteOnItems(\'layout\',t),t&&t.length){var i=[];t.forEach(function(t){var o=this._getItemLayoutPosition(t);o.item=t,o.isInstant=e||t.isLayoutInstant,i.push(o)},this),this._processLayoutQueue(i)}},i._getItemLayoutPosition=function(){return{x:0,y:0}},i._processLayoutQueue=function(t){this.updateStagger(),t.forEach(function(t,e){this._positionItem(t.item,t.x,t.y,t.isInstant,e)},this)},i.updateStagger=function(){var t=this.options.stagger;return null===t||void 0===t?void(this.stagger=0):(this.stagger=p(t),this.stagger)},i._positionItem=function(t,e,i,o,n){o?t.goTo(e,i):(t.stagger(n*this.stagger),t.moveTo(e,i))},i._postLayout=function(){this.resizeContainer()},i.resizeContainer=function(){var e=this._getOption(\'resizeContainer\');if(e){var t=this._getContainerSize();t&&(this._setContainerMeasure(t.width,!0),this._setContainerMeasure(t.height,!1))}},i._getContainerSize=c,i._setContainerMeasure=function(t,e){if(void 0!==t){var i=this.size;i.isBorderBox&&(t+=e?i.paddingLeft+i.paddingRight+i.borderLeftWidth+i.borderRightWidth:i.paddingBottom+i.paddingTop+i.borderTopWidth+i.borderBottomWidth),t=Math.max(t,0),this.element.style[e?\'width\':\'height\']=t+\'px\'}},i._emitCompleteOnItems=function(t,e){function n(){s.dispatchEvent(t+\'Complete\',null,[e])};function r(){i++,i==o&&n()};var s=this,o=e.length;if(!e||!o)return void n();var i=0;e.forEach(function(e){e.once(t,r)})},i.dispatchEvent=function(t,e,i){var n=e?[e].concat(i):i;if(this.emitEvent(t,n),r)if(this.$element=this.$element||r(this.element),e){var o=r.Event(e);o.type=t,this.$element.trigger(o,i)}\nelse this.$element.trigger(t,i)},i.ignore=function(t){var e=this.getItem(t);e&&(e.isIgnored=!0)},i.unignore=function(t){var e=this.getItem(t);e&&delete e.isIgnored},i.stamp=function(t){t=this._find(t),t&&(this.stamps=this.stamps.concat(t),t.forEach(this.ignore,this))},i.unstamp=function(t){t=this._find(t),t&&t.forEach(function(t){o.removeFrom(this.stamps,t),this.unignore(t)},this)},i._find=function(t){if(t)return\'string\'==typeof t&&(t=this.element.querySelectorAll(t)),t=o.makeArray(t)},i._manageStamps=function(){this.stamps&&this.stamps.length&&(this._getBoundingRect(),this.stamps.forEach(this._manageStamp,this))},i._getBoundingRect=function(){var e=this.element.getBoundingClientRect(),t=this.size;this._boundingRect={left:e.left+t.paddingLeft+t.borderLeftWidth,top:e.top+t.paddingTop+t.borderTopWidth,right:e.right-(t.paddingRight+t.borderRightWidth),bottom:e.bottom-(t.paddingBottom+t.borderBottomWidth)}},i._manageStamp=c,i._getElementOffset=function(t){var e=t.getBoundingClientRect(),i=this._boundingRect,o=n(t),s={left:e.left-i.left-o.marginLeft,top:e.top-i.top-o.marginTop,right:i.right-e.right-o.marginRight,bottom:i.bottom-e.bottom-o.marginBottom};return s},i.handleEvent=o.handleEvent,i.bindResize=function(){t.addEventListener(\'resize\',this),this.isResizeBound=!0},i.unbindResize=function(){t.removeEventListener(\'resize\',this),this.isResizeBound=!1},i.onresize=function(){this.resize()},o.debounceMethod(s,\'onresize\',100),i.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&this.layout()},i.needsResizeLayout=function(){var t=n(this.element),e=this.size&&t;return e&&t.innerWidth!==this.size.innerWidth},i.addItems=function(t){var e=this._itemize(t);return e.length&&(this.items=this.items.concat(e)),e},i.appended=function(t){var e=this.addItems(t);e.length&&(this.layoutItems(e,!0),this.reveal(e))},i.prepended=function(t){var e=this._itemize(t);if(e.length){var i=this.items.slice(0);this.items=e.concat(i),this._resetLayout(),this._manageStamps(),this.layoutItems(e,!0),this.reveal(e),this.layoutItems(i)}},i.reveal=function(t){if(this._emitCompleteOnItems(\'reveal\',t),t&&t.length){var e=this.updateStagger();t.forEach(function(t,i){t.stagger(i*e),t.reveal()})}},i.hide=function(t){if(this._emitCompleteOnItems(\'hide\',t),t&&t.length){var e=this.updateStagger();t.forEach(function(t,i){t.stagger(i*e),t.hide()})}},i.revealItemElements=function(t){var e=this.getItems(t);this.reveal(e)},i.hideItemElements=function(t){var e=this.getItems(t);this.hide(e)},i.getItem=function(t){for(var e=0;e<this.items.length;e++){var i=this.items[e];if(i.element==t)return i}},i.getItems=function(t){t=o.makeArray(t);var e=[];return t.forEach(function(t){var i=this.getItem(t);i&&e.push(i)},this),e},i.remove=function(t){var e=this.getItems(t);this._emitCompleteOnItems(\'remove\',e),e&&e.length&&e.forEach(function(t){t.remove(),o.removeFrom(this.items,t)},this)},i.destroy=function(){var t=this.element.style;t.height=\'\',t.position=\'\',t.width=\'\',this.items.forEach(function(t){t.destroy()}),this.unbindResize();var e=this.element.outlayerGUID;delete h[e],delete this.element.outlayerGUID,r&&r.removeData(this.element,this.constructor.namespace)},s.data=function(t){t=o.getQueryElement(t);var e=t&&t.outlayerGUID;return e&&h[e]},s.create=function(t,e){var i=d(s);return i.defaults=o.extend({},s.defaults),o.extend(i.defaults,e),i.compatOptions=o.extend({},s.compatOptions),i.namespace=t,i.data=s.data,i.Item=d(a),o.htmlInit(i,t),r&&r.bridget&&r.bridget(t,i),i};var l={ms:1,s:1e3};return s.Item=a,s}),function(t,e){\'function\'==typeof define&&define.amd?define(\'isotope-layout/js/item\',[\'outlayer/outlayer\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'outlayer\')):(t.Isotope=t.Isotope||{},t.Isotope.Item=e(t.Outlayer))}(window,function(t){\'use strict\';function i(){t.Item.apply(this,arguments)};var e=i.prototype=Object.create(t.Item.prototype),n=e._create;e._create=function(){this.id=this.layout.itemGUID++,n.call(this),this.sortData={}},e.updateSortData=function(){if(!this.isIgnored){this.sortData.id=this.id,this.sortData[\'original-order\']=this.id,this.sortData.random=Math.random();var i=this.layout.options.getSortData,o=this.layout._sorters;for(var t in i){var e=o[t];this.sortData[t]=e(this.element,this)}}};var o=e.destroy;return e.destroy=function(){o.apply(this,arguments),this.css({display:\'\'})},i}),function(t,e){\'function\'==typeof define&&define.amd?define(\'isotope-layout/js/layout-mode\',[\'get-size/get-size\',\'outlayer/outlayer\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'get-size\'),require(\'outlayer\')):(t.Isotope=t.Isotope||{},t.Isotope.LayoutMode=e(t.getSize,t.Outlayer))}(window,function(t,e){\'use strict\';function o(t){this.isotope=t,t&&(this.options=t.options[this.namespace],this.element=t.element,this.items=t.filteredItems,this.size=t.size)};var i=o.prototype,n=[\'_resetLayout\',\'_getItemLayoutPosition\',\'_manageStamp\',\'_getContainerSize\',\'_getElementOffset\',\'needsResizeLayout\',\'_getOption\'];return n.forEach(function(t){i[t]=function(){return e.prototype[t].apply(this.isotope,arguments)}}),i.needsVerticalResizeLayout=function(){var e=t(this.isotope.element),i=this.isotope.size&&e;return i&&e.innerHeight!=this.isotope.size.innerHeight},i._getMeasurement=function(){this.isotope._getMeasurement.apply(this,arguments)},i.getColumnWidth=function(){this.getSegmentSize(\'column\',\'Width\')},i.getRowHeight=function(){this.getSegmentSize(\'row\',\'Height\')},i.getSegmentSize=function(t,e){var i=t+e,n=\'outer\'+e;if(this._getMeasurement(i,n),!this[i]){var o=this.getFirstItemSize();this[i]=o&&o[n]||this.isotope.size[\'inner\'+e]}},i.getFirstItemSize=function(){var e=this.isotope.filteredItems[0];return e&&e.element&&t(e.element)},i.layout=function(){this.isotope.layout.apply(this.isotope,arguments)},i.getSize=function(){this.isotope.getSize(),this.size=this.isotope.size},o.modes={},o.create=function(t,e){function n(){o.apply(this,arguments)};return n.prototype=Object.create(i),n.prototype.constructor=n,e&&(n.options=e),n.prototype.namespace=t,o.modes[t]=n,n},o}),function(t,e){\'function\'==typeof define&&define.amd?define(\'masonry-layout/masonry\',[\'outlayer/outlayer\',\'get-size/get-size\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'outlayer\'),require(\'get-size\')):t.Masonry=e(t.Outlayer,t.getSize)}(window,function(t,e){var o=t.create(\'masonry\');o.compatOptions.fitWidth=\'isFitWidth\';var i=o.prototype;return i._resetLayout=function(){this.getSize(),this._getMeasurement(\'columnWidth\',\'outerWidth\'),this._getMeasurement(\'gutter\',\'outerWidth\'),this.measureColumns(),this.colYs=[];for(var t=0;t<this.cols;t++)this.colYs.push(0);this.maxY=0,this.horizontalColIndex=0},i.measureColumns=function(){if(this.getContainerWidth(),!this.columnWidth){var s=this.items[0],r=s&&s.element;this.columnWidth=r&&e(r).outerWidth||this.containerWidth};var t=this.columnWidth+=this.gutter,o=this.containerWidth+this.gutter,i=o/t,n=t-o%t,a=n&&n<1?\'round\':\'floor\';i=Math[a](i),this.cols=Math.max(i,1)},i.getContainerWidth=function(){var i=this._getOption(\'fitWidth\'),o=i?this.element.parentNode:this.element,t=e(o);this.containerWidth=t&&t.innerWidth},i._getItemLayoutPosition=function(t){t.getSize();var n=t.size.outerWidth%this.columnWidth,u=n&&n<1?\'round\':\'ceil\',i=Math[u](t.size.outerWidth/this.columnWidth);i=Math.min(i,this.cols);for(var s=this.options.horizontalOrder?\'_getHorizontalColPosition\':\'_getTopColPosition\',e=this[s](i,t),r={x:this.columnWidth*e.col,y:e.y},a=e.y+t.size.outerHeight,h=i+e.col,o=e.col;o<h;o++)this.colYs[o]=a;return r},i._getTopColPosition=function(t){var e=this._getTopColGroup(t),i=Math.min.apply(Math,e);return{col:e.indexOf(i),y:i}},i._getTopColGroup=function(t){if(t<2)return this.colYs;for(var i=[],o=this.cols+1-t,e=0;e<o;e++)i[e]=this._getColGroupY(e,t);return i},i._getColGroupY=function(t,e){if(e<2)return this.colYs[t];var i=this.colYs.slice(t,t+e);return Math.max.apply(Math,i)},i._getHorizontalColPosition=function(t,e){var i=this.horizontalColIndex%this.cols,n=t>1&&i+t>this.cols;i=n?0:i;var o=e.size.outerWidth&&e.size.outerHeight;return this.horizontalColIndex=o?i+t:this.horizontalColIndex,{col:i,y:this._getColGroupY(i,t)}},i._manageStamp=function(t){var r=e(t),n=this._getElementOffset(t),d=this._getOption(\'originLeft\'),a=d?n.left:n.right,h=a+r.outerWidth,s=Math.floor(a/this.columnWidth);s=Math.max(0,s);var o=Math.floor(h/this.columnWidth);o-=h%this.columnWidth?0:1,o=Math.min(this.cols-1,o);for(var u=this._getOption(\'originTop\'),c=(u?n.top:n.bottom)+r.outerHeight,i=s;i<=o;i++)this.colYs[i]=Math.max(c,this.colYs[i])},i._getContainerSize=function(){this.maxY=Math.max.apply(Math,this.colYs);var t={height:this.maxY};return this._getOption(\'fitWidth\')&&(t.width=this._getContainerFitWidth()),t},i._getContainerFitWidth=function(){for(var t=0,e=this.cols;--e&&0===this.colYs[e];)t++;return(this.cols-t)*this.columnWidth-this.gutter},i.needsResizeLayout=function(){var t=this.containerWidth;return this.getContainerWidth(),t!=this.containerWidth},o}),function(t,e){\'function\'==typeof define&&define.amd?define(\'isotope-layout/js/layout-modes/masonry\',[\'../layout-mode\',\'masonry-layout/masonry\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'../layout-mode\'),require(\'masonry-layout\')):e(t.Isotope.LayoutMode,t.Masonry)}(window,function(t,e){\'use strict\';var n=t.create(\'masonry\'),i=n.prototype,a={_getElementOffset:!0,layout:!0,_getMeasurement:!0};for(var o in e.prototype)a[o]||(i[o]=e.prototype[o]);var r=i.measureColumns;i.measureColumns=function(){this.items=this.isotope.filteredItems,r.call(this)};var s=i._getOption;return i._getOption=function(t){return\'fitWidth\'==t?void 0!==this.options.isFitWidth?this.options.isFitWidth:this.options.fitWidth:s.apply(this.isotope,arguments)},n}),function(t,e){\'function\'==typeof define&&define.amd?define(\'isotope-layout/js/layout-modes/fit-rows\',[\'../layout-mode\'],e):\'object\'==typeof exports?module.exports=e(require(\'../layout-mode\')):e(t.Isotope.LayoutMode)}(window,function(t){\'use strict\';var i=t.create(\'fitRows\'),e=i.prototype;return e._resetLayout=function(){this.x=0,this.y=0,this.maxY=0,this._getMeasurement(\'gutter\',\'outerWidth\')},e._getItemLayoutPosition=function(t){t.getSize();var e=t.size.outerWidth+this.gutter,o=this.isotope.size.innerWidth+this.gutter;0!==this.x&&e+this.x>o&&(this.x=0,this.y=this.maxY);var i={x:this.x,y:this.y};return this.maxY=Math.max(this.maxY,this.y+t.size.outerHeight),this.x+=e,i},e._getContainerSize=function(){return{height:this.maxY}},i}),function(t,e){\'function\'==typeof define&&define.amd?define(\'isotope-layout/js/layout-modes/vertical\',[\'../layout-mode\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'../layout-mode\')):e(t.Isotope.LayoutMode)}(window,function(t){\'use strict\';var i=t.create(\'vertical\',{horizontalAlignment:0}),e=i.prototype;return e._resetLayout=function(){this.y=0},e._getItemLayoutPosition=function(t){t.getSize();var e=(this.isotope.size.innerWidth-t.size.outerWidth)*this.options.horizontalAlignment,i=this.y;return this.y+=t.size.outerHeight,{x:e,y:i}},e._getContainerSize=function(){return{height:this.y}},i}),function(t,e){\'function\'==typeof define&&define.amd?define([\'outlayer/outlayer\',\'get-size/get-size\',\'desandro-matches-selector/matches-selector\',\'fizzy-ui-utils/utils\',\'isotope-layout/js/item\',\'isotope-layout/js/layout-mode\',\'isotope-layout/js/layout-modes/masonry\',\'isotope-layout/js/layout-modes/fit-rows\',\'isotope-layout/js/layout-modes/vertical\'],function(i,o,n,s,r,a){return e(t,i,o,n,s,r,a)}):\'object\'==typeof module&&module.exports?module.exports=e(t,require(\'outlayer\'),require(\'get-size\'),require(\'desandro-matches-selector\'),require(\'fizzy-ui-utils\'),require(\'isotope-layout/js/item\'),require(\'isotope-layout/js/layout-mode\'),require(\'isotope-layout/js/layout-modes/masonry\'),require(\'isotope-layout/js/layout-modes/fit-rows\'),require(\'isotope-layout/js/layout-modes/vertical\')):t.Isotope=e(t,t.Outlayer,t.getSize,t.matchesSelector,t.fizzyUIUtils,t.Isotope.Item,t.Isotope.LayoutMode)}(window,function(t,e,o,s,n,h,a){function f(t,e){return function(i,o){for(var a=0;a<t.length;a++){var n=t[a],s=i.sortData[n],r=o.sortData[n];if(s>r||s<r){var h=void 0!==e[n]?e[n]:e,u=h?1:-1;return(s>r?1:-1)*u}};return 0}};var u=t.jQuery,l=String.prototype.trim?function(t){return t.trim()}:function(t){return t.replace(/^\\s+|\\s+$/g,\'\')},r=e.create(\'isotope\',{layoutMode:\'masonry\',isJQueryFiltering:!0,sortAscending:!0});r.Item=h,r.LayoutMode=a;var i=r.prototype;i._create=function(){this.itemGUID=0,this._sorters={},this._getSorters(),e.prototype._create.call(this),this.modes={},this.filteredItems=this.items,this.sortHistory=[\'original-order\'];for(var t in a.modes)this._initLayoutMode(t)},i.reloadItems=function(){this.itemGUID=0,e.prototype.reloadItems.call(this)},i._itemize=function(){for(var t=e.prototype._itemize.apply(this,arguments),i=0;i<t.length;i++){var o=t[i];o.id=this.itemGUID++};return this._updateItemsSortData(t),t},i._initLayoutMode=function(t){var e=a.modes[t],i=this.options[t]||{};this.options[t]=e.options?n.extend(e.options,i):i,this.modes[t]=new e(this)},i.layout=function(){return!this._isLayoutInited&&this._getOption(\'initLayout\')?void this.arrange():void this._layout()},i._layout=function(){var t=this._getIsInstant();this._resetLayout(),this._manageStamps(),this.layoutItems(this.filteredItems,t),this._isLayoutInited=!0},i.arrange=function(t){this.option(t),this._getIsInstant();var e=this._filter(this.items);this.filteredItems=e.matches,this._bindArrangeComplete(),this._isInstant?this._noTransition(this._hideReveal,[e]):this._hideReveal(e),this._sort(),this._layout()},i._init=i.arrange,i._hideReveal=function(t){this.reveal(t.needReveal),this.hide(t.needHide)},i._getIsInstant=function(){var t=this._getOption(\'layoutInstant\'),e=void 0!==t?t:!this._isLayoutInited;return this._isInstant=e,e},i._bindArrangeComplete=function(){function t(){e&&i&&o&&n.dispatchEvent(\'arrangeComplete\',null,[n.filteredItems])};var e,i,o,n=this;this.once(\'layoutComplete\',function(){e=!0,t()}),this.once(\'hideComplete\',function(){i=!0,t()}),this.once(\'revealComplete\',function(){o=!0,t()})},i._filter=function(t){var n=this.options.filter;n=n||\'*\';for(var s=[],r=[],a=[],h=this._getFilterTest(n),o=0;o<t.length;o++){var e=t[o];if(!e.isIgnored){var i=h(e);i&&s.push(e),i&&e.isHidden?r.push(e):i||e.isHidden||a.push(e)}};return{matches:s,needReveal:r,needHide:a}},i._getFilterTest=function(t){return u&&this.options.isJQueryFiltering?function(e){return u(e.element).is(t)}:\'function\'==typeof t?function(e){return t(e.element)}:function(e){return s(e.element,t)}},i.updateSortData=function(t){var e;t?(t=n.makeArray(t),e=this.getItems(t)):e=this.items,this._getSorters(),this._updateItemsSortData(e)},i._getSorters=function(){var e=this.options.getSortData;for(var t in e){var i=e[t];this._sorters[t]=d(i)}},i._updateItemsSortData=function(t){for(var i=t&&t.length,e=0;i&&e<i;e++){var o=t[e];o.updateSortData()}};var d=function(){function t(t){if(\'string\'!=typeof t)return t;var i=l(t).split(\' \'),o=i[0],n=o.match(/^\\[(.+)\\]$/),h=n&&n[1],s=e(h,o),a=r.sortDataParsers[i[1]];return t=a?function(t){return t&&a(s(t))}:function(t){return t&&s(t)}};function e(t,e){return t?function(e){return e.getAttribute(t)}:function(t){var i=t.querySelector(e);return i&&i.textContent}};return t}();r.sortDataParsers={parseInt:function(t){return parseInt(t,10)},parseFloat:function(t){return parseFloat(t)}},i._sort=function(){if(this.options.sortBy){var t=n.makeArray(this.options.sortBy);this._getIsSameSortBy(t)||(this.sortHistory=t.concat(this.sortHistory));var e=f(this.sortHistory,this.options.sortAscending);this.filteredItems.sort(e)}},i._getIsSameSortBy=function(t){for(var e=0;e<t.length;e++)if(t[e]!=this.sortHistory[e])return!1;return!0},i._mode=function(){var t=this.options.layoutMode,e=this.modes[t];if(!e)throw new Error(\'No layout mode: \'+t);return e.options=this.options[t],e},i._resetLayout=function(){e.prototype._resetLayout.call(this),this._mode()._resetLayout()},i._getItemLayoutPosition=function(t){return this._mode()._getItemLayoutPosition(t)},i._manageStamp=function(t){this._mode()._manageStamp(t)},i._getContainerSize=function(){return this._mode()._getContainerSize()},i.needsResizeLayout=function(){return this._mode().needsResizeLayout()},i.appended=function(t){var e=this.addItems(t);if(e.length){var i=this._filterRevealAdded(e);this.filteredItems=this.filteredItems.concat(i)}},i.prepended=function(t){var e=this._itemize(t);if(e.length){this._resetLayout(),this._manageStamps();var i=this._filterRevealAdded(e);this.layoutItems(this.filteredItems),this.filteredItems=i.concat(this.filteredItems),this.items=e.concat(this.items)}},i._filterRevealAdded=function(t){var e=this._filter(t);return this.hide(e.needHide),this.reveal(e.matches),this.layoutItems(e.matches,!0),e.matches},i.insert=function(t){var i=this.addItems(t);if(i.length){var e,n,o=i.length;for(e=0;e<o;e++)n=i[e],this.element.appendChild(n.element);var s=this._filter(i).matches;for(e=0;e<o;e++)i[e].isLayoutInstant=!0;for(this.arrange(),e=0;e<o;e++)delete i[e].isLayoutInstant;this.reveal(s)}};var c=i.remove;return i.remove=function(t){t=n.makeArray(t);var i=this.getItems(t);c.call(this,t);for(var o=i&&i.length,e=0;o&&e<o;e++){var s=i[e];n.removeFrom(this.filteredItems,s)}},i.shuffle=function(){for(var t=0;t<this.items.length;t++){var e=this.items[t];e.sortData.random=Math.random()};this.options.sortBy=\'random\',this._sort(),this._layout()},i._noTransition=function(t,e){var o=this.options.transitionDuration;this.options.transitionDuration=0;var i=t.apply(this,e);return this.options.transitionDuration=o,i},i.getFilteredItemElements=function(){return this.filteredItems.map(function(t){return t.element})},r});!function(t,e){\'function\'==typeof define&&define.amd?define(\'packery/js/rect\',e):\'object\'==typeof module&&module.exports?module.exports=e():(t.Packery=t.Packery||{},t.Packery.Rect=e())}(window,function(){function t(e){for(var i in t.defaults)this[i]=t.defaults[i];for(i in e)this[i]=e[i]};t.defaults={x:0,y:0,width:0,height:0};var e=t.prototype;return e.contains=function(t){var e=t.width||0,i=t.height||0;return this.x<=t.x&&this.y<=t.y&&this.x+this.width>=t.x+e&&this.y+this.height>=t.y+i},e.overlaps=function(t){var e=this.x+this.width,i=this.y+this.height,o=t.x+t.width,n=t.y+t.height;return this.x<o&&e>t.x&&this.y<n&&i>t.y},e.getMaximalFreeRects=function(e){if(!this.overlaps(e))return!1;var i,o=[],r=this.x+this.width,a=this.y+this.height,n=e.x+e.width,s=e.y+e.height;return this.y<e.y&&(i=new t({x:this.x,y:this.y,width:this.width,height:e.y-this.y}),o.push(i)),r>n&&(i=new t({x:n,y:this.y,width:r-n,height:this.height}),o.push(i)),a>s&&(i=new t({x:this.x,y:s,width:this.width,height:a-s}),o.push(i)),this.x<e.x&&(i=new t({x:this.x,y:this.y,width:e.x-this.x,height:this.height}),o.push(i)),o},e.canFit=function(t){return this.width>=t.width&&this.height>=t.height},t}),function(t,e){if(\'function\'==typeof define&&define.amd)define(\'packery/js/packer\',[\'./rect\'],e);else if(\'object\'==typeof module&&module.exports)module.exports=e(require(\'./rect\'));else{var i=t.Packery=t.Packery||{};i.Packer=e(i.Rect)}}(window,function(t){function i(t,e,i){this.width=t||0,this.height=e||0,this.sortDirection=i||\'downwardLeftToRight\',this.reset()};var e=i.prototype;e.reset=function(){this.spaces=[];var e=new t({x:0,y:0,width:this.width,height:this.height});this.spaces.push(e),this.sorter=o[this.sortDirection]||o.downwardLeftToRight},e.pack=function(t){for(var e=0;e<this.spaces.length;e++){var i=this.spaces[e];if(i.canFit(t)){this.placeInSpace(t,i);break}}},e.columnPack=function(t){for(var i=0;i<this.spaces.length;i++){var e=this.spaces[i],o=e.x<=t.x&&e.x+e.width>=t.x+t.width&&e.height>=t.height-.01;if(o){t.y=e.y,this.placed(t);break}}},e.rowPack=function(t){for(var i=0;i<this.spaces.length;i++){var e=this.spaces[i],o=e.y<=t.y&&e.y+e.height>=t.y+t.height&&e.width>=t.width-.01;if(o){t.x=e.x,this.placed(t);break}}},e.placeInSpace=function(t,e){t.x=e.x,t.y=e.y,this.placed(t)},e.placed=function(t){for(var e=[],i=0;i<this.spaces.length;i++){var o=this.spaces[i],n=o.getMaximalFreeRects(t);n?e.push.apply(e,n):e.push(o)};this.spaces=e,this.mergeSortSpaces()},e.mergeSortSpaces=function(){i.mergeRects(this.spaces),this.spaces.sort(this.sorter)},e.addSpace=function(t){this.spaces.push(t),this.mergeSortSpaces()},i.mergeRects=function(t){var e=0,i=t[e];t:for(;i;){for(var o=0,n=t[e+o];n;){if(n==i)o++;else{if(n.contains(i)){t.splice(e,1),i=t[e];continue;t};i.contains(n)?t.splice(e+o,1):o++};n=t[e+o]};e++,i=t[e]};return t};var o={downwardLeftToRight:function(t,e){return t.y-e.y||t.x-e.x},rightwardTopToBottom:function(t,e){return t.x-e.x||t.y-e.y}};return i}),function(t,e){\'function\'==typeof define&&define.amd?define(\'packery/js/item\',[\'outlayer/outlayer\',\'./rect\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'outlayer\'),require(\'./rect\')):t.Packery.Item=e(t.Outlayer,t.Packery.Rect)}(window,function(t,e){var r=document.documentElement.style,o=\'string\'==typeof r.transform?\'transform\':\'WebkitTransform\',n=function(){t.Item.apply(this,arguments)},i=n.prototype=Object.create(t.Item.prototype),a=i._create;i._create=function(){a.call(this),this.rect=new e};var s=i.moveTo;return i.moveTo=function(t,e){var i=Math.abs(this.position.x-t),o=Math.abs(this.position.y-e),n=this.layout.dragItemCount&&!this.isPlacing&&!this.isTransitioning&&1>i&&1>o;return n?void this.goTo(t,e):void s.apply(this,arguments)},i.enablePlacing=function(){this.removeTransitionStyles(),this.isTransitioning&&o&&(this.element.style[o]=\'none\'),this.isTransitioning=!1,this.getSize(),this.layout._setRectSize(this.element,this.rect),this.isPlacing=!0},i.disablePlacing=function(){this.isPlacing=!1},i.removeElem=function(){this.element.parentNode.removeChild(this.element),this.layout.packer.addSpace(this.rect),this.emitEvent(\'remove\',[this])},i.showDropPlaceholder=function(){var t=this.dropPlaceholder;t||(t=this.dropPlaceholder=document.createElement(\'div\'),t.className=\'packery-drop-placeholder\',t.style.position=\'absolute\'),t.style.width=this.size.width+\'px\',t.style.height=this.size.height+\'px\',this.positionDropPlaceholder(),this.layout.element.appendChild(t)},i.positionDropPlaceholder=function(){this.dropPlaceholder.style[o]=\'translate(\'+this.rect.x+\'px, \'+this.rect.y+\'px)\'},i.hideDropPlaceholder=function(){this.layout.element.removeChild(this.dropPlaceholder)},n}),function(t,e){\'function\'==typeof define&&define.amd?define(\'packery/js/packery\',[\'get-size/get-size\',\'outlayer/outlayer\',\'./rect\',\'./packer\',\'./item\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'get-size\'),require(\'outlayer\'),require(\'./rect\'),require(\'./packer\'),require(\'./item\')):t.Packery=e(t.getSize,t.Outlayer,t.Packery.Rect,t.Packery.Packer,t.Packery.Item)}(window,function(t,e,o,n,s){function u(t,e){return t.position.y-e.position.y||t.position.x-e.position.x};function c(t,e){return t.position.x-e.position.x||t.position.y-e.position.y};function d(t,e){var i=e.x-t.x,o=e.y-t.y;return Math.sqrt(i*i+o*o)};o.prototype.canFit=function(t){return this.width>=t.width-1&&this.height>=t.height-1};var r=e.create(\'packery\');r.Item=s;var i=r.prototype;i._create=function(){e.prototype._create.call(this),this.packer=new n,this.shiftPacker=new n,this.isEnabled=!0,this.dragItemCount=0;var t=this;this.handleDraggabilly={dragStart:function(){t.itemDragStart(this.element)},dragMove:function(){t.itemDragMove(this.element,this.position.x,this.position.y)},dragEnd:function(){t.itemDragEnd(this.element)}},this.handleUIDraggable={start:function(e,i){i&&t.itemDragStart(e.currentTarget)},drag:function(e,i){i&&t.itemDragMove(e.currentTarget,i.position.left,i.position.top)},stop:function(e,i){i&&t.itemDragEnd(e.currentTarget)}}},i._resetLayout=function(){this.getSize(),this._getMeasurements();var t,e,i;this._getOption(\'horizontal\')?(t=1/0,e=this.size.innerHeight+this.gutter,i=\'rightwardTopToBottom\'):(t=this.size.innerWidth+this.gutter,e=1/0,i=\'downwardLeftToRight\'),this.packer.width=this.shiftPacker.width=t,this.packer.height=this.shiftPacker.height=e,this.packer.sortDirection=this.shiftPacker.sortDirection=i,this.packer.reset(),this.maxY=0,this.maxX=0},i._getMeasurements=function(){this._getMeasurement(\'columnWidth\',\'width\'),this._getMeasurement(\'rowHeight\',\'height\'),this._getMeasurement(\'gutter\',\'width\')},i._getItemLayoutPosition=function(t){if(this._setRectSize(t.element,t.rect),this.isShifting||this.dragItemCount>0){var e=this._getPackMethod();this.packer[e](t.rect)}\nelse this.packer.pack(t.rect);return this._setMaxXY(t.rect),t.rect},i.shiftLayout=function(){this.isShifting=!0,this.layout(),delete this.isShifting},i._getPackMethod=function(){return this._getOption(\'horizontal\')?\'rowPack\':\'columnPack\'},i._setMaxXY=function(t){this.maxX=Math.max(t.x+t.width,this.maxX),this.maxY=Math.max(t.y+t.height,this.maxY)},i._setRectSize=function(e,i){var s=t(e),o=s.outerWidth,n=s.outerHeight;(o||n)&&(o=this._applyGridGutter(o,this.columnWidth),n=this._applyGridGutter(n,this.rowHeight)),i.width=Math.min(o,this.packer.width),i.height=Math.min(n,this.packer.height)},i._applyGridGutter=function(t,e){if(!e)return t+this.gutter;e+=this.gutter;var i=t%e,o=i&&1>i?\'round\':\'ceil\';return t=Math[o](t/e)*e},i._getContainerSize=function(){return this._getOption(\'horizontal\')?{width:this.maxX-this.gutter}:{height:this.maxY-this.gutter}},i._manageStamp=function(t){var e,n=this.getItem(t);if(n&&n.isPlacing)e=n.rect;else{var i=this._getElementOffset(t);e=new o({x:this._getOption(\'originLeft\')?i.left:i.right,y:this._getOption(\'originTop\')?i.top:i.bottom})};this._setRectSize(t,e),this.packer.placed(e),this._setMaxXY(e)},i.sortItemsByPosition=function(){var t=this._getOption(\'horizontal\')?c:u;this.items.sort(t)},i.fit=function(t,e,i){var o=this.getItem(t);o&&(this.stamp(o.element),o.enablePlacing(),this.updateShiftTargets(o),e=void 0===e?o.rect.x:e,i=void 0===i?o.rect.y:i,this.shift(o,e,i),this._bindFitEvents(o),o.moveTo(o.rect.x,o.rect.y),this.shiftLayout(),this.unstamp(o.element),this.sortItemsByPosition(),o.disablePlacing())},i._bindFitEvents=function(t){function i(){e++,2==e&&o.dispatchEvent(\'fitComplete\',null,[t])};var o=this,e=0;t.once(\'layout\',i),this.once(\'layoutComplete\',i)},i.resize=function(){this.isResizeBound&&this.needsResizeLayout()&&(this.options.shiftPercentResize?this.resizeShiftPercentLayout():this.layout())},i.needsResizeLayout=function(){var i=t(this.element),e=this._getOption(\'horizontal\')?\'innerHeight\':\'innerWidth\';return i[e]!=this.size[e]},i.resizeShiftPercentLayout=function(){var n=this._getItemsForLayout(this.items),e=this._getOption(\'horizontal\'),i=e?\'y\':\'x\',u=e?\'height\':\'width\',s=e?\'rowHeight\':\'columnWidth\',c=e?\'innerHeight\':\'innerWidth\',o=this[s];if(o=o&&o+this.gutter){this._getMeasurements();var h=this[s]+this.gutter;n.forEach(function(t){var e=Math.round(t.rect[i]/o);t.rect[i]=e*h})}\nelse{var r=t(this.element)[c]+this.gutter,a=this.packer[u];n.forEach(function(t){t.rect[i]=t.rect[i]/a*r})};this.shiftLayout()},i.itemDragStart=function(t){if(this.isEnabled){this.stamp(t);var e=this.getItem(t);e&&(e.enablePlacing(),e.showDropPlaceholder(),this.dragItemCount++,this.updateShiftTargets(e))}},i.updateShiftTargets=function(t){this.shiftPacker.reset(),this._getBoundingRect();var l=this._getOption(\'originLeft\'),f=this._getOption(\'originTop\');this.stamps.forEach(function(t){var n=this.getItem(t);if(!n||!n.isPlacing){var e=this._getElementOffset(t),i=new o({x:l?e.left:e.right,y:f?e.top:e.bottom});this._setRectSize(t,i),this.shiftPacker.placed(i)}},this);var n=this._getOption(\'horizontal\'),d=n?\'rowHeight\':\'columnWidth\',s=n?\'height\':\'width\';this.shiftTargetKeys=[],this.shiftTargets=[];var i,e=this[d];if(e=e&&e+this.gutter){var c=Math.ceil(t.rect[s]/e),a=Math.floor((this.shiftPacker[s]+this.gutter)/e);i=(a-c)*e;for(var r=0;a>r;r++)this._addShiftTarget(r*e,0,i)}\nelse i=this.shiftPacker[s]+this.gutter-t.rect[s],this._addShiftTarget(0,0,i);var h=this._getItemsForLayout(this.items),u=this._getPackMethod();h.forEach(function(t){var o=t.rect;this._setRectSize(t.element,o),this.shiftPacker[u](o),this._addShiftTarget(o.x,o.y,i);var a=n?o.x+o.width:o.x,h=n?o.y:o.y+o.height;if(this._addShiftTarget(a,h,i),e)for(var l=Math.round(o[s]/e),r=1;l>r;r++){var c=n?a:o.x+e*r,d=n?o.y+e*r:h;this._addShiftTarget(c,d,i)}},this)},i._addShiftTarget=function(t,e,i){var n=this._getOption(\'horizontal\')?e:t;if(!(0!==n&&n>i)){var o=t+\',\'+e,s=-1!=this.shiftTargetKeys.indexOf(o);s||(this.shiftTargetKeys.push(o),this.shiftTargets.push({x:t,y:e}))}},i.shift=function(t,e,i){var o,n=1/0,s={x:e,y:i};this.shiftTargets.forEach(function(t){var e=d(t,s);n>e&&(o=t,n=e)}),t.rect.x=o.x,t.rect.y=o.y};var a=120;i.itemDragMove=function(t,e,i){function r(){n.shift(o,e,i),o.positionDropPlaceholder(),n.layout()};var o=this.isEnabled&&this.getItem(t);if(o){e-=this.size.paddingLeft,i-=this.size.paddingTop;var n=this,s=new Date;this._itemDragTime&&s-this._itemDragTime<a?(clearTimeout(this.dragTimeout),this.dragTimeout=setTimeout(r,a)):(r(),this._itemDragTime=s)}},i.itemDragEnd=function(t){function o(){i++,2==i&&(e.element.classList.remove(\'is-positioning-post-drag\'),e.hideDropPlaceholder(),n.dispatchEvent(\'dragItemPositioned\',null,[e]))};var e=this.isEnabled&&this.getItem(t);if(e){clearTimeout(this.dragTimeout),e.element.classList.add(\'is-positioning-post-drag\');var i=0,n=this;e.once(\'layout\',o),this.once(\'layoutComplete\',o),e.moveTo(e.rect.x,e.rect.y),this.layout(),this.dragItemCount=Math.max(0,this.dragItemCount-1),this.sortItemsByPosition(),e.disablePlacing(),this.unstamp(e.element)}},i.bindDraggabillyEvents=function(t){this._bindDraggabillyEvents(t,\'on\')},i.unbindDraggabillyEvents=function(t){this._bindDraggabillyEvents(t,\'off\')},i._bindDraggabillyEvents=function(t,e){var i=this.handleDraggabilly;t[e](\'dragStart\',i.dragStart),t[e](\'dragMove\',i.dragMove),t[e](\'dragEnd\',i.dragEnd)},i.bindUIDraggableEvents=function(t){this._bindUIDraggableEvents(t,\'on\')},i.unbindUIDraggableEvents=function(t){this._bindUIDraggableEvents(t,\'off\')},i._bindUIDraggableEvents=function(t,e){var i=this.handleUIDraggable;t[e](\'dragstart\',i.start)[e](\'drag\',i.drag)[e](\'dragstop\',i.stop)};var h=i.destroy;return i.destroy=function(){h.apply(this,arguments),this.isEnabled=!1},r.Rect=o,r.Packer=n,r}),function(t,e){\'function\'==typeof define&&define.amd?define([\'isotope/js/layout-mode\',\'packery/js/packery\'],e):\'object\'==typeof module&&module.exports?module.exports=e(require(\'isotope-layout/js/layout-mode\'),require(\'packery\')):e(t.Isotope.LayoutMode,t.Packery)}(window,function(t,e){var n=t.create(\'packery\'),i=n.prototype,u={_getElementOffset:!0,_getMeasurement:!0};for(var o in e.prototype)u[o]||(i[o]=e.prototype[o]);var h=i._resetLayout;i._resetLayout=function(){this.packer=this.packer||new e.Packer,this.shiftPacker=this.shiftPacker||new e.Packer,h.apply(this,arguments)};var a=i._getItemLayoutPosition;i._getItemLayoutPosition=function(t){return t.rect=t.rect||new e.Rect,a.call(this,t)};var r=i.needsResizeLayout;i.needsResizeLayout=function(){return this._getOption(\'horizontal\')?this.needsVerticalResizeLayout():r.call(this)};var s=i._getOption;return i._getOption=function(t){return\'horizontal\'==t?void 0!==this.options.isHorizontal?this.options.isHorizontal:this.options.horizontal:s.apply(this.isotope,arguments)},n});\";}s:22:\"avia-module-masonry-js\";a:6:{s:4:\"name\";s:19:\"avia-module-masonry\";s:3:\"url\";s:123:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js\";s:4:\"path\";s:98:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:3875:\"(function(i){\'use strict\';i.fn.avia_masonry=function(a){if(!this.length)return this;var n=i(\'body\'),e=i(window),s=i.avia_utilities.isMobile,o=!1,t={masonry_filter:function(){var a=i(this),l=a.html(),n=a.data(\'filter\'),o=a.parents(\'.av-masonry:eq(0)\'),s=o.find(\'.av-masonry-container:eq(0)\'),f=o.find(\'.av-masonry-sort a\'),r=o.find(\'.av-current-sort-title\');f.removeClass(\'active_sort\');a.addClass(\'active_sort\');s.attr(\'id\',\'masonry_id_\'+n);if(r.length)r.html(l);t.applyMasonry(s,n,function(){s.css({overflow:\'visible\'})});setTimeout(function(){e.trigger(\'debouncedresize\')},500);return!1},applyMasonry:function(a,o,s){var t=o?{filter:\'.\'+o}:{};t[\'layoutMode\']=\'packery\';t[\'packery\']={gutter:0};t[\'percentPosition\']=!0;t[\'itemSelector\']=\'a.isotope-item, div.isotope-item\';t[\'originLeft\']=i(\'body\').hasClass(\'rtl\')?!1:!0;a.isotope(t,function(){e.trigger(\'av-height-change\')});if(typeof s===\'function\'){setTimeout(s,0)}},show_bricks:function(a,t){a.each(function(o){var n=i(this),r=i.avia_utilities.supports(\'transition\'),l=s?0:100;setTimeout(function(){if(r===!1){n.css({visibility:\'visible\',opacity:0}).animate({opacity:1},1500)}\nelse{n.addClass(\'av-masonry-item-loaded\')};if(o==a.length-1&&typeof t==\'function\'){t.call();e.trigger(\'av-height-change\')}},(l*o))})},loadMore:function(a){a.preventDefault();if(o)return!1;o=!0;var l=i(this),s=l.data(),r=l.parents(\'.av-masonry:eq(0)\'),d=r.find(\'.av-masonry-container\'),v=r.find(\'.av-masonry-entry\'),f=i.avia_utilities.loading(),c=function(){o=!1;f.hide();n.trigger(\'av_resize_finished\')};if(!s.offset){s.offset=0};s.offset+=s.items;s.action=\'avia_ajax_masonry_more\';s.loaded=[];v.each(function(){var a=i(this).data(\'av-masonry-item\');if(a)s.loaded.push(a)});i.ajax({url:avia_framework_globals.ajaxurl,type:\'POST\',data:s,beforeSend:function(){f.show()},success:function(a){if(a.indexOf(\'{av-masonry-loaded}\')!==-1){var a=a.split(\'{av-masonry-loaded}\'),o=i(a.pop()).filter(\'.isotope-item\');if(o.length>s.items){o=o.not(\':last\')}\nelse{l.addClass(\'av-masonry-no-more-items\')};var n=i(\'<div class=\"loadcontainer\"></div>\').append(o);i.avia_utilities.preload({container:n,single_callback:function(){var s=r.find(\'.av-masonry-sort a\'),a=r.find(\'.av-sort-by-term\'),n=a.data(\'av-allowed-sort\');a.hide();f.hide();d.isotope(\'insert\',o);i.avia_utilities.avia_ajax_call(r);setTimeout(function(){t.show_bricks(o,c)},150);setTimeout(function(){e.trigger(\'av-height-change\')},550);if(s){i(s).each(function(a){var t=i(this),e=t.data(\'filter\');if(o){i(o).each(function(a){var s=i(this);if(s.hasClass(e)&&n.indexOf(e)!==-1){var o=t.find(\'.avia-term-count\').text();t.find(\'.avia-term-count\').text(\' \'+(parseInt(o)+1)+\' \');if(t.hasClass(\'avia_hide_sort\')){t.removeClass(\'avia_hide_sort\').addClass(\'avia_show_sort\');r.find(\'.av-masonry-sort .\'+e+\'_sep\').removeClass(\'avia_hide_sort\').addClass(\'avia_show_sort\');r.find(\'.av-masonry-sort .av-sort-by-term\').removeClass(\'hidden\')}}})}})};a.fadeIn()}})}\nelse{c()}},error:c,complete:function(){setTimeout(function(){e.trigger(\'debouncedresize\')},500)}})}};return this.each(function(){var a=i(this),e=a.find(\'.av-masonry-container\'),o=a.find(\'.isotope-item\'),n=a.find(\'.av-masonry-sort\').css({visibility:\'visible\',opacity:0}).on(\'click\',\'a\',t.masonry_filter),r=a.find(\'.av-masonry-load-more\').css({visibility:\'visible\',opacity:0});i.avia_utilities.preload({container:e,single_callback:function(){var l=function(){n.animate({opacity:1},400);if(e.outerHeight()+e.offset().top+i(\'#footer\').outerHeight()>i(window).height()){i(\'html\').css({\'overflow-y\':\'scroll\'})};t.applyMasonry(e,!1,function(){a.addClass(\'avia_sortable_active\');e.removeClass(\'av-js-disabled \')});t.show_bricks(o,function(){r.css({opacity:1}).on(\'click\',t.loadMore)})};if(s){l()}\nelse{a.waypoint(l,{offset:\'80%\'})};i(window).on(\'debouncedresize\',function(){t.applyMasonry(e,!1,function(){a.addClass(\'avia_sortable_active\')})})}})})}}(jQuery));\";}s:22:\"avia-module-numbers-js\";a:6:{s:4:\"name\";s:19:\"avia-module-numbers\";s:3:\"url\";s:107:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.js\";s:4:\"path\";s:82:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1348:\"(function(t){t.fn.avia_sc_animated_number=function(a){if(!this.length)return;if(this.is(\'.avia_sc_animated_number_active\'))return;this.addClass(\'avia_sc_animated_number_active\');var e=(a&&a.simple_up)?!0:!1,r=(a&&a.start_timer)?a.start_timer:300,i=function(t,a,i){var r=\'\',s=i.toString().length-t.toString().length;for(var n=s;n>0;n--){r+=\'0\'};t=(e)?t.toString():r+t.toString();if(\'\'==a){return t};return t.split(/(?=(?:...)*$)/).join(a)},n=function(t,a,r,f,u,s){var o=f+r,final=\'\';if(o>=u){final=i(a,s,a);t.text(final)}\nelse{final=i(o,s,a);t.text(final);window.requestAnimationFrame(function(){n(t,a,r,o,u,s)})}};return this.each(function(){var i=t(this),e=i.find(\'.__av-single-number\'),s=i.data(\'timer\')||3000;e.each(function(a){var i=t(this),n=i.text();if(window.addEventListener)i.text(n.replace(/./g,\'0\'))});i.addClass(\'number_prepared\').on(\'avia_start_animation\',function(){if(i.is(\'.avia_animation_done\'))return;i.addClass(\'avia_animation_done\');e.each(function(i){var a=t(this),e=a.data(\'number\'),u=e,f=parseInt(a.text(),10),d=/^0+$/.test(e),o=0,m=a.data(\'number_format\');if(\'undefined\'!=typeof a.data(\'start_from\')){f=a.data(\'start_from\')};if(d&&e!==0){u=e.replace(/0/g,\'9\')};o=Math.round(u*32/s);if(o==0||o%10==0)o+=1;setTimeout(function(){n(a,e,o,f,u,m)},r)})});if(a&&a.instant_start==!0){i.trigger(\'avia_start_animation\')}})}})(jQuery);\";}s:24:\"avia-module-slideshow-js\";a:6:{s:4:\"name\";s:21:\"avia-module-slideshow\";s:3:\"url\";s:111:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js\";s:4:\"path\";s:86:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:14471:\"(function(i){\'use strict\';i.AviaSlider=function(t,s){var e=this;this.$win=i(window);this.$slider=i(s);this.isMobile=i.avia_utilities.isMobile;this._prepareSlides(t);i.avia_utilities.preload({container:this.$slider,single_callback:function(){e._init(t)}})};i.AviaSlider.defaults={interval:5,autoplay:!1,stopinfiniteloop:!1,animation:\'slide\',transitionSpeed:900,easing:\'easeInOutQuart\',wrapElement:\'>ul\',slideElement:\'>li\',hoverpause:!1,bg_slider:!1,show_slide_delay:0,fullfade:!1,carousel:\'no\',carouselSlidesToShow:3,carouselSlidesToScroll:1,carouselResponsive:[],};i.AviaSlider.prototype={_init:function(t){this.options=this._setOptions(t);this.$sliderUl=this.$slider.find(this.options.wrapElement);this.$slides=this.$sliderUl.find(this.options.slideElement);this.gotoButtons=this.$slider.find(\'.avia-slideshow-dots a\');this.permaCaption=this.$slider.find(\'>.av-slideshow-caption\');this.itemsCount=this.$slides.length;this.current=0;this.currentCarousel=0;this.slideWidthCarousel=\'240\';this.loopCount=0;this.isAnimating=!1;this.browserPrefix=i.avia_utilities.supports(\'transition\');this.cssActive=this.browserPrefix!==!1?!0:!1;this.css3DActive=document.documentElement.className.indexOf(\'avia_transform3d\')!==-1?!0:!1;if(this.options.bg_slider==!0){this.imageUrls=[];this.loader=i.avia_utilities.loading(this.$slider);this._bgPreloadImages()}\nelse{this._kickOff()};if(this.options.carousel===\'yes\'){this.options.animation=\'carouselslide\'}},_setOptions:function(t){var a=i.extend(!0,{},i.AviaSlider.defaults,t),e=this.$slider.data(),s=\'\';for(s in e){if(e.hasOwnProperty(s)){if(typeof e[s]===\'string\'||typeof e[s]===\'number\'||typeof e[s]===\'boolean\'){a[s]=e[s]}}};return a},_prepareSlides:function(t){if(this.isMobile){var s=this.$slider.find(\'.av-mobile-fallback-image\');s.each(function(){var s=i(this).removeClass(\'av-video-slide\').data({\'avia_video_events\':!0,\'video-ratio\':0}),n=s.data(\'mobile-img\'),e=s.data(\'fallback-link\'),a=s.find(\'.avia-slide-wrap\');s.find(\'.av-click-overlay, .mejs-mediaelement, .mejs-container\').remove();if(!n){i(\'<p class=\"av-fallback-message\"><span>Please set a mobile device fallback image for this video in your wordpress backend</span></p>\').appendTo(a)};if(t&&t.bg_slider){s.data(\'img-url\',n);if(e!=\'\'){if(a.is(\'a\')){a.attr(\'href\',e)}\nelse{a.find(\'a\').remove();a.replaceWith(function(){var t=i(this);return i(\'<a>\').attr({\'data-rel\':t.data(\'rel\'),\'class\':t.attr(\'class\'),\'href\':e}).append(i(this).contents())});a=s.find(\'.avia-slide-wrap\')};if(i.fn.avia_activate_lightbox){s.parents(\'#main\').avia_activate_lightbox()}}}\nelse{var o=\'<img src=\"\'+n+\'\" alt=\"\" title=\"\" />\',l=!1;if(\'string\'==typeof e&&e.trim()!=\'\'){if(a.is(\'a\')){a.attr(\'href\',e)}\nelse{var r=e.match(/\\.(jpg|jpeg|gif|png)$/i)!=null?\' rel=\"lightbox\" \':\'\';o=\'<a href=\"\'+e.trim()+\'\"\'+r+\'>\'+o+\'</a>\'};l=!0};s.find(\'.avia-slide-wrap\').append(o);if(l&&i.fn.avia_activate_lightbox){s.parents(\'#main\').avia_activate_lightbox()}}})}},_bgPreloadImages:function(i){this._getImageURLS();this._preloadSingle(0,function(){this._kickOff();this._preloadNext(1)})},_getImageURLS:function(){var t=this;this.$slides.each(function(s){t.imageUrls[s]=[];t.imageUrls[s][\'url\']=i(this).data(\'img-url\');if(typeof t.imageUrls[s][\'url\']==\'string\'){t.imageUrls[s][\'status\']=!1}\nelse{t.imageUrls[s][\'status\']=!0}})},_preloadSingle:function(t,s){var e=this,a=new Image();if(typeof e.imageUrls[t][\'url\']==\'string\'){i(a).on(\'load error\',function(){e.imageUrls[t][\'status\']=!0;e.$slides.eq(t).css(\'background-image\',\'url(\'+e.imageUrls[t][\'url\']+\')\');if(typeof s==\'function\')s.apply(e,[a,t])});if(e.imageUrls[t][\'url\']!=\'\'){a.src=e.imageUrls[t][\'url\']}\nelse{i(a).trigger(\'error\')}}\nelse{if(typeof s==\'function\')s.apply(e,[a,t])}},_preloadNext:function(i){if(typeof this.imageUrls[i]!=\'undefined\'){this._preloadSingle(i,function(){this._preloadNext(i+1)})}},_bindEvents:function(){var s=this,t=i(window);this.$slider.on(\'click\',\'.next-slide\',i.proxy(this.next,this));this.$slider.on(\'click\',\'.prev-slide\',i.proxy(this.previous,this));this.$slider.on(\'click\',\'.goto-slide\',i.proxy(this.go2,this));if(this.options.hoverpause){this.$slider.on(\'mouseenter\',i.proxy(this.pause,this));this.$slider.on(\'mouseleave\',i.proxy(this.resume,this))};if(this.options.stopinfiniteloop&&this.options.autoplay){if(this.options.stopinfiniteloop==\'last\'){this.$slider.on(\'avia_slider_last_slide\',i.proxy(this._stopSlideshow,this))}\nelse if(this.options.stopinfiniteloop==\'first\'){this.$slider.on(\'avia_slider_first_slide\',i.proxy(this._stopSlideshow,this))}};if(this.options.carousel===\'yes\'){if(!this.isMobile){t.on(\'debouncedresize\',i.proxy(this._buildCarousel,this))}}\nelse{t.on(\'debouncedresize.aviaSlider\',i.proxy(this._setSize,this))};if(!this.isMobile){this.$slider.avia_keyboard_controls()}\nelse{this.$slider.avia_swipe_trigger()};s._attach_video_events()},_kickOff:function(){var t=this,s=t.$slides.eq(0),e=s.data(\'video-ratio\');t._bindEvents();this.$slider.removeClass(\'av-default-height-applied\');if(e){t._setSize(!0)}\nelse{if(this.options.keep_pading!=!0){t.$sliderUl.css(\'padding\',0);t.$win.trigger(\'av-height-change\')}};t._setCenter();if(this.options.carousel===\'no\'){s.css({visibility:\'visible\',opacity:0}).avia_animate({opacity:1},function(){var s=i(this).addClass(\'active-slide\');if(t.permaCaption.length){t.permaCaption.addClass(\'active-slide\')}})};if(t.options.autoplay){t._startSlideshow()};if(t.options.carousel===\'yes\'){t._buildCarousel()};t.$slider.trigger(\'_kickOff\')},_buildCarousel:function(){var r=this,a=this.$slider.outerWidth(),t=parseInt(a/this.options.carouselSlidesToShow),l=window.innerWidth||i(window).width();if(this.options.carouselResponsive&&this.options.carouselResponsive.length&&this.options.carouselResponsive!==null){for(var e in this.options.carouselResponsive){var n=this.options.carouselResponsive[e][\'breakpoint\'],s=this.options.carouselResponsive[e][\'settings\'][\'carouselSlidesToShow\'];if(n>=l){t=parseInt(a/s);this.options.carouselSlidesToShow=s}}};this.slideWidthCarousel=t;this.$slides.each(function(s){i(this).width(t)});var o=t*this.itemsCount;this.$sliderUl.width(o).css(\'transform\',\'translateX(0px)\');if(this.options.carouselSlidesToShow>=this.itemsCount){this.$slider.find(\'.av-timeline-nav\').hide()}},_navigate:function(i,t){if(this.isAnimating||this.itemsCount<2 ||!this.$slider.is(\':visible\')){return!1};this.isAnimating=!0;this.prev=this.current;if(t!==undefined){this.current=t;i=this.current>this.prev?\'next\':\'prev\'}\nelse if(i===\'next\'){this.current=this.current<this.itemsCount-1?this.current+1:0;if(this.current===0&&this.options.autoplay_stopper==1&&this.options.autoplay){this.isAnimating=!1;this.current=this.prev;this._stopSlideshow();return!1}}\nelse if(i===\'prev\'){this.current=this.current>0?this.current-1:this.itemsCount-1};this.gotoButtons.removeClass(\'active\').eq(this.current).addClass(\'active\');if(this.options.carousel===\'no\'){this._setSize()};if(this.options.bg_slider==!0){if(this.imageUrls[this.current][\'status\']==!0){this[\'_\'+this.options.animation].call(this,i)}\nelse{this.loader.show();this._preloadSingle(this.current,function(){this[\'_\'+this.options.animation].call(this,i);this.loader.hide()})}}\nelse{this[\'_\'+this.options.animation].call(this,i)};if(this.current==0){this.loopCount++;this.$slider.trigger(\'avia_slider_first_slide\')}\nelse if(this.current==this.itemsCount-1){this.$slider.trigger(\'avia_slider_last_slide\')}\nelse{this.$slider.trigger(\'avia_slider_navigate_slide\')}},_setSize:function(i){if(this.options.bg_slider==!0)return;var n=this,t=this.$slides.eq(this.current),r=t.find(\'img\'),a=Math.floor(this.$sliderUl.height()),o=t.data(\'video-ratio\'),s=o?this.$sliderUl.width()/o:Math.floor(t.height()),e=t.data(\'video-height\'),l=t.data(\'video-toppos\');this.$sliderUl.height(a).css(\'padding\',0);if(s!=a){if(i==!0){this.$sliderUl.css({height:s});this.$win.trigger(\'av-height-change\')}\nelse{this.$sliderUl.avia_animate({height:s},function(){n.$win.trigger(\'av-height-change\')})}};this._setCenter();if(e&&e!=\'set\'){t.find(\'iframe, embed, video, object, .av_youtube_frame\').css({height:e+\'%\',top:l+\'%\'});t.data(\'video-height\',\'set\')}},_setCenter:function(){var e=this.$slides.eq(this.current),o=e.find(\'img\'),i=parseInt(o.css(\'min-width\'),10),t=e.width(),a=e.find(\'.av-slideshow-caption\'),s=((t-i)/2);if(a.length){if(a.is(\'.caption_left\')){s=((t-i)/1.5)}\nelse if(a.is(\'.caption_right\')){s=((t-i)/2.5)}};if(t>=i){s=0};o.css({left:s})},_carouselmove:function(){var i=this.slideWidthCarousel*this.currentCarousel;this.$sliderUl.css(\'transform\',\'translateX(-\'+i+\'px)\')},_carouselslide:function(i){if(i===\'next\'){if(this.options.carouselSlidesToShow+this.currentCarousel<this.itemsCount){this.currentCarousel++;this._carouselmove()}}\nelse if(i===\'prev\'){if(this.currentCarousel>0){this.currentCarousel--;this._carouselmove()}};this.isAnimating=!1},_slide:function(i){var l=!1,h=l==!0?2:1,r=this.$slider.width(),d=i===\'next\'?-1:1,t=this.browserPrefix+\'transform\',a={},s={},e={},o=(r*d*-1),n=(r*d)/h;if(this.cssActive){t=this.browserPrefix+\'transform\';if(this.css3DActive){a[t]=\'translate3d(\'+o+\'px, 0, 0)\';s[t]=\'translate3d(\'+n+\'px, 0, 0)\';e[t]=\'translate3d(0,0,0)\'}\nelse{a[t]=\'translate(\'+o+\'px,0)\';s[t]=\'translate(\'+n+\'px,0)\';e[t]=\'translate(0,0)\'}}\nelse{a.left=o;s.left=n;e.left=0};if(l){s[\'z-index\']=\'1\';e[\'z-index\']=\'2\'};this._slide_animate(a,s,e)},_slide_up:function(i){var l=!0,h=l==!0?2:1,r=this.$slider.height(),d=i===\'next\'?-1:1,t=this.browserPrefix+\'transform\',a={},s={},e={},o=(r*d*-1),n=(r*d)/h;if(this.cssActive){t=this.browserPrefix+\'transform\';if(this.css3DActive){a[t]=\'translate3d( 0,\'+o+\'px, 0)\';s[t]=\'translate3d( 0,\'+n+\'px, 0)\';e[t]=\'translate3d(0,0,0)\'}\nelse{a[t]=\'translate( 0,\'+o+\'px)\';s[t]=\'translate( 0,\'+n+\'px)\';e[t]=\'translate(0,0)\'}}\nelse{a.top=o;s.top=n;e.top=0};if(l){s[\'z-index\']=\'1\';e[\'z-index\']=\'2\'};this._slide_animate(a,s,e)},_slide_animate:function(i,e,a){var s=this,t=this.$slides.eq(this.current),o=this.$slides.eq(this.prev);o.trigger(\'pause\');if(!t.data(\'disableAutoplay\')){if(t.hasClass(\'av-video-lazyload\')&&!t.hasClass(\'av-video-lazyload-complete\')){t.find(\'.av-click-to-play-overlay\').trigger(\'click\')}\nelse{t.trigger(\'play\')}};t.css({visibility:\'visible\',zIndex:4,opacity:1,left:0,top:0});t.css(i);o.avia_animate(e,this.options.transitionSpeed,this.options.easing);var n=function(){s.isAnimating=!1;t.addClass(\'active-slide\');o.css({visibility:\'hidden\'}).removeClass(\'active-slide\');s.$slider.trigger(\'avia-transition-done\')};if(s.options.show_slide_delay>0){setTimeout(function(){t.avia_animate(a,s.options.transitionSpeed,s.options.easing,n)},s.options.show_slide_delay)}\nelse{t.avia_animate(a,s.options.transitionSpeed,s.options.easing,n)}},_fade:function(){var t=this,i=this.$slides.eq(this.current),s=this.$slides.eq(this.prev),e={visibility:\'visible\',zIndex:3,opacity:0},a=function(){t.isAnimating=!1;i.addClass(\'active-slide\');s.css({visibility:\'hidden\',zIndex:2}).removeClass(\'active-slide\');t.$slider.trigger(\'avia-transition-done\')};s.trigger(\'pause\');if(!i.data(\'disableAutoplay\')){if(i.hasClass(\'av-video-lazyload\')&&!i.hasClass(\'av-video-lazyload-complete\')){i.find(\'.av-click-to-play-overlay\').trigger(\'click\')}\nelse{i.trigger(\'play\')}};if(t.options.fullfade==!0){s.avia_animate({opacity:0},200,\'linear\',function(){i.css(e).avia_animate({opacity:1},t.options.transitionSpeed,\'linear\',a)})}\nelse{i.css(e).avia_animate({opacity:1},t.options.transitionSpeed/2,\'linear\',function(){s.avia_animate({opacity:0},200,\'linear\',a)})}},_attach_video_events:function(){var t=this,s=i(\'html\');t.$slides.each(function(s){var n=i(this),r=n.find(\'.caption_fullwidth, .av-click-overlay\'),d=n.find(\'.mejs-mediaelement\'),l=n.hasClass(\'av-video-lazyload\')?!0:!1;if(n.data(\'avia_video_events\')!=!0){n.data(\'avia_video_events\',!0);n.on(\'av-video-events-bound\',{slide:n,wrap:d,iteration:s,self:t,lazyload:l},e);n.on(\'av-video-ended\',{slide:n,self:t},a);n.on(\'av-video-play-executed\',function(){setTimeout(function(){t.pause()},100)});r.on(\'click\',{slide:n},o);if(n.is(\'.av-video-events-bound\'))n.trigger(\'av-video-events-bound\');if(l&&s===0&&!n.data(\'disableAutoplay\')){n.find(\'.av-click-to-play-overlay\').trigger(\'click\')}}});function e(i){if(i.data.iteration===0){i.data.wrap.css(\'opacity\',0);if(!i.data.self.isMobile&&!i.data.slide.data(\'disableAutoplay\')){i.data.slide.trigger(\'play\')}; ;setTimeout(function(){i.data.wrap.avia_animate({opacity:1},400)},50)}\nelse if(s.is(\'.avia-msie\')&&!i.data.slide.is(\'.av-video-service-html5\')){if(!i.data.slide.data(\'disableAutoplay\'))i.data.slide.trigger(\'play\')};if(i.data.slide.is(\'.av-video-service-html5\')&&i.data.iteration!==0){i.data.slide.trigger(\'pause\')};if(i.data.lazyload){i.data.slide.addClass(\'av-video-lazyload-complete\');i.data.slide.trigger(\'play\')}};function a(i){if(!i.data.slide.is(\'.av-single-slide\')&&!i.data.slide.is(\'.av-loop-video\')){i.data.slide.trigger(\'reset\');t._navigate(\'next\');t.resume()};if(i.data.slide.is(\'.av-loop-video\')&&i.data.slide.is(\'.av-video-service-html5\')){if(s.is(\'.avia-safari-8\')){setTimeout(function(){i.data.slide.trigger(\'play\')},1)}}};function o(i){if(i.target.tagName!=\'A\'){i.data.slide.trigger(\'toggle\')}}},_timer:function(i,t,o){var s=this,e,a=t;s.timerId=0;this.pause=function(){window.clearTimeout(s.timerId);a-=new Date()-e};this.resume=function(){e=new Date();s.timerId=window.setTimeout(i,a)};this.destroy=function(){window.clearTimeout(s.timerId)};this.resume(!0)},_startSlideshow:function(){var i=this;this.isPlaying=!0;this.slideshow=new this._timer(function(){i._navigate(\'next\');if(i.options.autoplay){i._startSlideshow()}},(this.options.interval*1000))},_stopSlideshow:function(){if(this.options.autoplay){this.slideshow.destroy();this.isPlaying=!1;this.options.autoplay=!1}},next:function(i){i.preventDefault();this._stopSlideshow();this._navigate(\'next\')},previous:function(i){i.preventDefault();this._stopSlideshow();this._navigate(\'prev\')},go2:function(i){if(isNaN(i)){i.preventDefault();i=i.currentTarget.hash.replace(\'#\',\'\')};i-=1;if(i===this.current||i>=this.itemsCount||i<0){return!1};this._stopSlideshow();this._navigate(!1,i)},play:function(){if(!this.isPlaying){this.isPlaying=!0;this._navigate(\'next\');this.options.autoplay=!0;this._startSlideshow()}},pause:function(){if(this.isPlaying){this.slideshow.pause()}},resume:function(){if(this.isPlaying){this.slideshow.resume()}},destroy:function(i){this.slideshow.destroy(i)}};i.fn.aviaSlider=function(t){return this.each(function(){var s=i.data(this,\'aviaSlider\');if(!s){s=i.data(this,\'aviaSlider\',new i.AviaSlider(t,this))}})}})(jQuery);\";}s:30:\"avia-module-slideshow-video-js\";a:6:{s:4:\"name\";s:27:\"avia-module-slideshow-video\";s:3:\"url\";s:117:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js\";s:4:\"path\";s:92:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:9643:\"(function(e){\'use strict\';e.AviaVideoAPI=function(i,t,o){this.videoElement=t;this.$video=e(t);this.$option_container=o?e(o):this.$video;this.load_btn=this.$option_container.find(\'.av-click-to-play-overlay\');this.video_wrapper=this.$video.parents(\'ul\').eq(0);this.lazy_load=this.video_wrapper.hasClass(\'av-show-video-on-click\')?!0:!1;this.isMobile=e.avia_utilities.isMobile;this.fallback=this.isMobile?this.$option_container.is(\'.av-mobile-fallback-image\'):!1;if(this.fallback)return;this._init(i)};e.AviaVideoAPI.defaults={loop:!1,mute:!1,controls:!1,events:\'play pause mute unmute loop toggle reset unload\'};e.AviaVideoAPI.apiFiles={youtube:{loaded:!1,src:\'https://www.youtube.com/iframe_api\'}};e.AviaVideoAPI.players={};e.AviaVideoAPI.prototype={_init:function(i){this.options=this._setOptions(i);this.type=this._getPlayerType();this.player=!1;this._bind_player();this.eventsBound=!1;this.playing=!1;this.$option_container.addClass(\'av-video-paused\');this.pp=e.avia_utilities.playpause(this.$option_container)},_setOptions:function(i){var n=e.extend(!0,{},e.AviaVideoAPI.defaults,i),o=this.$option_container.data(),t=\'\';for(t in o){if(o.hasOwnProperty(t)&&(typeof o[t]===\'string\'||typeof o[t]===\'number\'||typeof o[t]===\'boolean\')){n[t]=o[t]}};return n},_getPlayerType:function(){var e=this.$video.get(0).src||this.$video.data(\'src\');if(this.$video.is(\'video\'))return\'html5\';if(this.$video.is(\'.av_youtube_frame\'))return\'youtube\';if(e.indexOf(\'vimeo.com\')!=-1)return\'vimeo\';if(e.indexOf(\'youtube.com\')!=-1)return\'youtube\'},_bind_player:function(){var t=this,o=e(\'html\').hasClass(\'av-cookies-needs-opt-in\')||e(\'html\').hasClass(\'av-cookies-can-opt-out\'),i=!0,n=e(\'html\').hasClass(\'av-cookies-user-silent-accept\'),a=\'html5\'==this.type;if(o&&!n&&!a){if(!document.cookie.match(/aviaCookieConsent/)||e(\'html\').hasClass(\'av-cookies-session-refused\')){i=!1}\nelse{if(!document.cookie.match(/aviaPrivacyRefuseCookiesHideBar/)){i=!1}\nelse if(!document.cookie.match(/aviaPrivacyEssentialCookiesEnabled/)){i=!1}\nelse if(document.cookie.match(/aviaPrivacyVideoEmbedsDisabled/)){i=!1}}};if(!i){this._use_external_link();return};if(this.lazy_load&&this.load_btn.length&&this.type!=\'html5\'){this.$option_container.addClass(\'av-video-lazyload\');this.load_btn.on(\'click\',function(){t.load_btn.remove();t._setPlayer()})}\nelse{this.lazy_load=!1;this._setPlayer()}},_use_external_link:function(){this.$option_container.addClass(\'av-video-lazyload\');this.load_btn.on(\'click\',function(i){if(i.originalEvent===undefined)return;var t=e(this).parents(\'.avia-slide-wrap\').find(\'div[data-original_url]\').data(\'original_url\');if(t)window.open(t,\'_blank\')})},_setPlayer:function(){var t=this;switch(this.type){case\'html5\':this.player=this.$video.data(\'mediaelementplayer\');if(!this.player){this.$video.data(\'mediaelementplayer\',e.AviaVideoAPI.players[this.$video.attr(\'id\').replace(/_html5/,\'\')]);this.player=this.$video.data(\'mediaelementplayer\')};this._playerReady();break;case\'vimeo\':var i=document.createElement(\'iframe\');var o=e(i);i.onload=function(){t.player=Froogaloop(i);t._playerReady();t.$option_container.trigger(\'av-video-loaded\')};i.setAttribute(\'src\',this.$video.data(\'src\'));o.insertAfter(this.$video);this.$video.remove();this.$video=i;break;case\'youtube\':this._getAPI(this.type);e(\'body\').on(\'av-youtube-iframe-api-loaded\',function(){t._playerReady()});break}},_getAPI:function(i){if(e.AviaVideoAPI.apiFiles[i].loaded===!1){e.AviaVideoAPI.apiFiles[i].loaded=!0;var t=document.createElement(\'script\'),o=document.getElementsByTagName(\'script\')[0];t.src=e.AviaVideoAPI.apiFiles[i].src;o.parentNode.insertBefore(t,o)}},_playerReady:function(){var i=this;this.$option_container.on(\'av-video-loaded\',function(){i._bindEvents()});switch(this.type){case\'html5\':this.$video.on(\'av-mediajs-loaded\',function(){i.$option_container.trigger(\'av-video-loaded\')});this.$video.on(\'av-mediajs-ended\',function(){i.$option_container.trigger(\'av-video-ended\')});break;case\'vimeo\':i.player.addEvent(\'ready\',function(){i.$option_container.trigger(\'av-video-loaded\');i.player.addEvent(\'finish\',function(){i.$option_container.trigger(\'av-video-ended\')})});break;case\'youtube\':var t=i.$video.data();if(i._supports_video())t.html5=1;i.player=new YT.Player(i.$video.attr(\'id\'),{videoId:t.videoid,height:i.$video.attr(\'height\'),width:i.$video.attr(\'width\'),playerVars:t,events:{\'onReady\':function(){i.$option_container.trigger(\'av-video-loaded\')},\'onError\':function(i){e.avia_utilities.log(\'YOUTUBE ERROR:\',\'error\',i)},\'onStateChange\':function(e){if(e.data===YT.PlayerState.ENDED){var t=i.options.loop!=!1?\'loop\':\'av-video-ended\';i.$option_container.trigger(t)}}}});break};setTimeout(function(){if(i.eventsBound==!0||typeof i.eventsBound==\'undefined\'||i.type==\'youtube\'){return};e.avia_utilities.log(\'Fallback Video Trigger \"\'+i.type+\'\":\',\'log\',i);i.$option_container.trigger(\'av-video-loaded\')},2000)},_bindEvents:function(){if(this.eventsBound==!0||typeof this.eventsBound==\'undefined\'){return};var e=this,i=\'unmute\';this.eventsBound=!0;this.$option_container.on(this.options.events,function(i){e.api(i.type)});if(!e.isMobile){if(this.options.mute!=!1){i=\'mute\'};if(this.options.loop!=!1){e.api(\'loop\')};e.api(i)};setTimeout(function(){e.$option_container.trigger(\'av-video-events-bound\').addClass(\'av-video-events-bound\')},50)},_supports_video:function(){return!!document.createElement(\'video\').canPlayType},api:function(e){if(this.isMobile&&!this.was_started())return;if(this.options.events.indexOf(e)===-1)return;this.$option_container.trigger(\'av-video-\'+e+\'-executed\');if(typeof this[\'_\'+this.type+\'_\'+e]==\'function\'){this[\'_\'+this.type+\'_\'+e].call(this)};if(typeof this[\'_\'+e]==\'function\'){this[\'_\'+e].call(this)}},was_started:function(){if(!this.player)return!1;switch(this.type){case\'html5\':if(this.player.getCurrentTime()>0)return!0;break;case\'vimeo\':if(this.player.api(\'getCurrentTime\')>0)return!0;break;case\'youtube\':if(this.player.getPlayerState()!==-1)return!0;break};return!1},_play:function(){this.playing=!0;this.$option_container.addClass(\'av-video-playing\').removeClass(\'av-video-paused\')},_pause:function(){this.playing=!1;this.$option_container.removeClass(\'av-video-playing\').addClass(\'av-video-paused\')},_loop:function(){this.options.loop=!0},_toggle:function(){var e=this.playing==!0?\'pause\':\'play\';this.api(e);this.pp.set(e)},_vimeo_play:function(){this.player.api(\'play\')},_vimeo_pause:function(){this.player.api(\'pause\')},_vimeo_mute:function(){this.player.api(\'setVolume\',0)},_vimeo_unmute:function(){this.player.api(\'setVolume\',0.7)},_vimeo_loop:function(){},_vimeo_reset:function(){this.player.api(\'seekTo\',0)},_vimeo_unload:function(){this.player.api(\'unload\')},_youtube_play:function(){this.player.playVideo()},_youtube_pause:function(){this.player.pauseVideo()},_youtube_mute:function(){this.player.mute()},_youtube_unmute:function(){this.player.unMute()},_youtube_loop:function(){if(this.playing==!0)this.player.seekTo(0)},_youtube_reset:function(){this.player.stopVideo()},_youtube_unload:function(){this.player.clearVideo()},_html5_play:function(){if(this.player){this.player.options.pauseOtherPlayers=!1;this.player.play()}},_html5_pause:function(){if(this.player)this.player.pause()},_html5_mute:function(){if(this.player)this.player.setMuted(!0)},_html5_unmute:function(){if(this.player)this.player.setVolume(0.7)},_html5_loop:function(){if(this.player)this.player.options.loop=!0},_html5_reset:function(){if(this.player)this.player.setCurrentTime(0)},_html5_unload:function(){this._html5_pause();this._html5_reset()}};e.fn.aviaVideoApi=function(i,t){return this.each(function(){var o=this;if(t){o=e(this).parents(t).get(0)};var n=e.data(o,\'aviaVideoApi\');if(!n){n=e.data(o,\'aviaVideoApi\',new e.AviaVideoAPI(i,this,o))}})}})(jQuery);window.onYouTubeIframeAPIReady=function(){jQuery(\'body\').trigger(\'av-youtube-iframe-api-loaded\')};var Froogaloop=(function(){function i(e){return new i.fn.init(e)};var e={},d=!1,t=!1,p=Array.prototype.slice,o=\'*\';i.fn=i.prototype={element:null,init:function(e){if(typeof e===\'string\'){e=document.getElementById(e)};this.element=e;return this},api:function(e,i){if(!this.element||!e){return!1};var o=this,t=o.element,l=t.id!==\'\'?t.id:null,u=!r(i)?i:null,a=r(i)?i:null;if(a){s(e,a,l)};n(e,u,t);return o},addEvent:function(e,i){if(!this.element){return!1};var a=this,o=a.element,r=o.id!==\'\'?o.id:null;s(e,i,r);if(e!=\'ready\'){n(\'addEventListener\',e,o)}\nelse if(e==\'ready\'&&t){i.call(null,r)};return a},removeEvent:function(e){if(!this.element){return!1};var t=this,i=t.element,o=i.id!==\'\'?i.id:null,a=u(e,o);if(e!=\'ready\'&&a){n(\'removeEventListener\',e,i)}}};function n(e,i,t){if(!t.contentWindow.postMessage){return!1};var n=JSON.stringify({method:e,value:i});t.contentWindow.postMessage(n,o)};function a(e){var i,r;try{i=JSON.parse(e.data);r=i.event||i.method}catch(p){};if(r==\'ready\'&&!t){t=!0};if(!(/^https?:\\/\\/player.vimeo.com/).test(e.origin)){return!1};if(o===\'*\'){o=e.origin};var u=i.value,d=i.data,a=a===\'\'?null:i.player_id,s=l(r,a),n=[];if(!s){return!1};if(u!==undefined){n.push(u)};if(d){n.push(d)};if(a){n.push(a)};return n.length>0?s.apply(null,n):s.call()};function s(i,t,o){if(o){if(!e[o]){e[o]={}};e[o][i]=t}\nelse{e[i]=t}};function l(i,t){if(t&&e[t]&&e[t][i]){return e[t][i]}\nelse{return e[i]}};function u(i,t){if(t&&e[t]){if(!e[t][i]){return!1};e[t][i]=null}\nelse{if(!e[i]){return!1};e[i]=null};return!0};function r(e){return!!(e&&e.constructor&&e.call&&e.apply)};function h(e){return toString.call(e)===\'[object Array]\'};i.fn.init.prototype=i.fn;if(window.addEventListener){window.addEventListener(\'message\',a,!1)}\nelse{window.attachEvent(\'onmessage\',a)};return(window.Froogaloop=window.$f=i)})();\";}s:19:\"avia-module-tabs-js\";a:6:{s:4:\"name\";s:16:\"avia-module-tabs\";s:3:\"url\";s:101:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js\";s:4:\"path\";s:76:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/tabs/tabs.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1830:\"(function(t){\'use strict\';t.fn.avia_sc_tabs=function(e){var n={heading:\'.tab\',content:\'.tab_content\',active:\'active_tab\',sidebar:!1};var i=t(window),e=t.extend(n,e);return this.each(function(){var n=t(this),c=t(\'<div class=\"tab_titles\"></div>\').prependTo(n),a=t(e.heading,n),r=t(e.content,n),o=!1,d=!1;o=a.clone();d=a.addClass(\'fullsize-tab\').attr(\'aria-hidden\',!0);a=o;a.prependTo(c).each(function(e){var n=t(this),i=!1;if(o)i=d.filter(\':eq(\'+e+\')\');n.addClass(\'tab_counter_\'+e).on(\'click\',function(){f(n,e,i);return!1});n.on(\'keydown\',function(t){if(t.keyCode===13){n.trigger(\'click\')}});if(o){i.on(\'click\',function(){f(i,e,n);return!1});i.on(\'keydown\',function(t){if(t.keyCode===13){i.trigger(\'click\')}})}});s();l(!1);i.on(\'debouncedresize\',s);t(\'a\').on(\'click\',function(){var e=t(this).attr(\'href\');if(typeof e!=\'undefined\'&&e){e=e.replace(/^.*?#/,\'\');l(\'#\'+e)}});function s(){if(!e.sidebar)return;r.css({\'min-height\':c.outerHeight()+1})};function f(a,f,o){if(!a.is(\'.\'+e.active)){t(\'.\'+e.active,n).removeClass(e.active);t(\'.\'+e.active+\'_content\',n).attr(\'aria-hidden\',!0).removeClass(e.active+\'_content\');a.addClass(e.active);var s=a.data(\'fake-id\');if(typeof s==\'string\')location.replace(s);if(o)o.addClass(e.active);var d=r.filter(\':eq(\'+f+\')\').addClass(e.active+\'_content\').attr(\'aria-hidden\',!1);if(typeof click_container!=\'undefined\'&&click_container.length){sidebar_shadow.height(d.outerHeight())};var c=d.offset().top,l=c-50-parseInt(t(\'html\').css(\'margin-top\'),10);if(i.scrollTop()>c){t(\'html:not(:animated),body:not(:animated)\').scrollTop(l)}};i.trigger(\'av-content-el-height-changed\',a)};function l(t){if(!t&&window.location.hash)t=window.location.hash;if(!t)return;var e=a.filter(\'[data-fake-id=\"\'+t+\'\"]\');if(e.length){if(!e.is(\'.active_tab\'))e.trigger(\'click\');window.scrollTo(0,n.offset().top-70)}}})}}(jQuery));\";}s:27:\"avia-module-testimonials-js\";a:6:{s:4:\"name\";s:24:\"avia-module-testimonials\";s:3:\"url\";s:117:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.js\";s:4:\"path\";s:92:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:291:\"(function(i){\'use strict\';i.fn.avia_sc_testimonial=function(t){return this.each(function(){var t=i(this),a=t.find(\'.avia-testimonial\');t.on(\'avia_start_animation\',function(){a.each(function(t){var a=i(this);setTimeout(function(){a.addClass(\'avia_start_animation\')},(t*150))})})})}}(jQuery));\";}s:20:\"avia-module-video-js\";a:6:{s:4:\"name\";s:17:\"avia-module-video\";s:3:\"url\";s:103:\"http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.js\";s:4:\"path\";s:78:\"wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/video/video.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1388:\"(function(i){\'use strict\';i(\'body\').on(\'click\',\'.av-lazyload-video-embed .av-click-to-play-overlay\',function(l){var n=i(this),d=i(\'html\').hasClass(\'av-cookies-needs-opt-in\')||i(\'html\').hasClass(\'av-cookies-can-opt-out\'),o=!0,c=i(\'html\').hasClass(\'av-cookies-user-silent-accept\');if(d&&!c){if(!document.cookie.match(/aviaCookieConsent/)||i(\'html\').hasClass(\'av-cookies-session-refused\')){o=!1}\nelse{if(!document.cookie.match(/aviaPrivacyRefuseCookiesHideBar/)){o=!1}\nelse if(!document.cookie.match(/aviaPrivacyEssentialCookiesEnabled/)){o=!1}\nelse if(document.cookie.match(/aviaPrivacyVideoEmbedsDisabled/)){o=!1}}};var a=n.parents(\'.av-lazyload-video-embed\');if(a.hasClass(\'avia-video-lightbox\')&&a.hasClass(\'avia-video-standard-html\')){o=!0};if(!o){if(typeof l.originalEvent==\'undefined\'){return};var t=a.data(\'original_url\');if(t)window.open(t,\'_blank\',\'noreferrer noopener\');return};var s=a.find(\'.av-video-tmpl\').html(),e=\'\';if(a.hasClass(\'avia-video-lightbox\')){e=a.find(\'a.lightbox-link\');if(e.length==0){a.append(s);setTimeout(function(){e=a.find(\'a.lightbox-link\');if(i(\'html\').hasClass(\'av-default-lightbox\')){e.addClass(\'lightbox-added\').magnificPopup(i.avia_utilities.av_popup);e.trigger(\'click\')}\nelse{e.trigger(\'avia-open-video-in-lightbox\')}},100)}\nelse{e.trigger(\'click\')}}\nelse{a.html(s)}});i(\'.av-lazyload-immediate .av-click-to-play-overlay\').trigger(\'click\')}(jQuery));\";}s:16:\"avia-popup-js-js\";a:6:{s:4:\"name\";s:13:\"avia-popup-js\";s:3:\"url\";s:91:\"http://cs1.noappname.net/wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js\";s:4:\"path\";s:66:\"wp-content/themes/enfold/js/aviapopup/jquery.magnific-popup.min.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:20105:\"!function(e){\'function\'==typeof define&&define.amd?define([\'jquery\'],e):e(\'object\'==typeof exports?require(\'jquery\'):window.jQuery||window.Zepto)}(function(t){var e,P,r,h,l,j,c=\'Close\',N=\'BeforeClose\',D=\'AfterClose\',U=\'BeforeAppend\',S=\'MarkupParse\',E=\'Open\',W=\'Change\',z=\'mfp\',o=\'.\'+z,y=\'mfp-ready\',Z=\'mfp-removing\',O=\'mfp-prevent-close\',C=function(){},M=!!window.jQuery,d=t(window),i=function(t,n){e.ev.on(z+t+o,n)},p=function(e,n,i,r){var o=document.createElement(\'div\');return o.className=\'mfp-\'+e,i&&(o.innerHTML=i),r?n&&n.appendChild(o):(o=t(o),n&&o.appendTo(n)),o},n=function(n,i){e.ev.triggerHandler(z+n,i),e.st.callbacks&&(n=n.charAt(0).toLowerCase()+n.slice(1),e.st.callbacks[n]&&e.st.callbacks[n].apply(e,t.isArray(i)?i:[i]))},B=function(n){return n===j&&e.currTemplate.closeBtn||(e.currTemplate.closeBtn=t(e.st.closeMarkup.replace(\'%title%\',e.st.tClose)),j=n),e.currTemplate.closeBtn},L=function(){t.magnificPopup.instance||(e=new C,e.init(),t.magnificPopup.instance=e)},Y=function(){var e=document.createElement(\'p\').style,t=[\'ms\',\'O\',\'Moz\',\'Webkit\'];if(void 0!==e.transition)return!0;for(;t.length;)if(t.pop()+\'Transition\'in e)return!0;return!1};C.prototype={constructor:C,init:function(){var n=navigator.appVersion;e.isLowIE=e.isIE8=document.all&&!document.addEventListener,e.isAndroid=/android/gi.test(n),e.isIOS=/iphone|ipad|ipod/gi.test(n),e.supportsTransition=Y(),e.probablyMobile=e.isAndroid||e.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),r=t(document),e.popupsCache={}},open:function(a){var s;if(a.isObj===!1){e.items=a.items.toArray(),e.index=0;var c,C=a.items;for(s=0;s<C.length;s++)if(c=C[s],c.parsed&&(c=c.el[0]),c===a.el[0]){e.index=s;break}}\nelse e.items=t.isArray(a.items)?a.items:[a.items],e.index=a.index||0;if(e.isOpen)return void e.updateItemHTML();e.types=[],l=\'\',a.mainEl&&a.mainEl.length?e.ev=a.mainEl.eq(0):e.ev=r,a.key?(e.popupsCache[a.key]||(e.popupsCache[a.key]={}),e.currTemplate=e.popupsCache[a.key]):e.currTemplate={},e.st=t.extend(!0,{},t.magnificPopup.defaults,a),e.fixedContentPos=\'auto\'===e.st.fixedContentPos?!e.probablyMobile:e.st.fixedContentPos,e.st.modal&&(e.st.closeOnContentClick=!1,e.st.closeOnBgClick=!1,e.st.showCloseBtn=!1,e.st.enableEscapeKey=!1),e.bgOverlay||(e.bgOverlay=p(\'bg\').on(\'click\'+o,function(){e.close()}),e.wrap=p(\'wrap\').attr(\'tabindex\',-1).on(\'click\'+o,function(t){e._checkIfClose(t.target)&&e.close()}),e.container=p(\'container\',e.wrap)),e.contentContainer=p(\'content\'),e.st.preloader&&(e.preloader=p(\'preloader\',e.container,e.st.tLoading));var h=t.magnificPopup.modules;for(s=0;s<h.length;s++){var u=h[s];u=u.charAt(0).toUpperCase()+u.slice(1),e[\'init\'+u].call(e)};n(\'BeforeOpen\'),e.st.showCloseBtn&&(e.st.closeBtnInside?(i(S,function(e,t,n,i){n.close_replaceWith=B(i.type)}),l+=\' mfp-close-btn-in\'):e.wrap.append(B())),e.st.alignTop&&(l+=\' mfp-align-top\'),e.fixedContentPos?e.wrap.css({overflow:e.st.overflowY,overflowX:\'hidden\',overflowY:e.st.overflowY}):e.wrap.css({top:d.scrollTop(),position:\'absolute\'}),(e.st.fixedBgPos===!1||\'auto\'===e.st.fixedBgPos&&!e.fixedContentPos)&&e.bgOverlay.css({height:r.height(),position:\'absolute\'}),e.st.enableEscapeKey&&r.on(\'keyup\'+o,function(t){27===t.keyCode&&e.close()}),d.on(\'resize\'+o,function(){e.updateSize()}),e.st.closeOnContentClick||(l+=\' mfp-auto-cursor\'),l&&e.wrap.addClass(l);var v=e.wH=d.height(),m={};if(e.fixedContentPos&&e._hasScrollBar(v)){var g=e._getScrollbarSize();g&&(m.marginRight=g)};e.fixedContentPos&&(e.isIE7?t(\'body, html\').css(\'overflow\',\'hidden\'):m.overflow=\'hidden\');var f=e.st.mainClass;return e.isIE7&&(f+=\' mfp-ie7\'),f&&e._addClassToMFP(f),e.updateItemHTML(),n(\'BuildControls\'),t(\'html\').css(m),e.bgOverlay.add(e.wrap).prependTo(e.st.prependTo||t(document.body)),e._lastFocusedEl=document.activeElement,setTimeout(function(){e.content?(e._addClassToMFP(y),e._setFocus()):e.bgOverlay.addClass(y),r.on(\'focusin\'+o,e._onFocusIn)},16),e.isOpen=!0,e.updateSize(v),n(E),a},close:function(){e.isOpen&&(n(N),e.isOpen=!1,e.st.removalDelay&&!e.isLowIE&&e.supportsTransition?(e._addClassToMFP(Z),setTimeout(function(){e._close()},e.st.removalDelay)):e._close())},_close:function(){n(c);var a=Z+\' \'+y+\' \';if(e.bgOverlay.detach(),e.wrap.detach(),e.container.empty(),e.st.mainClass&&(a+=e.st.mainClass+\' \'),e._removeClassFromMFP(a),e.fixedContentPos){var i={marginRight:\'\'};e.isIE7?t(\'body, html\').css(\'overflow\',\'\'):i.overflow=\'\',t(\'html\').css(i)};r.off(\'keyup\'+o+\' focusin\'+o),e.ev.off(o),e.wrap.attr(\'class\',\'mfp-wrap\').removeAttr(\'style\'),e.bgOverlay.attr(\'class\',\'mfp-bg\'),e.container.attr(\'class\',\'mfp-container\'),!e.st.showCloseBtn||e.st.closeBtnInside&&e.currTemplate[e.currItem.type]!==!0||e.currTemplate.closeBtn&&e.currTemplate.closeBtn.detach(),e.st.autoFocusLast&&e._lastFocusedEl&&t(e._lastFocusedEl).focus(),e.currItem=null,e.content=null,e.currTemplate=null,e.prevHeight=0,n(D)},updateSize:function(t){if(e.isIOS){var o=document.documentElement.clientWidth/window.innerWidth,i=window.innerHeight*o;e.wrap.css(\'height\',i),e.wH=i}\nelse e.wH=t||d.height();e.fixedContentPos||e.wrap.css(\'height\',e.wH),n(\'Resize\')},updateItemHTML:function(){var o=e.items[e.index];e.contentContainer.detach(),e.content&&e.content.detach(),o.parsed||(o=e.parseEl(e.index));var i=o.type;if(n(\'BeforeChange\',[e.currItem?e.currItem.type:\'\',i]),e.currItem=o,!e.currTemplate[i]){var r=e.st[i]?e.st[i].markup:!1;n(\'FirstMarkupParse\',r),r?e.currTemplate[i]=t(r):e.currTemplate[i]=!0};h&&h!==o.type&&e.container.removeClass(\'mfp-\'+h+\'-holder\');var a=e[\'get\'+i.charAt(0).toUpperCase()+i.slice(1)](o,e.currTemplate[i]);e.appendContent(a,i),o.preloaded=!0,n(W,o),h=o.type,e.container.prepend(e.contentContainer),n(\'AfterChange\')},appendContent:function(t,i){e.content=t,t?e.st.showCloseBtn&&e.st.closeBtnInside&&e.currTemplate[i]===!0?e.content.find(\'.mfp-close\').length||e.content.append(B()):e.content=t:e.content=\'\',n(U),e.container.addClass(\'mfp-\'+i+\'-holder\'),e.contentContainer.append(e.content)},parseEl:function(i){var s,o=e.items[i];if(o.tagName?o={el:t(o)}:(s=o.type,o={data:o,src:o.src}),o.el){for(var a=e.types,r=0;r<a.length;r++)if(o.el.hasClass(\'mfp-\'+a[r])){s=a[r];break};o.src=o.el.attr(\'data-mfp-src\'),o.src||(o.src=o.el.attr(\'href\'))};return o.type=s||e.st.type||\'inline\',o.index=i,o.parsed=!0,e.items[i]=o,n(\'ElementParse\',o),e.items[i]},addGroup:function(t,n){var o=function(i){i.mfpEl=this,e._openClick(i,t,n)};n||(n={});var i=\'click.magnificPopup\';n.mainEl=t,n.items?(n.isObj=!0,t.off(i).on(i,o)):(n.isObj=!1,n.delegate?t.off(i).on(i,n.delegate,o):(n.items=t,t.off(i).on(i,o)))},_openClick:function(n,i,o){var a=void 0!==o.midClick?o.midClick:t.magnificPopup.defaults.midClick;if(a||!(2===n.which||n.ctrlKey||n.metaKey||n.altKey||n.shiftKey)){var r=void 0!==o.disableOn?o.disableOn:t.magnificPopup.defaults.disableOn;if(r)if(t.isFunction(r)){if(!r.call(e))return!0}\nelse if(d.width()<r)return!0;n.type&&(n.preventDefault(),e.isOpen&&n.stopPropagation()),o.el=t(n.mfpEl),o.delegate&&(o.items=i.find(o.delegate)),e.open(o)}},updateStatus:function(t,i){if(e.preloader){P!==t&&e.container.removeClass(\'mfp-s-\'+P),i||\'loading\'!==t||(i=e.st.tLoading);var o={status:t,text:i};n(\'UpdateStatus\',o),t=o.status,i=o.text,e.preloader.html(i),e.preloader.find(\'a\').on(\'click\',function(e){e.stopImmediatePropagation()}),e.container.addClass(\'mfp-s-\'+t),P=t}},_checkIfClose:function(n){if(!t(n).hasClass(O)){var i=e.st.closeOnContentClick,o=e.st.closeOnBgClick;if(i&&o)return!0;if(!e.content||t(n).hasClass(\'mfp-close\')||e.preloader&&n===e.preloader[0])return!0;if(n===e.content[0]||t.contains(e.content[0],n)){if(i)return!0}\nelse if(o&&t.contains(document,n))return!0;return!1}},_addClassToMFP:function(t){e.bgOverlay.addClass(t),e.wrap.addClass(t)},_removeClassFromMFP:function(t){this.bgOverlay.removeClass(t),e.wrap.removeClass(t)},_hasScrollBar:function(t){return(e.isIE7?r.height():document.body.scrollHeight)>(t||d.height())},_setFocus:function(){(e.st.focus?e.content.find(e.st.focus).eq(0):e.wrap).focus()},_onFocusIn:function(n){return n.target===e.wrap[0]||t.contains(e.wrap[0],n.target)?void 0:(e._setFocus(),!1)},_parseMarkup:function(e,i,r){var a;r.data&&(i=t.extend(r.data,i)),n(S,[e,i,r]),t.each(i,function(n,i){if(void 0===i||i===!1)return!0;if(a=n.split(\'_\'),a.length>1){var r=e.find(o+\'-\'+a[0]);if(r.length>0){var s=a[1];\'replaceWith\'===s?r[0]!==i[0]&&r.replaceWith(i):\'img\'===s?r.is(\'img\')?r.attr(\'src\',i):r.replaceWith(t(\'<img>\').attr(\'src\',i).attr(\'class\',r.attr(\'class\'))):r.attr(a[1],i)}}\nelse e.find(o+\'-\'+n).html(i)})},_getScrollbarSize:function(){if(void 0===e.scrollbarSize){var t=document.createElement(\'div\');t.style.cssText=\'width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;\',document.body.appendChild(t),e.scrollbarSize=t.offsetWidth-t.clientWidth,document.body.removeChild(t)};return e.scrollbarSize}},t.magnificPopup={instance:null,proto:C.prototype,modules:[],open:function(e,n){return L(),e=e?t.extend(!0,{},e):{},e.isObj=!0,e.index=n||0,this.instance.open(e)},close:function(){return t.magnificPopup.instance&&t.magnificPopup.instance.close()},registerModule:function(e,n){n.options&&(t.magnificPopup.defaults[e]=n.options),t.extend(this.proto,n.proto),this.modules.push(e)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:\'\',preloader:!0,focus:\'\',closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:\'auto\',fixedBgPos:\'auto\',overflowY:\'auto\',closeMarkup:\'<button title=\"%title%\" type=\"button\" class=\"mfp-close\">&#215;</button>\',tClose:\'Close (Esc)\',tLoading:\'Loading...\',autoFocusLast:!0}},t.fn.magnificPopup=function(n){L();var i=t(this);if(\'string\'==typeof n)if(\'open\'===n){var o,r=M?i.data(\'magnificPopup\'):i[0].magnificPopup,a=parseInt(arguments[1],10)||0;r.items?o=r.items[a]:(o=i,r.delegate&&(o=o.find(r.delegate)),o=o.eq(a)),e._openClick({mfpEl:o},i,r)}\nelse e.isOpen&&e[n].apply(e,Array.prototype.slice.call(arguments,1));else n=t.extend(!0,{},n),M?i.data(\'magnificPopup\',n):i[0].magnificPopup=n,e.addGroup(i,n);return i};var u,g,v,T=\'inline\',F=function(){v&&(g.after(v.addClass(u)).detach(),v=null)};t.magnificPopup.registerModule(T,{options:{hiddenClass:\'hide\',markup:\'\',tNotFound:\'Content not found\'},proto:{initInline:function(){e.types.push(T),i(c+\'.\'+T,function(){F()})},getInline:function(n,i){if(F(),n.src){var a=e.st.inline,o=t(n.src);if(o.length){var r=o[0].parentNode;r&&r.tagName&&(g||(u=a.hiddenClass,g=p(u),u=\'mfp-\'+u),v=o.after(g).detach().removeClass(u)),e.updateStatus(\'ready\')}\nelse e.updateStatus(\'error\',a.tNotFound),o=t(\'<div>\');return n.inlineElement=o,o};return e.updateStatus(\'ready\'),e._parseMarkup(i,{},n),i}}});var f,m=\'ajax\',k=function(){f&&t(document.body).removeClass(f)},A=function(){k(),e.req&&e.req.abort()};t.magnificPopup.registerModule(m,{options:{settings:null,cursor:\'mfp-ajax-cur\',tError:\'<a href=\"%url%\">The content</a> could not be loaded.\'},proto:{initAjax:function(){e.types.push(m),f=e.st.ajax.cursor,i(c+\'.\'+m,A),i(\'BeforeChange.\'+m,A)},getAjax:function(i){f&&t(document.body).addClass(f),e.updateStatus(\'loading\');var o=t.extend({url:i.src,success:function(o,r,a){var s={data:o,xhr:a};n(\'ParseAjax\',s),e.appendContent(t(s.data),m),i.finished=!0,k(),e._setFocus(),setTimeout(function(){e.wrap.addClass(y)},16),e.updateStatus(\'ready\'),n(\'AjaxContentAdded\')},error:function(){k(),i.finished=i.loadError=!0,e.updateStatus(\'error\',e.st.ajax.tError.replace(\'%url%\',i.src))}},e.st.ajax.settings);return e.req=t.ajax(o),\'\'}}});var a,K=function(n){if(n.data&&void 0!==n.data.title)return n.data.title;var i=e.st.image.titleSrc;if(i){if(t.isFunction(i))return i.call(e,n);if(n.el)return n.el.attr(i)||\'\'};return\'\'};t.magnificPopup.registerModule(\'image\',{options:{markup:\'<div class=\"mfp-figure\"><div class=\"mfp-close\"></div><figure><div class=\"mfp-img\"></div><figcaption><div class=\"mfp-bottom-bar\"><div class=\"mfp-title\"></div><div class=\"mfp-counter\"></div></div></figcaption></figure></div>\',cursor:\'mfp-zoom-out-cur\',titleSrc:\'title\',verticalFit:!0,tError:\'<a href=\"%url%\">The image</a> could not be loaded.\'},proto:{initImage:function(){var n=e.st.image,r=\'.image\';e.types.push(\'image\'),i(E+r,function(){\'image\'===e.currItem.type&&n.cursor&&t(document.body).addClass(n.cursor)}),i(c+r,function(){n.cursor&&t(document.body).removeClass(n.cursor),d.off(\'resize\'+o)}),i(\'Resize\'+r,e.resizeImage),e.isLowIE&&i(\'AfterChange\',e.resizeImage)},resizeImage:function(){var t=e.currItem;if(t&&t.img&&e.st.image.verticalFit){var n=0;e.isLowIE&&(n=parseInt(t.img.css(\'padding-top\'),10)+parseInt(t.img.css(\'padding-bottom\'),10)),t.img.css(\'max-height\',e.wH-n)}},_onImageHasSize:function(t){t.img&&(t.hasSize=!0,a&&clearInterval(a),t.isCheckingImgSize=!1,n(\'ImageHasSize\',t),t.imgHidden&&(e.content&&e.content.removeClass(\'mfp-loading\'),t.imgHidden=!1))},findImageSize:function(t){var n=0,o=t.img[0],i=function(r){a&&clearInterval(a),a=setInterval(function(){return o.naturalWidth>0?void e._onImageHasSize(t):(n>200&&clearInterval(a),n++,void(3===n?i(10):40===n?i(50):100===n&&i(500)))},r)};i(1)},getImage:function(i,o){var s=0,l=function(){i&&(i.img[0].complete?(i.img.off(\'.mfploader\'),i===e.currItem&&(e._onImageHasSize(i),e.updateStatus(\'ready\')),i.hasSize=!0,i.loaded=!0,n(\'ImageLoadComplete\')):(s++,200>s?setTimeout(l,100):c()))},c=function(){i&&(i.img.off(\'.mfploader\'),i===e.currItem&&(e._onImageHasSize(i),e.updateStatus(\'error\',d.tError.replace(\'%url%\',i.src))),i.hasSize=!0,i.loaded=!0,i.loadError=!0)},d=e.st.image,u=o.find(\'.mfp-img\');if(u.length){var r=document.createElement(\'img\');r.className=\'mfp-img\',i.el&&i.el.find(\'img\').length&&(r.alt=i.el.find(\'img\').attr(\'alt\')),i.img=t(r).on(\'load.mfploader\',l).on(\'error.mfploader\',c),r.src=i.src,u.is(\'img\')&&(i.img=i.img.clone()),r=i.img[0],r.naturalWidth>0?i.hasSize=!0:r.width||(i.hasSize=!1)};return e._parseMarkup(o,{title:K(i),img_replaceWith:i.img},i),e.resizeImage(),i.hasSize?(a&&clearInterval(a),i.loadError?(o.addClass(\'mfp-loading\'),e.updateStatus(\'error\',d.tError.replace(\'%url%\',i.src))):(o.removeClass(\'mfp-loading\'),e.updateStatus(\'ready\')),o):(e.updateStatus(\'loading\'),i.loading=!0,i.hasSize||(i.imgHidden=!0,o.addClass(\'mfp-loading\'),e.findImageSize(i)),o)}}});var x,q=function(){return void 0===x&&(x=void 0!==document.createElement(\'p\').style.MozTransform),x};t.magnificPopup.registerModule(\'zoom\',{options:{enabled:!1,easing:\'ease-in-out\',duration:300,opener:function(e){return e.is(\'img\')?e:e.find(\'img\')}},proto:{initZoom:function(){var o,a=e.st.zoom,l=\'.zoom\';if(a.enabled&&e.supportsTransition){var r,t,d=a.duration,u=function(e){var i=e.clone().removeAttr(\'style\').removeAttr(\'class\').addClass(\'mfp-animated-image\'),o=\'all \'+a.duration/1e3+\'s \'+a.easing,t={position:\'fixed\',zIndex:9999,left:0,top:0,\'-webkit-backface-visibility\':\'hidden\'},n=\'transition\';return t[\'-webkit-\'+n]=t[\'-moz-\'+n]=t[\'-o-\'+n]=t[n]=o,i.css(t),i},s=function(){e.content.css(\'visibility\',\'visible\')};i(\'BuildControls\'+l,function(){if(e._allowZoom()){if(clearTimeout(r),e.content.css(\'visibility\',\'hidden\'),o=e._getItemToZoom(),!o)return void s();t=u(o),t.css(e._getOffset()),e.wrap.append(t),r=setTimeout(function(){t.css(e._getOffset(!0)),r=setTimeout(function(){s(),setTimeout(function(){t.remove(),o=t=null,n(\'ZoomAnimationEnded\')},16)},d)},16)}}),i(N+l,function(){if(e._allowZoom()){if(clearTimeout(r),e.st.removalDelay=d,!o){if(o=e._getItemToZoom(),!o)return;t=u(o)};t.css(e._getOffset(!0)),e.wrap.append(t),e.content.css(\'visibility\',\'hidden\'),setTimeout(function(){t.css(e._getOffset())},16)}}),i(c+l,function(){e._allowZoom()&&(s(),t&&t.remove(),o=null)})}},_allowZoom:function(){return\'image\'===e.currItem.type},_getItemToZoom:function(){return e.currItem.hasSize?e.currItem.img:!1},_getOffset:function(n){var i;i=n?e.currItem.img:e.st.zoom.opener(e.currItem.el||e.currItem);var r=i.offset(),a=parseInt(i.css(\'padding-top\'),10),s=parseInt(i.css(\'padding-bottom\'),10);r.top-=t(window).scrollTop()-a;var o={width:i.width(),height:(M?i.innerHeight():i[0].offsetHeight)-s-a};return q()?o[\'-moz-transform\']=o.transform=\'translate(\'+r.left+\'px,\'+r.top+\'px)\':(o.left=r.left,o.top=r.top),o}}});var s=\'iframe\',R=\'//about:blank\',I=function(t){if(e.currTemplate[s]){var n=e.currTemplate[s].find(\'iframe\');n.length&&(t||(n[0].src=R),e.isIE8&&n.css(\'display\',t?\'block\':\'none\'))}};t.magnificPopup.registerModule(s,{options:{markup:\'<div class=\"mfp-iframe-scaler\"><div class=\"mfp-close\"></div><iframe class=\"mfp-iframe\" src=\"//about:blank\" frameborder=\"0\" allowfullscreen></iframe></div>\',srcAction:\'iframe_src\',patterns:{youtube:{index:\'youtube.com\',id:\'v=\',src:\'//www.youtube.com/embed/%id%?autoplay=1\'},vimeo:{index:\'vimeo.com/\',id:\'/\',src:\'//player.vimeo.com/video/%id%?autoplay=1\'},gmaps:{index:\'//maps.google.\',src:\'%id%&output=embed\'}}},proto:{initIframe:function(){e.types.push(s),i(\'BeforeChange\',function(e,t,n){t!==n&&(t===s?I():n===s&&I(!0))}),i(c+\'.\'+s,function(){I()})},getIframe:function(n,i){var o=n.src,r=e.st.iframe;t.each(r.patterns,function(){return o.indexOf(this.index)>-1?(this.id&&(o=\'string\'==typeof this.id?o.substr(o.lastIndexOf(this.id)+this.id.length,o.length):this.id.call(this,o)),o=this.src.replace(\'%id%\',o),!1):void 0});var a={};return r.srcAction&&(a[r.srcAction]=o),e._parseMarkup(i,a,n),e.updateStatus(\'ready\'),i}}});var b=function(t){var n=e.items.length;return t>n-1?t-n:0>t?n+t:t},H=function(e,t,n){return e.replace(/%curr%/gi,t+1).replace(/%total%/gi,n)};t.magnificPopup.registerModule(\'gallery\',{options:{enabled:!1,arrowMarkup:\'<button title=\"%title%\" type=\"button\" class=\"mfp-arrow mfp-arrow-%dir%\"></button>\',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:\'Previous (Left arrow key)\',tNext:\'Next (Right arrow key)\',tCounter:\'%curr% of %total%\'},proto:{initGallery:function(){var o=e.st.gallery,n=\'.mfp-gallery\';return e.direction=!0,o&&o.enabled?(l+=\' mfp-gallery\',i(E+n,function(){o.navigateByImgClick&&e.wrap.on(\'click\'+n,\'.mfp-img\',function(){return e.items.length>1?(e.next(),!1):void 0}),r.on(\'keydown\'+n,function(t){37===t.keyCode?e.prev():39===t.keyCode&&e.next()})}),i(\'UpdateStatus\'+n,function(t,n){n.text&&(n.text=H(n.text,e.currItem.index,e.items.length))}),i(S+n,function(t,n,i,r){var a=e.items.length;i.counter=a>1?H(o.tCounter,r.index,a):\'\'}),i(\'BuildControls\'+n,function(){if(e.items.length>1&&o.arrows&&!e.arrowLeft){var n=o.arrowMarkup,i=e.arrowLeft=t(n.replace(/%title%/gi,o.tPrev).replace(/%dir%/gi,\'left\')).addClass(O),r=e.arrowRight=t(n.replace(/%title%/gi,o.tNext).replace(/%dir%/gi,\'right\')).addClass(O);i.click(function(){e.prev()}),r.click(function(){e.next()}),e.container.append(i.add(r))}}),i(W+n,function(){e._preloadTimeout&&clearTimeout(e._preloadTimeout),e._preloadTimeout=setTimeout(function(){e.preloadNearbyImages(),e._preloadTimeout=null},16)}),void i(c+n,function(){r.off(n),e.wrap.off(\'click\'+n),e.arrowRight=e.arrowLeft=null})):!1},next:function(){e.direction=!0,e.index=b(e.index+1),e.updateItemHTML()},prev:function(){e.direction=!1,e.index=b(e.index-1),e.updateItemHTML()},goTo:function(t){e.direction=t>=e.index,e.index=t,e.updateItemHTML()},preloadNearbyImages:function(){var t,n=e.st.gallery.preload,i=Math.min(n[0],e.items.length),o=Math.min(n[1],e.items.length);for(t=1;t<=(e.direction?o:i);t++)e._preloadItem(e.index+t);for(t=1;t<=(e.direction?i:o);t++)e._preloadItem(e.index-t)},_preloadItem:function(i){if(i=b(i),!e.items[i].preloaded){var o=e.items[i];o.parsed||(o=e.parseEl(i)),n(\'LazyLoad\',o),\'image\'===o.type&&(o.img=t(\'<img class=\"mfp-img\" />\').on(\'load.mfploader\',function(){o.hasSize=!0}).on(\'error.mfploader\',function(){o.hasSize=!0,o.loadError=!0,n(\'LazyLoadError\',o)}).attr(\'src\',o.src)),o.preloaded=!0}}}});var w=\'retina\';t.magnificPopup.registerModule(w,{options:{replaceSrc:function(e){return e.src.replace(/\\.\\w+$/,function(e){return\'@2x\'+e})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var n=e.st.retina,t=n.ratio;t=isNaN(t)?t():t,t>1&&(i(\'ImageHasSize.\'+w,function(e,n){n.img.css({\'max-width\':n.img[0].naturalWidth/t,width:\'100%\'})}),i(\'ElementParse.\'+w,function(e,i){i.src=n.replaceSrc(i,t)}))}}}}),L()});\";}s:27:\"avia-lightbox-activation-js\";a:6:{s:4:\"name\";s:24:\"avia-lightbox-activation\";s:3:\"url\";s:77:\"http://cs1.noappname.net/wp-content/themes/enfold/js/avia-snippet-lightbox.js\";s:4:\"path\";s:52:\"wp-content/themes/enfold/js/avia-snippet-lightbox.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:3403:\"(function(e){\'use strict\';e.avia_utilities=e.avia_utilities||{};e.avia_utilities.av_popup={type:\'image\',mainClass:\'avia-popup mfp-zoom-in\',tLoading:\'\',tClose:\'\',removalDelay:300,closeBtnInside:!0,closeOnContentClick:!1,midClick:!0,fixedContentPos:!1,iframe:{patterns:{youtube:{index:\'youtube.com/watch\',id:function(e){var a=e.match(/[\\\\?\\\\&]v=([^\\\\?\\\\&]+)/),i,t;if(!a||!a[1])return null;i=a[1];t=e.split(\'/watch\');t=t[1];return i+t},src:\'//www.youtube.com/embed/%id%\'},vimeo:{index:\'vimeo.com/\',id:function(e){var a=e.match(/(https?:\\/\\/)?(www.)?(player.)?vimeo.com\\/([a-z]*\\/)*([0-9]{6,11})[?]?.*/),i,t;if(!a||!a[5])return null;i=a[5];t=e.split(\'?\');t=t[1];return i+\'?\'+t},src:\'//player.vimeo.com/video/%id%\'}}},image:{titleSrc:function(e){var t=e.el.attr(\'title\');if(!t)t=e.el.find(\'img\').attr(\'title\');if(!t)t=e.el.parent().next(\'.wp-caption-text\').html();if(typeof t==\'undefined\')return\'\';return t}},gallery:{tPrev:\'\',tNext:\'\',tCounter:\'%curr% / %total%\',enabled:!0,preload:[1,1]},callbacks:{beforeOpen:function(){if(this.st.el&&this.st.el.data(\'fixed-content\')){this.fixedContentPos=!0}},open:function(){e.magnificPopup.instance.next=function(){var t=this;t.wrap.removeClass(\'mfp-image-loaded\');setTimeout(function(){e.magnificPopup.proto.next.call(t)},120)};e.magnificPopup.instance.prev=function(){var t=this;t.wrap.removeClass(\'mfp-image-loaded\');setTimeout(function(){e.magnificPopup.proto.prev.call(t)},120)};if(this.st.el&&this.st.el.data(\'av-extra-class\')){this.wrap.addClass(this.currItem.el.data(\'av-extra-class\'))}},imageLoadComplete:function(){var e=this;setTimeout(function(){e.wrap.addClass(\'mfp-image-loaded\')},16)},change:function(){if(this.currItem.el){var e=this.currItem.el;this.content.find(\'.av-extra-modal-content, .av-extra-modal-markup\').remove();if(e.data(\'av-extra-content\')){var a=e.data(\'av-extra-content\');this.content.append(\'<div class=\\\'av-extra-modal-content\\\'>\'+a+\'</div>\')};if(e.data(\'av-extra-markup\')){var t=e.data(\'av-extra-markup\');this.wrap.append(\'<div class=\\\'av-extra-modal-markup\\\'>\'+t+\'</div>\')}}}}},e.fn.avia_activate_lightbox=function(a){var i={groups:[\'.avia-slideshow\',\'.avia-gallery\',\'.av-horizontal-gallery\',\'.av-instagram-pics\',\'.portfolio-preview-image\',\'.portfolio-preview-content\',\'.isotope\',\'.post-entry\',\'.sidebar\',\'#main\',\'.main_menu\',\'.woocommerce-product-gallery\'],autolinkElements:\'a.lightbox, a[rel^=\"prettyPhoto\"], a[rel^=\"lightbox\"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=\".jpg?\"], a[href*=\".png?\"], a[href*=\".gif?\"], a[href*=\".jpeg?\"], a[href$=\".mov\"] , a[href$=\".swf\"] , a:regex(href, .vimeo\\.com/[0-9]) , a[href*=\"youtube.com/watch\"] , a[href*=\"screenr.com\"], a[href*=\"iframe=true\"]\',videoElements:\'a[href$=\".mov\"] , a[href$=\".swf\"] , a:regex(href, .vimeo\\.com/[0-9]) , a[href*=\"youtube.com/watch\"] , a[href*=\"screenr.com\"], a[href*=\"iframe=true\"]\',exclude:\'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*=\"dropbox.com\"]\'},t=e.extend({},i,a),o=!e(\'html\').is(\'.av-custom-lightbox\');if(!o)return this;return this.each(function(){var i=e(this),r=e(t.videoElements,this).not(t.exclude).addClass(\'mfp-iframe\'),o=!i.is(\'body\')&&!i.is(\'.ajax_slide\');for(var a=0;a<t.groups.length;a++){i.find(t.groups[a]).each(function(){var a=e(t.autolinkElements,this);if(o)a.removeClass(\'lightbox-added\');a.not(t.exclude).addClass(\'lightbox-added\').magnificPopup(e.avia_utilities.av_popup)})}})}})(jQuery);\";}s:16:\"avia-megamenu-js\";a:6:{s:4:\"name\";s:13:\"avia-megamenu\";s:3:\"url\";s:77:\"http://cs1.noappname.net/wp-content/themes/enfold/js/avia-snippet-megamenu.js\";s:4:\"path\";s:52:\"wp-content/themes/enfold/js/avia-snippet-megamenu.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:2933:\"(function(i){\'use strict\';i(document).ready(function(){if(i.fn.aviaMegamenu)i(\'.main_menu .menu\').aviaMegamenu({modify_position:!0})});i.fn.aviaMegamenu=function(e){var n={modify_position:!0,delay:300};var t=i.extend(n,e),a=i(window);return this.each(function(){var f=i(\'html:first\'),g=i(\'#main .container:first\'),c=f.filter(\'.html_menu_left, .html_logo_center\').length,l=i.avia_utilities.isMobile,n=i(this),a=n.find(\'>li:not(.ignore_menu)\'),e=a.find(\'>div\').parent().css({overflow:\'hidden\'}),r=n.find(\'>.current-menu-item>a, >.current_page_item>a\'),d=a.find(\'>ul\').parent(),u=n.parent(),h=n.parents(\'.main_menu\').eq(0),p=u.width(),o={},s=[];if(!r.length){n.find(\'.current-menu-ancestor:eq(0) a:eq(0), .current_page_ancestor:eq(0) a:eq(0)\').parent().addClass(\'active-parent-item\')};if(!f.is(\'.html_header_top\')){t.modify_position=!1};a.on(\'click\',\'a\',function(i){if(this.href==window.location.href+\'#\'||this.href==window.location.href+\'/#\')i.preventDefault()});a.each(function(){var e=i(this),s=e.position(),a=e.find(\'div:first\').css({opacity:0,display:\'none\'}),o=\'\';if(!a.length){o=e.find(\'>ul\').css({display:\'none\'})};if(a.length||o.length){var n=e.addClass(\'dropdown_ul_available\').find(\'>a\');n.append(\'<span class=\"dropdown_available\"></span>\');if(typeof n.attr(\'href\')!=\'string\'||n.attr(\'href\')==\'#\'){n.css(\'cursor\',\'default\').click(function(i){i.preventDefault()})}};if(t.modify_position&&a.length){e.on(\'mouseenter\',function(){m(e,s,a,p)})}});function m(i,t,e,n){t=i.position();if(!c){if(t.left+e.width()<n){e.css({right:-e.outerWidth()+i.outerWidth()})}\nelse if(t.left+e.width()>n){e.css({right:-h.outerWidth()+(t.left+i.outerWidth())})}}\nelse{if(e.width()>t.left+i.outerWidth()){e.css({left:(t.left*-1)})}\nelse if(t.left+e.width()>n){e.css({left:(e.width()-t.left)*-1})}}};function v(i){if(o[i]==!0){var t=e.filter(\':eq(\'+i+\')\').css({overflow:\'visible\'}).find(\'div:first\'),n=e.filter(\':eq(\'+i+\')\').find(\'a:first\');s[\'check\'+i]=!0;t.stop().css(\'display\',\'block\').animate({opacity:1},300);if(t.length){n.addClass(\'open-mega-a\')}}};function y(t){if(o[t]==!1){e.filter(\':eq(\'+t+\')\').find(\'>a\').removeClass(\'open-mega-a\');var n=e.filter(\':eq(\'+t+\')\'),a=n.find(\'div:first\');a.stop().css(\'display\',\'block\').animate({opacity:0},300,function(){i(this).css(\'display\',\'none\');n.css({overflow:\'hidden\'});s[\'check\'+t]=!1})}};if(l){e.each(function(e){i(this).on(\'click\',function(){if(s[\'check\'+e]!=!0)return!1})})};e.each(function(e){i(this).hover(function(){o[e]=!0;setTimeout(function(){v(e)},t.delay)},function(){o[e]=!1;setTimeout(function(){y(e)},t.delay)})});d.find(\'li\').addBack().each(function(){var t=i(this),e=t.find(\'ul:first\'),a=!1;if(e.length){e.css({display:\'block\',opacity:0,visibility:\'hidden\'});var n=t.find(\'>a\');n.on(\'mouseenter\',function(){e.stop().css({visibility:\'visible\'}).animate({opacity:1})});t.on(\'mouseleave\',function(){e.stop().animate({opacity:0},function(){e.css({visibility:\'hidden\'})})})}})})}})(jQuery);\";}s:21:\"avia-sticky-header-js\";a:6:{s:4:\"name\";s:18:\"avia-sticky-header\";s:3:\"url\";s:82:\"http://cs1.noappname.net/wp-content/themes/enfold/js/avia-snippet-sticky-header.js\";s:4:\"path\";s:57:\"wp-content/themes/enfold/js/avia-snippet-sticky-header.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1640:\"(function(e){\'use strict\';e(document).ready(function(){i()});function a(e,i,a){if(e[0].classList){if(i==\'add\'){e[0].classList.add(a)}\nelse{e[0].classList.remove(a)}}\nelse{if(i==\'add\'){e.addClass(a)}\nelse{e.removeClass(a)}}};function i(){var l=e(window),i=e(\'.html_header_top.html_header_sticky #header\'),n=e(\'.av_header_unstick_top\');if(!i.length&&!n.length)return;var c=e(\'#header_main .container .logo img, #header_main .container .logo a\'),t=e(\'#header_main .container:not(#header_main_alternate>.container), #header_main .main_menu ul:first-child > li > a:not(.avia_mega_div a, #header_main_alternate a), #header_main #menu-item-shop .cart_dropdown_link\'),r=e(t).filter(\':first\').height(),f=e.avia_utilities.isMobile,m=e(\'#scroll-top-link\'),o=i.is(\'.av_header_transparency\'),s=i.is(\'.av_header_shrinking\'),h=i.find(\'#header_meta\').outerHeight(),d=function(){var e=l.scrollTop(),d=0,m=e;if(n)e-=h;if(e<0)e=0;if(s&&!f){if(e<r/2){d=r-e;if(e<=0){d=r};a(i,\'remove\',\'header-scrolled\')}\nelse{d=r/2;a(i,\'add\',\'header-scrolled\')};if(e-30<r){a(i,\'remove\',\'header-scrolled-full\')}\nelse{a(i,\'add\',\'header-scrolled-full\')};t.css({\'height\':d+\'px\',\'lineHeight\':d+\'px\'});c.css({\'maxHeight\':d+\'px\'})};if(n.length){if(e<=0){if(m<=0)m=0;n.css({\'margin-top\':\'-\'+m+\'px\'})}\nelse{n.css({\'margin-top\':\'-\'+h+\'px\'})}};if(o){if(e>50){a(i,\'remove\',\'av_header_transparency\')}\nelse{a(i,\'add\',\'av_header_transparency\')}}};if(e(\'body\').is(\'.avia_deactivate_menu_resize\'))s=!1;if(!o&&!s&&!n.length)return;l.on(\'debouncedresize\',function(){r=e(t).attr(\'style\',\'\').filter(\':first\').height();d()});l.on(\'scroll\',function(){window.requestAnimationFrame(d)});d()}})(jQuery);\";}s:17:\"avia-widget-js-js\";a:6:{s:4:\"name\";s:14:\"avia-widget-js\";s:3:\"url\";s:75:\"http://cs1.noappname.net/wp-content/themes/enfold/js/avia-snippet-widget.js\";s:4:\"path\";s:50:\"wp-content/themes/enfold/js/avia-snippet-widget.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1101:\"(function(t){\'use strict\';t(document).ready(function(){t(\'.avia_auto_toc\').each(function(){var c=t(this).attr(\'id\'),i=\'h1\',s=[],n=\'\',e=t(this).find(\'.avia-toc-container\');if(e.length){var r=e.attr(\'data-level\'),o=e.attr(\'data-exclude\');if(typeof r!==undefined){i=r};if(typeof o!==undefined){n=o}};s=i.split(\',\');t(\'.entry-content-wrapper\').find(i).each(function(){var i=t(this).attr(\'id\'),h=t(this).prop(\'tagName\').toLowerCase(),o=t(this).text(),l=s.indexOf(h),f=\'\';if(i==undefined){var r=a(o);t(this).attr(\'id\',r);i=r};if(!t(this).hasClass(\'av-no-toc\')&&!t(this).hasClass(n)&&!t(this).parent().hasClass(n)){var c=\'<a href=\"#\'+i+\'\" class=\"avia-toc-link avia-toc-level-\'+l+\'\"><span>\'+o+\'</span></a>\'};e.append(c)});t(\'.avia-toc-smoothscroll .avia-toc-link\').on(\'click\',function(a){a.preventDefault();var n=t(this).attr(\'href\'),e=50,i=t(\'.html_header_top.html_header_sticky #header\');if(i.length){e=i.outerHeight()+50};t(\'html,body\').animate({scrollTop:t(n).offset().top-e})})})});function a(t){return t.toLowerCase().replace(/[^a-z0-9]+/g,\'-\').replace(/^-+|-+$/g,\'-\').replace(/^-+|-+$/g,\'\')}})(jQuery);\";}s:27:\"avia_blocks_front_script-js\";a:6:{s:4:\"name\";s:24:\"avia_blocks_front_script\";s:3:\"url\";s:90:\"http://cs1.noappname.net/wp-content/themes/enfold/config-gutenberg/js/avia_blocks_front.js\";s:4:\"path\";s:65:\"wp-content/themes/enfold/config-gutenberg/js/avia_blocks_front.js\";s:5:\"print\";b:0;s:4:\"type\";s:2:\"js\";s:12:\"file_content\";s:1092:\"(function(o){\'use strict\';var a=o(\'.has-background, .has-text-color\');a.each(function(t){var a=o(this);if(!(a.hasClass(\'has-background\')||a.hasClass(\'has-text-color\'))){return};var c=a.attr(\'class\').split(/\\s+/),r=\'\',e=\'\';if(a.hasClass(\'has-background\')){o.each(c,function(t,o){o=o.trim().toLowerCase();if(0==o.indexOf(\'has-col-\')&&-1!=o.indexOf(\'-background-color\')){r=o.replace(\'has-col-\',\'\');r=r.replace(\'-background-color\',\'\');r=r.replace(/-|[^0-9a-fA-F]/g,\'\');if(r.length==3||r.length==6){a.css({\'background-color\':\'\',\'border-color\':\'\'});e=\'undefined\'!=typeof a.attr(\'style\')?a.attr(\'style\'):\'\';a.attr(\'style\',e+\' background-color: #\'+r+\'; border-color: #\'+r+\';\')}}})};if(a.hasClass(\'has-text-color\')){o.each(c,function(t,o){o=o.trim().toLowerCase();if(0==o.indexOf(\'has-col-\')&&-1==o.indexOf(\'-background-color\')&&-1!=o.indexOf(\'-color\')){var r=o.replace(\'has-col-\',\'\');r=r.replace(\'-color\',\'\');r=r.replace(/-|[^0-9a-fA-F]/g,\'\');if(r.length==3||r.length==6){a.css(\'color\',\'\');e=\'undefined\'!=typeof a.attr(\'style\')?a.attr(\'style\'):\'\';a.attr(\'style\',e+\' color: #\'+r+\';\')}}})}})})(jQuery);\";}}','yes'),(1529,'aviaAsset_avia-head-scripts','a:60:{s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bc24154db\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bca93ed2f\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bd0ccba0f\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bd3571ec0\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bd4ca150a\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bd68e65c5\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083be070e004\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083be2830320\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083be351f528\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083be83f1502\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bec61da7f\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083becbb9cb6\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bed4e1815\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bf15cbf3a\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bf1c34d2b\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bf25d456c\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bfacaafc3\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bfb21f161\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bfcb41e7e\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083bfdaaf4fa\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c0163b789\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c01b98f42\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c0218596c\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c0296c2e7\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c02ed89ef\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c042168ca\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c05b309e7\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c066117b2\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c1aa65dcb\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c1f2c29e3\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c44abd03e\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c499871f2\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c4fe306f5\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c58303e5c\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c5b86ce78\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c5c63ab9a\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c61bb5333\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c63663486\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c7122b000\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c72374b6d\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c73027be9\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c7b9e2778\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c7e6c8f36\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c7fa85612\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c80267993\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c80b27441\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c8212f5c1\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c898e93dd\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c8ab69bc6\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c8ba4f5f7\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c8f709cee\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c909c0ae7\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c919beea5\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c9a289a8e\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c9b2dbbd7\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083c9c18a58a\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083ca55caf65\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083ca5bb4eac\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083cab117b2a\";s:21:\"error-generating-file\";s:66:\"avia-head-scripts-97639d5c4a28847dbc8b7a5b3c67b221---6083cc4ce74f8\";s:21:\"error-generating-file\";}','yes'),(1530,'aviaAsset_avia-footer-scripts','a:53:{s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bc24ed9fd\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bca961792\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bd0ceedae\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bd359359b\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bd4cc48ae\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bd690e5c6\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083be0720f93\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083be284921d\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083be353701a\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083be8414961\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bec763f0f\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bed506221\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bf1b61bdd\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bf25ec142\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bfb22cd02\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bfcb4fbba\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083bfdac49a3\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083c01647aae\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083c02192dc9\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083c02ee641a\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083c0422d1cc\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083c05b3e0d0\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-16517a7d5f46743bc571cf5655ad79d5---6083c066256a1\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c1aa89a92\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c1f2da46e\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c44ad4fb5\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c4999275d\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c4fe45a57\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c5831946e\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c5b879093\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c5c65015f\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c61bca5b3\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c6367ad39\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c7124305a\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c72389ac6\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c7303b50e\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c7ba06f91\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c7e6dcb1a\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c7faa73a1\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c80b49534\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c8214496b\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c89907fa0\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c8ab8b962\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c8ba65f50\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c8f71f194\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c909e31f4\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c919d26c7\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c9a29e7d5\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c9b30b9ca\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-3243d56debdb4673ac3fead4e2bb070a---6083c9c1a587b\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-448f7c356979db77370c6fcd469e8a4a---6083ca5bcaccc\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-448f7c356979db77370c6fcd469e8a4a---6083cab137004\";s:21:\"error-generating-file\";s:68:\"avia-footer-scripts-448f7c356979db77370c6fcd469e8a4a---6083cc4d1d496\";s:21:\"error-generating-file\";}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (5,1,'_av_alb_posts_elements_state','a:0:{}'),(6,1,'_av_el_mgr_version','1.0'),(7,1,'_av_alb_element_mgr_version','1.0.1'),(14,341,'_wp_attached_file','2014/07/logo_restaurant_white.png'),(15,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:156;s:4:\"file\";s:33:\"2014/07/logo_restaurant_white.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"logo_restaurant_white-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"logo_restaurant_white-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"logo_restaurant_white-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"logo_restaurant_white-180x156.png\";s:5:\"width\";i:180;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"logo_restaurant_white-260x156.png\";s:5:\"width\";i:260;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(16,341,'av-custom-link',''),(17,342,'_wp_attached_file','2014/07/logo_restaurant.png'),(18,342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:340;s:6:\"height\";i:156;s:4:\"file\";s:27:\"2014/07/logo_restaurant.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"logo_restaurant-300x138.png\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"logo_restaurant-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"logo_restaurant-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"logo_restaurant-180x156.png\";s:5:\"width\";i:180;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"logo_restaurant-260x156.png\";s:5:\"width\";i:260;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(19,342,'av-custom-link',''),(20,344,'_wp_attached_file','2014/07/cheese.jpg'),(21,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:18:\"2014/07/cheese.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"cheese-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"cheese-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"cheese-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"cheese-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"cheese-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"cheese-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"cheese-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"cheese-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:19:\"cheese-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:20:\"cheese-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"cheese-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"cheese-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:18:\"cheese-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:18:\"cheese-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"cheese-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:18:\"cheese-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"cheese-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(22,345,'_wp_attached_file','2014/07/burger.jpg'),(23,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:18:\"2014/07/burger.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"burger-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"burger-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"burger-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"burger-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"burger-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"burger-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"burger-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"burger-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:19:\"burger-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:20:\"burger-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"burger-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"burger-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:18:\"burger-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:18:\"burger-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"burger-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:18:\"burger-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"burger-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(24,346,'_wp_attached_file','2014/07/coffee.jpg'),(25,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:18:\"2014/07/coffee.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"coffee-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"coffee-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"coffee-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"coffee-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"coffee-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"coffee-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"coffee-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"coffee-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:19:\"coffee-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:20:\"coffee-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"coffee-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"coffee-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:18:\"coffee-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:18:\"coffee-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"coffee-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:18:\"coffee-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"coffee-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(26,347,'_wp_attached_file','2014/07/fruit.jpg'),(27,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:17:\"2014/07/fruit.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"fruit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"fruit-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"fruit-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"fruit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"fruit-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"fruit-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"fruit-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"fruit-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:18:\"fruit-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:19:\"fruit-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"fruit-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"fruit-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:17:\"fruit-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"fruit-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"fruit-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"fruit-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:18:\"fruit-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(28,348,'_wp_attached_file','2014/07/kitchen_chef_edit.jpg'),(29,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1575;s:6:\"height\";i:1110;s:4:\"file\";s:29:\"2014/07/kitchen_chef_edit.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"kitchen_chef_edit-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"kitchen_chef_edit-1030x726.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"kitchen_chef_edit-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"kitchen_chef_edit-768x541.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"kitchen_chef_edit-1536x1083.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1083;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"kitchen_chef_edit-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"kitchen_chef_edit-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"kitchen_chef_edit-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:30:\"kitchen_chef_edit-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:31:\"kitchen_chef_edit-1500x1057.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1057;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"kitchen_chef_edit-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"kitchen_chef_edit-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"kitchen_chef_edit-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"kitchen_chef_edit-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"kitchen_chef_edit-705x497.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:497;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"kitchen_chef_edit-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:30:\"kitchen_chef_edit-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(30,349,'_wp_attached_file','2014/07/pasta.jpg'),(31,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:17:\"2014/07/pasta.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"pasta-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"pasta-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"pasta-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"pasta-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"pasta-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"pasta-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"pasta-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"pasta-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:18:\"pasta-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:19:\"pasta-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"pasta-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"pasta-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:17:\"pasta-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"pasta-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"pasta-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"pasta-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:18:\"pasta-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(32,350,'_wp_attached_file','2014/07/pizza.jpg'),(33,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:17:\"2014/07/pizza.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"pizza-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"pizza-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"pizza-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"pizza-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"pizza-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"pizza-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"pizza-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"pizza-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:18:\"pizza-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:19:\"pizza-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"pizza-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"pizza-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:17:\"pizza-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"pizza-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"pizza-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"pizza-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:18:\"pizza-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(34,351,'_wp_attached_file','2014/07/soup_narrow.jpg'),(35,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:992;s:6:\"height\";i:1732;s:4:\"file\";s:23:\"2014/07/soup_narrow.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"soup_narrow-172x300.jpg\";s:5:\"width\";i:172;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"soup_narrow-590x1030.jpg\";s:5:\"width\";i:590;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"soup_narrow-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"soup_narrow-768x1341.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"soup_narrow-880x1536.jpg\";s:5:\"width\";i:880;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"soup_narrow-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"soup_narrow-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:23:\"soup_narrow-992x430.jpg\";s:5:\"width\";i:992;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:23:\"soup_narrow-992x630.jpg\";s:5:\"width\";i:992;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:24:\"soup_narrow-859x1500.jpg\";s:5:\"width\";i:859;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"soup_narrow-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"soup_narrow-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:23:\"soup_narrow-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:23:\"soup_narrow-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:23:\"soup_narrow-404x705.jpg\";s:5:\"width\";i:404;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:23:\"soup_narrow-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:23:\"soup_narrow-992x423.jpg\";s:5:\"width\";i:992;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(36,352,'_wp_attached_file','2014/07/wine.jpg'),(37,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1649;s:6:\"height\";i:1212;s:4:\"file\";s:16:\"2014/07/wine.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"wine-300x220.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:220;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"wine-1030x757.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:757;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"wine-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"wine-768x564.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"wine-1536x1129.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1129;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"wine-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:16:\"wine-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"wine-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:17:\"wine-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:18:\"wine-1500x1102.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"wine-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:16:\"wine-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:16:\"wine-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:16:\"wine-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:16:\"wine-705x518.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:16:\"wine-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:17:\"wine-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(38,353,'_wp_attached_file','2014/07/restaurant_hotel_brown.jpg'),(39,353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:34:\"2014/07/restaurant_hotel_brown.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"restaurant_hotel_brown-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"restaurant_hotel_brown-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"restaurant_hotel_brown-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"restaurant_hotel_brown-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"restaurant_hotel_brown-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"restaurant_hotel_brown-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"restaurant_hotel_brown-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:35:\"restaurant_hotel_brown-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:35:\"restaurant_hotel_brown-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:36:\"restaurant_hotel_brown-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"restaurant_hotel_brown-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"restaurant_hotel_brown-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"restaurant_hotel_brown-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"restaurant_hotel_brown-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"restaurant_hotel_brown-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"restaurant_hotel_brown-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:35:\"restaurant_hotel_brown-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(40,354,'_wp_attached_file','2014/07/restaurant_wide.jpg'),(41,354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2233;s:6:\"height\";i:896;s:4:\"file\";s:27:\"2014/07/restaurant_wide.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"restaurant_wide-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"restaurant_wide-1030x413.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"restaurant_wide-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"restaurant_wide-768x308.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:28:\"restaurant_wide-1536x616.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:28:\"restaurant_wide-2048x822.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:822;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"restaurant_wide-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"restaurant_wide-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"restaurant_wide-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"restaurant_wide-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:28:\"restaurant_wide-1500x602.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:602;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"restaurant_wide-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"restaurant_wide-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"restaurant_wide-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"restaurant_wide-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"restaurant_wide-705x283.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"restaurant_wide-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"restaurant_wide-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(42,355,'_wp_attached_file','2014/07/marker.png'),(43,355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:80;s:6:\"height\";i:80;s:4:\"file\";s:18:\"2014/07/marker.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"marker-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"marker-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44,356,'_wp_attached_file','2014/07/fruit_bg.jpg'),(45,356,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2014/07/fruit_bg.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"fruit_bg-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"fruit_bg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"fruit_bg-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"fruit_bg-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"fruit_bg-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"fruit_bg-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"fruit_bg-1000x630.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"fruit_bg-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"fruit_bg-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"fruit_bg-845x667.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"fruit_bg-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"fruit_bg-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"fruit_bg-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"fruit_bg-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(46,357,'_wp_attached_file','2014/07/floor_plan.png'),(47,357,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:770;s:4:\"file\";s:22:\"2014/07/floor_plan.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"floor_plan-300x289.png\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"floor_plan-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"floor_plan-768x739.png\";s:5:\"width\";i:768;s:6:\"height\";i:739;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:20:\"floor_plan-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:22:\"floor_plan-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:22:\"floor_plan-800x430.png\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:22:\"floor_plan-800x630.png\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:22:\"floor_plan-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:22:\"floor_plan-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:22:\"floor_plan-800x684.png\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:22:\"floor_plan-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:22:\"floor_plan-705x679.png\";s:5:\"width\";i:705;s:6:\"height\";i:679;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:22:\"floor_plan-800x321.png\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:22:\"floor_plan-800x423.png\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(183,63,'_thumbnail_id','349'),(184,63,'layout',''),(185,63,'sidebar',''),(186,63,'header_title_bar',''),(187,63,'header_transparency',''),(188,63,'footer',''),(189,63,'_avia_hide_featured_image','0'),(192,81,'_thumbnail_id','350'),(193,81,'layout',''),(194,81,'sidebar',''),(195,81,'header_title_bar',''),(196,81,'header_transparency',''),(197,81,'footer',''),(198,81,'_avia_hide_featured_image','0'),(201,83,'_thumbnail_id','352'),(202,83,'layout',''),(203,83,'sidebar',''),(204,83,'header_title_bar',''),(205,83,'header_transparency',''),(206,83,'footer',''),(207,83,'_avia_hide_featured_image','0'),(220,331,'_thumbnail_id','347'),(221,331,'layout',''),(222,331,'sidebar',''),(223,331,'header_title_bar',''),(224,331,'header_transparency',''),(225,331,'footer',''),(226,331,'_avia_hide_featured_image','0'),(260,83,'_av_alb_posts_elements_state','a:0:{}'),(261,83,'_av_el_mgr_version','1.0'),(262,83,'_av_alb_element_mgr_version','1.0.1'),(281,81,'_av_alb_posts_elements_state','a:0:{}'),(282,81,'_av_el_mgr_version','1.0'),(283,81,'_av_alb_element_mgr_version','1.0.1'),(284,63,'_av_alb_posts_elements_state','a:0:{}'),(285,63,'_av_el_mgr_version','1.0'),(286,63,'_av_alb_element_mgr_version','1.0.1'),(287,331,'_av_alb_posts_elements_state','a:0:{}'),(288,331,'_av_el_mgr_version','1.0'),(289,331,'_av_alb_element_mgr_version','1.0.1'),(292,371,'_wp_attached_file','2020/10/Trasparente.png'),(293,371,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4096;s:6:\"height\";i:1425;s:4:\"file\";s:23:\"2020/10/Trasparente.png\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Trasparente-300x104.png\";s:5:\"width\";i:300;s:6:\"height\";i:104;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Trasparente-1030x358.png\";s:5:\"width\";i:1030;s:6:\"height\";i:358;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Trasparente-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Trasparente-768x267.png\";s:5:\"width\";i:768;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Trasparente-1536x534.png\";s:5:\"width\";i:1536;s:6:\"height\";i:534;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Trasparente-2048x713.png\";s:5:\"width\";i:2048;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"Trasparente-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"Trasparente-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"Trasparente-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:24:\"Trasparente-1500x630.png\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:24:\"Trasparente-1500x522.png\";s:5:\"width\";i:1500;s:6:\"height\";i:522;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"Trasparente-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"Trasparente-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:23:\"Trasparente-845x684.png\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:23:\"Trasparente-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:23:\"Trasparente-705x245.png\";s:5:\"width\";i:705;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:23:\"Trasparente-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:24:\"Trasparente-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(294,372,'_wp_attached_file','2020/10/ALBERO.jpg'),(295,372,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:18:\"2020/10/ALBERO.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"ALBERO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ALBERO-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"ALBERO-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"ALBERO-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"ALBERO-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"ALBERO-1024x430.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:19:\"ALBERO-1024x630.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"ALBERO-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"ALBERO-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:18:\"ALBERO-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:18:\"ALBERO-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"ALBERO-705x705.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:18:\"ALBERO-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"ALBERO-1024x423.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(296,373,'_wp_attached_file','2020/10/BADANTE-_FOTO-_01.jpeg'),(297,373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:696;s:4:\"file\";s:30:\"2020/10/BADANTE-_FOTO-_01.jpeg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-300x190.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"BADANTE-_FOTO-_01-1030x652.jpeg\";s:5:\"width\";i:1030;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"BADANTE-_FOTO-_01-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-768x486.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"BADANTE-_FOTO-_01-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"BADANTE-_FOTO-_01-1100x430.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:31:\"BADANTE-_FOTO-_01-1100x630.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-495x400.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-845x684.jpeg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-710x375.jpeg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-705x446.jpeg\";s:5:\"width\";i:705;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-845x321.jpeg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:31:\"BADANTE-_FOTO-_01-1100x423.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:30:\"Ocskay Bence - stock.adobe.com\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:54:\"Young carer walking with the elderly woman in the park\";s:17:\"created_timestamp\";s:10:\"1411301689\";s:9:\"copyright\";s:32:\"©Ocskay Bence - stock.adobe.com\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:12:\"Elderly care\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:100:{i:0;s:3:\"age\";i:1;s:4:\"aged\";i:2;s:6:\"ageing\";i:3;s:3:\"aid\";i:4;s:6:\"aiding\";i:5;s:10:\"assistance\";i:6;s:9:\"assistant\";i:7;s:8:\"assisted\";i:8;s:9:\"assisting\";i:9;s:4:\"care\";i:10;s:9:\"caregiver\";i:11;s:5:\"carer\";i:12;s:9:\"caretaker\";i:13;s:6:\"caring\";i:14;s:8:\"dementia\";i:15;s:7:\"disease\";i:16;s:5:\"elder\";i:17;s:7:\"elderly\";i:18;s:7:\"embrace\";i:19;s:10:\"geriatrics\";i:20;s:11:\"grandparent\";i:21;s:6:\"health\";i:22;s:10:\"healthcare\";i:23;s:4:\"help\";i:24;s:7:\"helpful\";i:25;s:7:\"helping\";i:26;s:4:\"home\";i:27;s:8:\"homecare\";i:28;s:7:\"hospice\";i:29;s:3:\"hug\";i:30;s:9:\"insurance\";i:31;s:6:\"mature\";i:32;s:7:\"medical\";i:33;s:6:\"mental\";i:34;s:6:\"nature\";i:35;s:5:\"nurse\";i:36;s:7:\"nursing\";i:37;s:3:\"old\";i:38;s:5:\"older\";i:39;s:7:\"outdoor\";i:40;s:7:\"patient\";i:41;s:6:\"people\";i:42;s:7:\"retired\";i:43;s:6:\"safety\";i:44;s:6:\"senior\";i:45;s:7:\"support\";i:46;s:9:\"supported\";i:47;s:7:\"walking\";i:48;s:5:\"woman\";i:49;s:5:\"young\";i:50;s:3:\"aid\";i:51;s:10:\"assistance\";i:52;s:4:\"care\";i:53;s:5:\"carer\";i:54;s:7:\"elderly\";i:55;s:7:\"embrace\";i:56;s:10:\"geriatrics\";i:57;s:10:\"healthcare\";i:58;s:4:\"help\";i:59;s:4:\"home\";i:60;s:3:\"hug\";i:61;s:7:\"medical\";i:62;s:5:\"nurse\";i:63;s:3:\"old\";i:64;s:6:\"people\";i:65;s:6:\"senior\";i:66;s:7:\"support\";i:67;s:5:\"woman\";i:68;s:3:\"age\";i:69;s:4:\"aged\";i:70;s:6:\"ageing\";i:71;s:6:\"aiding\";i:72;s:9:\"assistant\";i:73;s:8:\"assisted\";i:74;s:9:\"assisting\";i:75;s:9:\"caregiver\";i:76;s:9:\"caretaker\";i:77;s:6:\"caring\";i:78;s:8:\"dementia\";i:79;s:7:\"disease\";i:80;s:5:\"elder\";i:81;s:11:\"grandparent\";i:82;s:6:\"health\";i:83;s:7:\"helpful\";i:84;s:7:\"helping\";i:85;s:8:\"homecare\";i:86;s:7:\"hospice\";i:87;s:9:\"insurance\";i:88;s:6:\"mature\";i:89;s:6:\"mental\";i:90;s:6:\"nature\";i:91;s:7:\"nursing\";i:92;s:5:\"older\";i:93;s:7:\"outdoor\";i:94;s:7:\"patient\";i:95;s:7:\"retired\";i:96;s:6:\"safety\";i:97;s:9:\"supported\";i:98;s:7:\"walking\";i:99;s:5:\"young\";}}}'),(298,374,'_wp_attached_file','2020/10/FISIOTERAPIA-FOTO_02.jpg'),(299,374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:209;s:4:\"file\";s:32:\"2020/10/FISIOTERAPIA-FOTO_02.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"FISIOTERAPIA-FOTO_02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"FISIOTERAPIA-FOTO_02-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"FISIOTERAPIA-FOTO_02-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"FISIOTERAPIA-FOTO_02-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(300,375,'_wp_attached_file','2020/10/FISIOTERAPIA-FOTO_03.jpg'),(301,375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:238;s:4:\"file\";s:32:\"2020/10/FISIOTERAPIA-FOTO_03.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"FISIOTERAPIA-FOTO_03-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"FISIOTERAPIA-FOTO_03-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"FISIOTERAPIA-FOTO_03-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"FISIOTERAPIA-FOTO_03-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"FISIOTERAPIA-FOTO_03-495x238.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"FISIOTERAPIA-FOTO_03-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(302,376,'_wp_attached_file','2020/10/bench-man-people-woman.jpg'),(303,376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:34:\"2020/10/bench-man-people-woman.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"bench-man-people-woman-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"bench-man-people-woman-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"bench-man-people-woman-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"bench-man-people-woman-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"bench-man-people-woman-495x333.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"bench-man-people-woman-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"bench-man-people-woman-500x321.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(304,377,'_wp_attached_file','2020/10/elderly-old-recreation-elderly-couple-69415.jpeg'),(305,377,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:750;s:4:\"file\";s:56:\"2020/10/elderly-old-recreation-elderly-couple-69415.jpeg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"elderly-old-recreation-elderly-couple-69415-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:54:\"elderly-old-recreation-elderly-couple-69415-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-500x430.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-500x630.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-495x400.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-500x684.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-500x375.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-470x705.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-500x321.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:56:\"elderly-old-recreation-elderly-couple-69415-500x423.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(306,378,'_wp_attached_file','2020/10/headache-pain-pills-medication-159211.jpeg'),(307,378,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:50:\"2020/10/headache-pain-pills-medication-159211.jpeg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"headache-pain-pills-medication-159211-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"headache-pain-pills-medication-159211-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:48:\"headache-pain-pills-medication-159211-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:50:\"headache-pain-pills-medication-159211-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:50:\"headache-pain-pills-medication-159211-495x333.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:50:\"headache-pain-pills-medication-159211-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:50:\"headache-pain-pills-medication-159211-500x321.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(308,379,'_wp_attached_file','2020/10/medical-appointment-doctor-healthcare-40568.jpeg'),(309,379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:56:\"2020/10/medical-appointment-doctor-healthcare-40568.jpeg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:56:\"medical-appointment-doctor-healthcare-40568-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"medical-appointment-doctor-healthcare-40568-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:54:\"medical-appointment-doctor-healthcare-40568-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:56:\"medical-appointment-doctor-healthcare-40568-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:56:\"medical-appointment-doctor-healthcare-40568-495x333.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:56:\"medical-appointment-doctor-healthcare-40568-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:56:\"medical-appointment-doctor-healthcare-40568-500x321.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(310,380,'_wp_attached_file','2020/10/pexels-photo-2253911.jpeg'),(311,380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:625;s:4:\"file\";s:33:\"2020/10/pexels-photo-2253911.jpeg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2253911-240x300.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"pexels-photo-2253911-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"pexels-photo-2253911-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2253911-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2253911-500x430.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2253911-495x400.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2253911-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2253911-500x375.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2253911-500x321.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"pexels-photo-2253911-500x423.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(312,381,'_wp_attached_file','2020/10/pexels-photo-3786131.jpeg'),(313,381,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:750;s:4:\"file\";s:33:\"2020/10/pexels-photo-3786131.jpeg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"pexels-photo-3786131-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"pexels-photo-3786131-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-500x430.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-500x630.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-495x400.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-500x684.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-500x375.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-470x705.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-500x321.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3786131-500x423.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(314,382,'_wp_attached_file','2020/10/pexels-photo-3873147.jpeg'),(315,382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:750;s:4:\"file\";s:33:\"2020/10/pexels-photo-3873147.jpeg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"pexels-photo-3873147-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"pexels-photo-3873147-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-500x430.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-500x630.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-495x400.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-500x684.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-500x375.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-470x705.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-500x321.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3873147-500x423.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(316,383,'_wp_attached_file','2020/10/pexels-photo-3912370.jpeg'),(317,383,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:750;s:4:\"file\";s:33:\"2020/10/pexels-photo-3912370.jpeg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"pexels-photo-3912370-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"pexels-photo-3912370-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-500x430.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-500x630.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-495x400.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-500x684.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-500x375.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-470x705.jpeg\";s:5:\"width\";i:470;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-500x321.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"pexels-photo-3912370-500x423.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(318,384,'_wp_attached_file','2020/10/thermometer-headache-pain-pills-139398.jpeg'),(319,384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:51:\"2020/10/thermometer-headache-pain-pills-139398.jpeg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"thermometer-headache-pain-pills-139398-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"thermometer-headache-pain-pills-139398-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:49:\"thermometer-headache-pain-pills-139398-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:51:\"thermometer-headache-pain-pills-139398-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:51:\"thermometer-headache-pain-pills-139398-495x333.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:51:\"thermometer-headache-pain-pills-139398-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:51:\"thermometer-headache-pain-pills-139398-500x321.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(320,385,'_wp_attached_file','2020/10/women-friends-friendship-helping-together-160767.jpeg'),(321,385,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:61:\"2020/10/women-friends-friendship-helping-together-160767.jpeg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"women-friends-friendship-helping-together-160767-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"women-friends-friendship-helping-together-160767-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:59:\"women-friends-friendship-helping-together-160767-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:61:\"women-friends-friendship-helping-together-160767-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:61:\"women-friends-friendship-helping-together-160767-495x333.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:61:\"women-friends-friendship-helping-together-160767-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:61:\"women-friends-friendship-helping-together-160767-500x321.jpeg\";s:5:\"width\";i:500;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(336,390,'_wp_attached_file','2020/10/BADANTE-_FOTO-_01-1.jpeg'),(337,390,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1100;s:6:\"height\";i:696;s:4:\"file\";s:32:\"2020/10/BADANTE-_FOTO-_01-1.jpeg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"BADANTE-_FOTO-_01-1-300x190.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"BADANTE-_FOTO-_01-1-1030x652.jpeg\";s:5:\"width\";i:1030;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-1-80x80.jpeg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"BADANTE-_FOTO-_01-1-768x486.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:486;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"BADANTE-_FOTO-_01-1-36x36.jpeg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"BADANTE-_FOTO-_01-1-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"BADANTE-_FOTO-_01-1-1100x430.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:33:\"BADANTE-_FOTO-_01-1-1100x630.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"BADANTE-_FOTO-_01-1-495x400.jpeg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"BADANTE-_FOTO-_01-1-260x185.jpeg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"BADANTE-_FOTO-_01-1-845x684.jpeg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"BADANTE-_FOTO-_01-1-710x375.jpeg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"BADANTE-_FOTO-_01-1-705x446.jpeg\";s:5:\"width\";i:705;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"BADANTE-_FOTO-_01-1-845x321.jpeg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"BADANTE-_FOTO-_01-1-1100x423.jpeg\";s:5:\"width\";i:1100;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:30:\"Ocskay Bence - stock.adobe.com\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:54:\"Young carer walking with the elderly woman in the park\";s:17:\"created_timestamp\";s:10:\"1602175499\";s:9:\"copyright\";s:32:\"©Ocskay Bence - stock.adobe.com\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:12:\"Elderly care\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:100:{i:0;s:3:\"age\";i:1;s:3:\"age\";i:2;s:3:\"age\";i:3;s:3:\"age\";i:4;s:3:\"age\";i:5;s:3:\"age\";i:6;s:3:\"age\";i:7;s:3:\"age\";i:8;s:3:\"age\";i:9;s:3:\"age\";i:10;s:3:\"age\";i:11;s:3:\"age\";i:12;s:3:\"age\";i:13;s:3:\"age\";i:14;s:3:\"age\";i:15;s:3:\"age\";i:16;s:3:\"age\";i:17;s:3:\"age\";i:18;s:3:\"age\";i:19;s:3:\"age\";i:20;s:3:\"age\";i:21;s:3:\"age\";i:22;s:3:\"age\";i:23;s:3:\"age\";i:24;s:3:\"age\";i:25;s:3:\"age\";i:26;s:3:\"age\";i:27;s:3:\"age\";i:28;s:3:\"age\";i:29;s:3:\"age\";i:30;s:3:\"age\";i:31;s:3:\"age\";i:32;s:3:\"age\";i:33;s:3:\"age\";i:34;s:3:\"age\";i:35;s:3:\"age\";i:36;s:3:\"age\";i:37;s:3:\"age\";i:38;s:3:\"age\";i:39;s:3:\"age\";i:40;s:3:\"age\";i:41;s:3:\"age\";i:42;s:3:\"age\";i:43;s:3:\"age\";i:44;s:3:\"age\";i:45;s:3:\"age\";i:46;s:3:\"age\";i:47;s:3:\"age\";i:48;s:3:\"age\";i:49;s:3:\"age\";i:50;s:3:\"age\";i:51;s:3:\"age\";i:52;s:3:\"age\";i:53;s:3:\"age\";i:54;s:3:\"age\";i:55;s:3:\"age\";i:56;s:3:\"age\";i:57;s:3:\"age\";i:58;s:3:\"age\";i:59;s:3:\"age\";i:60;s:3:\"age\";i:61;s:3:\"age\";i:62;s:3:\"age\";i:63;s:3:\"age\";i:64;s:3:\"age\";i:65;s:3:\"age\";i:66;s:3:\"age\";i:67;s:3:\"age\";i:68;s:3:\"age\";i:69;s:3:\"age\";i:70;s:3:\"age\";i:71;s:3:\"age\";i:72;s:3:\"age\";i:73;s:3:\"age\";i:74;s:3:\"age\";i:75;s:3:\"age\";i:76;s:3:\"age\";i:77;s:3:\"age\";i:78;s:3:\"age\";i:79;s:3:\"age\";i:80;s:3:\"age\";i:81;s:3:\"age\";i:82;s:3:\"age\";i:83;s:3:\"age\";i:84;s:3:\"age\";i:85;s:3:\"age\";i:86;s:3:\"age\";i:87;s:3:\"age\";i:88;s:3:\"age\";i:89;s:3:\"age\";i:90;s:3:\"age\";i:91;s:3:\"age\";i:92;s:3:\"age\";i:93;s:3:\"age\";i:94;s:3:\"age\";i:95;s:3:\"age\";i:96;s:3:\"age\";i:97;s:3:\"age\";i:98;s:3:\"age\";i:99;s:3:\"age\";}}}'),(380,398,'_wp_attached_file','2020/10/gallery_servizi_1.png'),(381,398,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:690;s:6:\"height\";i:460;s:4:\"file\";s:29:\"2020/10/gallery_servizi_1.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"gallery_servizi_1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"gallery_servizi_1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_1-690x430.png\";s:5:\"width\";i:690;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_1-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_1-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_1-690x375.png\";s:5:\"width\";i:690;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_1-690x321.png\";s:5:\"width\";i:690;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_1-690x423.png\";s:5:\"width\";i:690;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(382,399,'_wp_attached_file','2020/10/gallery_servizi_2.png'),(383,399,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:696;s:6:\"height\";i:463;s:4:\"file\";s:29:\"2020/10/gallery_servizi_2.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_2-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"gallery_servizi_2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"gallery_servizi_2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_2-696x430.png\";s:5:\"width\";i:696;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_2-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_2-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_2-696x375.png\";s:5:\"width\";i:696;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_2-696x321.png\";s:5:\"width\";i:696;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_2-696x423.png\";s:5:\"width\";i:696;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(390,401,'_wp_attached_file','2020/10/gallery_servizi_3.png'),(391,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:450;s:6:\"height\";i:314;s:4:\"file\";s:29:\"2020/10/gallery_servizi_3.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_3-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"gallery_servizi_3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"gallery_servizi_3-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_3-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"gallery_servizi_3-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(404,16,'_avia_builder_template_colonna_servizi','{{{Colonna servizi}}}[av_one_third av_uid=\'av-3e4c0y\']\n[av_image src=\'http://anycare.noappname.net/wp-content/uploads/2020/10/gallery_servizi_2-300x200.png\' attachment=\'399\' attachment_size=\'medium\' copyright=\'\' caption=\'yes\' styling=\'\' align=\'center\' font_size=\'20\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'pop-up\' hover=\'\' appearance=\'on-hover\' link=\'page,18\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3894mq\' admin_preview_bg=\'\']\nBook now!\n[/av_image]\n\n[av_icon_box icon=\'ue808\' font=\'entypo-fontello\' title=\'Compagnia e trasporto\' position=\'left\' icon_style=\'\' boxed=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-31r15u\' admin_preview_bg=\'\']\n<p class=\"p1\">Servizio <b>badante e</b> <b>assistenza in ospedale</b>. <b>Servizio di trasporto anziani assistito</b> presso strutture <b>mediche/ospedaliere</b> per visite, esami e terapie. <b>Assistenza a ore</b> o a prestazione per <b>anziani, malati o disabili</b> anche <b>24 ore su 24</b>.</p>\n[/av_icon_box]\n[/av_one_third]'),(407,405,'_wp_attached_file','2020/10/ser_1.png'),(408,405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:386;s:4:\"file\";s:17:\"2020/10/ser_1.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ser_1-300x152.png\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ser_1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"ser_1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"ser_1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"ser_1-495x386.png\";s:5:\"width\";i:495;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"ser_1-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"ser_1-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"ser_1-705x358.png\";s:5:\"width\";i:705;s:6:\"height\";i:358;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"ser_1-760x321.png\";s:5:\"width\";i:760;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(409,406,'_wp_attached_file','2020/10/ser_2.png'),(410,406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:324;s:4:\"file\";s:17:\"2020/10/ser_2.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ser_2-300x128.png\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ser_2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"ser_2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"ser_2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"ser_2-495x324.png\";s:5:\"width\";i:495;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"ser_2-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"ser_2-710x324.png\";s:5:\"width\";i:710;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"ser_2-705x301.png\";s:5:\"width\";i:705;s:6:\"height\";i:301;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"ser_2-760x321.png\";s:5:\"width\";i:760;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(429,408,'_wp_attached_file','2020/10/ser_3.png'),(430,408,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:356;s:4:\"file\";s:17:\"2020/10/ser_3.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ser_3-300x139.png\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ser_3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"ser_3-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"ser_3-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"ser_3-495x356.png\";s:5:\"width\";i:495;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"ser_3-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"ser_3-710x356.png\";s:5:\"width\";i:710;s:6:\"height\";i:356;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"ser_3-705x327.png\";s:5:\"width\";i:705;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"ser_3-768x321.png\";s:5:\"width\";i:768;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(431,409,'_wp_attached_file','2020/10/ser_4.png'),(432,409,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:504;s:4:\"file\";s:17:\"2020/10/ser_4.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ser_4-300x199.png\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ser_4-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"ser_4-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"ser_4-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"ser_4-760x430.png\";s:5:\"width\";i:760;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"ser_4-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"ser_4-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"ser_4-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"ser_4-705x468.png\";s:5:\"width\";i:705;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"ser_4-760x321.png\";s:5:\"width\";i:760;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:17:\"ser_4-760x423.png\";s:5:\"width\";i:760;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(433,411,'_wp_attached_file','2020/10/ser_5.png'),(434,411,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:760;s:6:\"height\";i:506;s:4:\"file\";s:17:\"2020/10/ser_5.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"ser_5-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"ser_5-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"ser_5-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"ser_5-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:17:\"ser_5-760x430.png\";s:5:\"width\";i:760;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"ser_5-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"ser_5-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"ser_5-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"ser_5-705x469.png\";s:5:\"width\";i:705;s:6:\"height\";i:469;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"ser_5-760x321.png\";s:5:\"width\";i:760;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:17:\"ser_5-760x423.png\";s:5:\"width\";i:760;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(646,453,'_wp_attached_file','2020/10/alberino.png'),(647,453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:20:\"2020/10/alberino.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"alberino-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"alberino-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(754,479,'_form','<label> Inserisci nome e cognome:\n    [text* your-name] </label>\n\n<label> Inserisci la tua email\n    [email* your-email] </label>\n\n\n<label> Inserisci il tuo messaggio\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),(755,479,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:32:\"Manorama \"Richiesta di contatto\"\";s:6:\"sender\";s:32:\"Manorama <wordpress@manorama.it>\";s:9:\"recipient\";s:16:\"info@manorama.it\";s:4:\"body\";s:85:\"Da: [your-name] <[your-email]>\nOggetto: [your-subject]\n\nMessaggio:\n[your-message]\n\n--\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(756,479,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:24:\"Anycare \"[your-subject]\"\";s:6:\"sender\";s:41:\"Anycare <wordpress@anycare.noappname.net>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Anycare (http://anycare.noappname.net)\";s:18:\"additional_headers\";s:30:\"Reply-To: paulmccash@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(757,479,'_messages','a:22:{s:12:\"mail_sent_ok\";s:85:\"Grazie mille, abbiamo ricevuto il tuo messaggio. Verra\' cintattato il prima possibile\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(758,479,'_additional_settings',''),(759,479,'_locale','en_US'),(814,16,'_avia_builder_template_compa','{{{Compa}}}[av_image src=\'http://anycare.noappname.net/wp-content/uploads/2020/10/gallery_servizi_2-300x200.png\' attachment=\'399\' attachment_size=\'medium\' copyright=\'\' caption=\'yes\' styling=\'\' align=\'center\' font_size=\'20\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'pop-up\' hover=\'\' appearance=\'on-hover\' link=\'page,18\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3894mq\' admin_preview_bg=\'\']\nBook now!\n[/av_image]'),(863,341,'av-custom-link',''),(864,342,'av-custom-link',''),(998,63,'_thumbnail_id','349'),(999,63,'layout',''),(1000,63,'sidebar',''),(1001,63,'header_title_bar',''),(1002,63,'header_transparency',''),(1003,63,'footer',''),(1004,63,'_avia_hide_featured_image','0'),(1005,81,'_thumbnail_id','350'),(1006,81,'layout',''),(1007,81,'sidebar',''),(1008,81,'header_title_bar',''),(1009,81,'header_transparency',''),(1010,81,'footer',''),(1011,81,'_avia_hide_featured_image','0'),(1012,83,'_thumbnail_id','352'),(1013,83,'layout',''),(1014,83,'sidebar',''),(1015,83,'header_title_bar',''),(1016,83,'header_transparency',''),(1017,83,'footer',''),(1018,83,'_avia_hide_featured_image','0'),(1029,331,'_thumbnail_id','347'),(1030,331,'layout',''),(1031,331,'sidebar',''),(1032,331,'header_title_bar',''),(1033,331,'header_transparency',''),(1034,331,'footer',''),(1035,331,'_avia_hide_featured_image','0'),(1055,341,'av-custom-link',''),(1056,342,'av-custom-link',''),(1190,63,'_thumbnail_id','349'),(1191,63,'layout',''),(1192,63,'sidebar',''),(1193,63,'header_title_bar',''),(1194,63,'header_transparency',''),(1195,63,'footer',''),(1196,63,'_avia_hide_featured_image','0'),(1197,81,'_thumbnail_id','350'),(1198,81,'layout',''),(1199,81,'sidebar',''),(1200,81,'header_title_bar',''),(1201,81,'header_transparency',''),(1202,81,'footer',''),(1203,81,'_avia_hide_featured_image','0'),(1204,83,'_thumbnail_id','352'),(1205,83,'layout',''),(1206,83,'sidebar',''),(1207,83,'header_title_bar',''),(1208,83,'header_transparency',''),(1209,83,'footer',''),(1210,83,'_avia_hide_featured_image','0'),(1221,331,'_thumbnail_id','347'),(1222,331,'layout',''),(1223,331,'sidebar',''),(1224,331,'header_title_bar',''),(1225,331,'header_transparency',''),(1226,331,'footer',''),(1227,331,'_avia_hide_featured_image','0'),(1241,16,'_avia_builder_template_header','{{{Header}}}[av_section color=\'main_color\' custom_bg=\'\' src=\'http://www.kriesi.at/themes/enfold-restaurant/files/2014/07/pasta.jpg\' attachment=\'349\' attachment_size=\'full\' attach=\'parallax\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' min_height=\'custom\' min_height_px=\'600\' padding=\'default\' shadow=\'no-shadow\' id=\'\' av_uid=\'av-5q733d\']\n[av_heading heading=\'Welcome to <strong>Enfold Restaurant</strong>\' tag=\'h1\' color=\'custom-color-heading\' custom_font=\'#ffffff\' style=\'blockquote modern-quote\' size=\'60\' subheading_active=\'subheading_below\' subheading_size=\'18\' padding=\'0\' av_uid=\'av-5ixqwx\']\nThe best gourmet restaurant available in Manhatten\nBook <a href=\'#\'>online</a> or call <a href=\"tel:5551234567\">(555)123-4567</a>\n[/av_heading]\n[/av_section]'),(1242,16,'_avia_builder_template_bodybody','{{{BodyBody}}}[av_section color=\'main_color\' custom_bg=\'\' src=\'http://www.kriesi.at/themes/enfold-restaurant/files/2014/07/fruit_bg.jpg\' attachment=\'356\' attachment_size=\'full\' attach=\'scroll\' position=\'bottom right\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' id=\'\' av_uid=\'av-5f8fj5\']\n[av_two_third first av_uid=\'av-55sxb5\']\n\n[av_slideshow size=\'magazine\' animation=\'fade\' autoplay=\'true\' interval=\'5\' av_uid=\'av-4zn041\']\n[av_slide id=\'352\' av_uid=\'av-4u53vt\'][/av_slide]\n[av_slide id=\'350\' av_uid=\'av-4rtytt\'][/av_slide]\n[av_slide id=\'349\' av_uid=\'av-4in20p\'][/av_slide]\n[/av_slideshow]\n\n[/av_two_third][av_one_third av_uid=\'av-4czpsx\']\n\n[av_heading tag=\'h2\' padding=\'0\' heading=\'Amazing meals & <strong>great entertainment</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-472bpd\']\nWe hope to see you soon!\n[/av_heading]\n\n[av_textblock av_uid=\'av-42c7h5\']\nLorem ipsum dolor sit amet, <strong>consectetuer</strong> adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\n\nVenenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\n<blockquote>Nulla consequat massa quis enim. Doncus ut, imperdiet a.</blockquote>\n[/av_textblock]\n\n[/av_one_third][av_one_third first av_uid=\'av-e09xl\']\n\n[av_image src=\'http://www.kriesi.at/themes/enfold-restaurant/files/2014/07/pizza-845x684.jpg\' attachment=\'350\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' link=\'page,26\' target=\'\' styling=\'\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' av_uid=\'av-3qpm15\']\nLearn more....\n[/av_image]\n\n[av_icon_box icon=\'ue808\' font=\'entypo-fontello\' position=\'left\' title=\'The best ingredients\' link=\'\' linktarget=\'\' linkelement=\'\' av_uid=\'av-3io5i9\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\n[/av_icon_box]\n\n[/av_one_third][av_one_third av_uid=\'av-3gy3pl\']\n\n[av_image src=\'http://www.kriesi.at/themes/enfold-restaurant/files/2014/07/burger-845x684.jpg\' attachment=\'345\' attachment_size=\'gallery\' align=\'center\' animation=\'pop-up\' link=\'page,18\' target=\'\' styling=\'\' caption=\'yes\' font_size=\'20\' appearance=\'on-hover\' av_uid=\'av-3a3x21\']\nBook now!\n[/av_image]\n\n[av_icon_box icon=\'ue808\' font=\'entypo-fontello\' position=\'left\' title=\'Reservations\' link=\'\' linktarget=\'\' linkelement=\'\' av_uid=\'av-b6f9l\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\n[/av_icon_box]\n\n[/av_one_third][av_one_third av_uid=\'av-2txlbl\']\n\n[/av_one_third]\n[/av_section]'),(1453,16,'_avia_builder_template_elemn2','{{{elemn2}}}[av_one_third av_uid=\'av-3e4c0y\']\n\n[av_image src=\'http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_3-300x209.png\' attachment=\'401\' attachment_size=\'medium\' copyright=\'\' caption=\'yes\' styling=\'\' align=\'center\' font_size=\'20\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'pop-up\' hover=\'\' appearance=\'on-hover\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3894mq\' admin_preview_bg=\'\']\nFISIOTERAPIA E RIABILITAZIONE\n\n[/av_image]\n\n[av_icon_box icon=\'ue808\' font=\'entypo-fontello\' title=\'FISIOTERAPIA E RIABILITAZIONE\' position=\'left\' icon_style=\'\' boxed=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-31r15u\' admin_preview_bg=\'\']\n<p class=\"p1\">Disponiamo dei servizi di fisioterapia e massoterapia a domicilio. Le prestazioni vengono erogate da personale con esperienza, che tiene conto dell’età e dello stato psico-fisico dell’assistito</p>\n[/av_icon_box]\n\n[/av_one_third]'),(1454,16,'_avia_builder_template_elemen1','{{{elemen1}}}[av_one_third av_uid=\'av-3e4c0y\']\n\n[av_image src=\'http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_1-300x200.png\' attachment=\'398\' attachment_size=\'medium\' copyright=\'\' caption=\'yes\' styling=\'\' align=\'center\' font_size=\'20\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'pop-up\' hover=\'\' appearance=\'on-hover\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3894mq\' admin_preview_bg=\'\']\nASSISTENZA\n[/av_image]\n\n[av_icon_box icon=\'ue808\' font=\'entypo-fontello\' title=\'ASSISTENZA\' position=\'left\' icon_style=\'\' boxed=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-31r15u\' admin_preview_bg=\'\']\n<p class=\"p1\"><b>Assistenza domiciliare</b> <b>anziani</b>, servizi qualificati di: igiene personale, bagno o doccia completa, alzata del mattino, assistenza al pasto, veglia notturna, assistenza incontinenti e allettati, accompagnamento.</p>\n<p class=\"p1\">Disponibili anche <b>servizi infermieristici, </b>operiamo con personale diplomato O.S.S. e qualificato da anni di esperienza nel settore.</p>\n[/av_icon_box]\n\n[/av_one_third]'),(1455,16,'_avia_builder_template_elemen0','{{{elemen0}}}[av_one_third first av_uid=\'av-3e4c0y\']\n\n[av_image src=\'http://anycare.noappname.net/wp-content/uploads/2020/10/gallery_servizi_2-300x200.png\' attachment=\'399\' attachment_size=\'medium\' copyright=\'\' caption=\'yes\' styling=\'\' align=\'center\' font_size=\'20\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'pop-up\' hover=\'\' appearance=\'on-hover\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3894mq\' admin_preview_bg=\'\']\nCOMPAGNIA E TRASPORTO\n\n[/av_image]\n\n[av_icon_box icon=\'ue808\' font=\'entypo-fontello\' title=\'Compagnia e trasporto\' position=\'left\' icon_style=\'\' boxed=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'\' custom_bg=\'\' custom_font=\'\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-31r15u\' admin_preview_bg=\'\']\n<p class=\"p1\">Servizio <b>badante e</b> <b>assistenza in ospedale</b>. <b>Servizio di trasporto anziani assistito</b> presso strutture <b>mediche/ospedaliere</b> per visite, esami e terapie. <b>Assistenza a ore</b> o a prestazione per <b>anziani, malati o disabili</b> anche <b>24 ore su 24</b>.</p>\n[/av_icon_box]\n\n[/av_one_third]'),(1478,26,'_avia_builder_template_front','{{{front}}}[av_section min_height=\'25\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_tb\' src=\'http://wpoffice/enfold-lawyer/wp-content/uploads/sites/1009/2018/04/hero2-bw-1024x427.png\' attachment=\'668\' attachment_size=\'large\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.6\' overlay_color=\'#084a79\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-145nae\']\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jgf3pjem\']\n\n[av_heading heading=\'Working Tirelessly To Protect And Defend Your Rights\' tag=\'h2\' style=\'blockquote modern-quote modern-centered\' size=\'5vw\' subheading_active=\'subheading_above\' subheading_size=\'25\' margin=\'150px,,150px,\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgqn0gvl\' admin_preview_bg=\'rgb(34, 34, 34)\']\nOur Goal\n[/av_heading]\n\n[/av_one_full][av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#ffffff\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Insurance Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-2217a\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula dolor.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'0px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Real Property Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-fpwri\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'0px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#072f4c\' background_gradient_color1=\'#072f4c\' background_gradient_color2=\'#0c4771\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Construction Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-a9phq\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">In enim justo ut, imperdiet a, venenatis vitae, justo. Donec pede justo, fringilla vel eget, arcu.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_heading tag=\'h3\' padding=\'0\' heading=\'How we operate for you\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'30\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'0\' av_uid=\'av-145kz2\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgfdunv8\' admin_preview_bg=\'\']\n<p style=\"text-align: center;\">Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\nLorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_image src=\'http://wpoffice/enfold-lawyer/wp-content/uploads/sites/1009/2018/05/services1-845x321.jpg\' attachment=\'761\' attachment_size=\'entry_with_sidebar\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jgqkifiw\' admin_preview_bg=\'\'][/av_image]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Get in touch by mail or phone\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'15,,,\' av_uid=\'av-x2b5q\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_image src=\'http://wpoffice/enfold-lawyer/wp-content/uploads/sites/1009/2018/05/services2-845x321.jpg\' attachment=\'762\' attachment_size=\'entry_with_sidebar\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jgqkifiw\' admin_preview_bg=\'\'][/av_image]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Free personal consultation\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'15,,,\' av_uid=\'av-pidt2\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">In enim justo ut, imperdiet a, venenatis vitae, justo. Donec pede justo, fringilla vel eget, arcu.</p>\n[/av_textblock]\n\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_image src=\'http://wpoffice/enfold-lawyer/wp-content/uploads/sites/1009/2018/05/services3-845x321.jpg\' attachment=\'763\' attachment_size=\'entry_with_sidebar\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jgqkifiw\' admin_preview_bg=\'\'][/av_image]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Starting your case\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'15,,,\' av_uid=\'av-nai1a\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula dolor.</p>\n[/av_textblock]\n\n[/av_one_third][av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'What happens next?\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'15,,,\' av_uid=\'av-cjywu\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis<strong> parturient montes</strong>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque. Nulla <a href=\"#\">consequat massa</a> quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Going trough the verdict\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'15,,,\' av_uid=\'av-8qyta\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\n\nNullam dictum felis eu pede mollis pretium. Integer <strong>tincidunt</strong>. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_gradient\' custom_bg=\'\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_heading tag=\'h4\' padding=\'30\' heading=\'We are the best reviewed Criminal Defence Law Firm in the US. \' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'27\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-96c1y\']\nIf you want to be represented by the best law firm for your case then do not hesitate and write us a mail!\n[/av_heading]\n\n[av_button label=\'Get in touch\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_full]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Areas of expertise\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'30\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'0\' av_uid=\'av-17uzfy\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgfdunv8\' admin_preview_bg=\'\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\nAenean commodo ligula eget dolor. Aenean massa.\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#072f4c\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf100\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Insurance Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-110ppa\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(34, 34, 34)\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula dolor.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#0a0a0a\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf106\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Real Property Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-wivba\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#072f4c\' background_gradient_color1=\'#072f4c\' background_gradient_color2=\'#0c4771\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf10b\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Construction Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-or3jy\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">In enim justo ut, imperdiet a, venenatis vitae, justo. Donec pede justo, fringilla vel eget, arcu.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'6%,0\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf120\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Traffic offense\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-maq86\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#072f4c\' background_gradient_color1=\'#072f4c\' background_gradient_color2=\'#0c4771\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf119\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Citation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-evh32\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">In enim justo ut, imperdiet a, venenatis vitae, justo. Donec pede justo, fringilla vel eget, arcu.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf114\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Jury Selection\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-8h4na\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_gradient\' custom_bg=\'\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_one_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_animated_numbers number=\'10,000+\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'\' font_size_description=\'\' link=\'\' linktarget=\'no\' color=\'font-light\' custom_color=\'#444444\' av_uid=\'av-2yydy\' admin_preview_bg=\'rgb(34, 34, 34)\']\nCases served\n[/av_animated_numbers]\n\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_animated_numbers number=\'65+\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'\' font_size_description=\'\' link=\'\' linktarget=\'no\' color=\'font-light\' custom_color=\'#444444\' av_uid=\'av-2yydy\' admin_preview_bg=\'rgb(34, 34, 34)\']\nYears of experience\n[/av_animated_numbers]\n\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_animated_numbers number=\'24/7\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'\' font_size_description=\'\' link=\'\' linktarget=\'no\' color=\'font-light\' custom_color=\'#444444\' av_uid=\'av-2yydy\' admin_preview_bg=\'rgb(34, 34, 34)\']\nAvailability & Support\n[/av_animated_numbers]\n\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_animated_numbers number=\'100.000.000$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'\' font_size_description=\'\' link=\'\' linktarget=\'no\' color=\'font-light\' custom_color=\'#444444\' av_uid=\'av-2yydy\' admin_preview_bg=\'rgb(34, 34, 34)\']\nEarned for our clients\n[/av_animated_numbers]\n\n[/av_one_fourth]\n[/av_section]'),(1479,26,'_avia_builder_template_practice','{{{practice}}}[av_section min_height=\'custom\' min_height_px=\'230px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_tb\' src=\'http://wpoffice/enfold-lawyer/wp-content/uploads/sites/1009/2018/05/hero-blurred.jpg\' attachment=\'836\' attachment_size=\'full\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.6\' overlay_color=\'#084a79\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-145nae\']\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jgf3pjem\']\n\n[av_heading heading=\'Practice Areas\' tag=\'h2\' style=\'blockquote modern-quote modern-centered\' size=\'5vw\' subheading_active=\'\' subheading_size=\'25\' margin=\'0\' margin_sync=\'true\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrwfh5r\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_heading]\n\n[/av_one_full]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading heading=\'Overview of our services...\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' margin=\'15,,,\' padding=\'10\' color=\'\' custom_font=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrxw141\' admin_preview_bg=\'rgb(255, 255, 255)\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis<strong> parturient montes</strong>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque. Nulla <a href=\"#\">consequat massa</a> quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading heading=\'And in detail...\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' margin=\'15,,,\' padding=\'10\' color=\'\' custom_font=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrxw7ga\' admin_preview_bg=\'rgb(255, 255, 255)\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\n\nNullam dictum felis eu pede mollis pretium. Integer <strong>tincidunt</strong>. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\n[/av_textblock]\n\n[/av_one_half][av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf106\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Real Property Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-14oiuw\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_two_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-vra1k\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third][av_two_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-rz8o0\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf101\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Insurance Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-nsb0w\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,0px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf12e\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Construction Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-d8ocw\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_two_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-nyio\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_gradient\' custom_bg=\'\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_heading tag=\'h4\' padding=\'30\' heading=\'We are the best reviewed Criminal Defence Law Firm in the US. \' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'27\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-96c1y\']\nIf you want to be represented by the best law firm for your case then do not hesitate and write us a mail!\n[/av_heading]\n\n[av_button label=\'Get in touch\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_full]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf118\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Citation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-1ee1f4\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_two_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-19yq2w\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third][av_two_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-14nwhc\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf120\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Traffic offense\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-31h80\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf114\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Jury Selection\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-ppskg\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_two_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-2ddxs\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'scroll\' bottom_border_style=\'scroll\' scroll_down=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-fjuyg\']\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Any more questions? Feel free to write us a mail!\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'30\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'0\' av_uid=\'av-78rzc\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgfdunv8\' admin_preview_bg=\'\']\n<p style=\"text-align: center;\">Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\nLorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>\n[/av_textblock]\n[/av_section]'),(1480,26,'_avia_builder_template_about_old','{{{about old}}}[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_tb\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-145nae\']\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'fade-in\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jfg5nepn\']\n\n[av_heading heading=\'A little bit about me and how I became the designer I am today\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'5vw\' subheading_active=\'\' subheading_size=\'15\' margin=\'40px,,170px,\' padding=\'0\' color=\'\' custom_font=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jg442ty4\' admin_preview_bg=\'\'][/av_heading]\n\n[/av_one_full][av_timeline orientation=\'horizontal\' placement_v=\'alternate\' placement_h=\'top\' slides_num=\'3\' content_appearence=\'boxshadow\' custom_date_size=\'\' custom_title_size=\'\' custom_content_size=\'\' contentbox_bg_color=\'\' custom_contentbox_bg_color=\'\' font_color=\'custom\' custom_date=\'#000000\' custom_title=\'\' custom_content=\'\' icon_color=\'custom\' icon_custom_bg=\'#000000\' icon_custom_font=\'\' icon_custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jfjcxzvh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n[av_timeline_item date=\'1981\' title=\'Birth\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'middle\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue80c\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-okvtu\']\nI was born in a small town in Texas called Lorem. Ipsum dolor sit amet, consectetuer adipiscing elitdolor sit. Aenean commodo ligula eget dolor.\n[/av_timeline_item]\n[av_timeline_item date=\'1991\' title=\'First Steps\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue806\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-b1iay\']\nI took my first steps in enim justo, rhoncus ut, imperdiet a, dolor sit venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n[/av_timeline_item]\n[av_timeline_item date=\'2001\' title=\'College\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue8c9\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-ues5m\']\nI started college in 2001. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_timeline_item]\n[av_timeline_item date=\'2002\' title=\'Art Degree\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue8c0\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-pdbqy\']\nMy first art degree I received in ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_timeline_item]\n[av_timeline_item date=\'2004\' title=\'First Employment\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue856\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-k7lsi\']\nCras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean, eleifeem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_timeline_item]\n[av_timeline_item date=\'2006\' title=\'Self Employment\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue821\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-84odu\']\nCras dapibus. Vivamus elementum semper nisi. Uat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_timeline_item]\n[av_timeline_item date=\'2018\' title=\'Founded my Company\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue80b\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-9g716\']\nCras dapibus. Vivamus elementat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_timeline_item]\n[/av_timeline]\n\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#ededed\' custom_margin_top=\'130px\' custom_margin_bottom=\'130px\' icon_select=\'yes\' custom_icon_color=\'#000000\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jfjntthx\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'bottom-to-top\' av_uid=\'av-1kbp16\']\n\n[av_heading tag=\'h4\' padding=\'10\' heading=\'What I can do for you\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-nq6w2\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-175vxm\']\nLorem ipsum dolor sit amet, consectetuer <strong>adipiscing</strong> elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'bottom-to-top\' av_uid=\'av-1kbp16\']\n\n[av_heading tag=\'h4\' padding=\'10\' heading=\'How i usually work\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-f8902\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-175vxm\' admin_preview_bg=\'\']\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n\nLorem ipsum dolor sit amet, consectetuer <strong>adipiscing</strong> elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'bottom-to-top\' av_uid=\'av-138ntu\']\n\n[av_heading tag=\'h4\' padding=\'10\' heading=\'Skills\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-720eq\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-qxoaq\' admin_preview_bg=\'\']\nAenean vulputate eleifend tellus. <strong>Aenean</strong> leo ligula, porttitor eu, <strong>consequat</strong> vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Nullam felis eu pede mollis pretium.</li>\n 	<li>Integer tincidunt. Cras dapibusc onsectetuer adipiscing eli.</li>\n 	<li>Vivamus elementum semper nisi.</li>\n 	<li>Lorem ipsum dolor sit amet. Aenean commodo ligula eget dolor.</li>\n</ul>\nAenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient</a> montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'bottom-to-top\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-138ntu\']\n\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#ededed\' custom_margin_top=\'130px\' custom_margin_bottom=\'130px\' icon_select=\'yes\' custom_icon_color=\'#000000\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jfjntthx\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_progress bar_styling=\'av-flat-bar\' bar_animation=\'av-animated-bar\' bar_styling_secondary=\'av-small-bar\' show_percentage=\'\' bar_height=\'5\' av_uid=\'av-jfjo1h8v\' admin_preview_bg=\'\']\n[av_progress_bar title=\'Logo Design\' progress=\'100\' color=\'black\' icon_select=\'no\' icon=\'43\' font=\'entypo-fontello\' av_uid=\'av-qp576\']\n[av_progress_bar title=\'Brand Design\' progress=\'100\' color=\'black\' icon_select=\'no\' icon=\'43\' font=\'entypo-fontello\' av_uid=\'av-kvcqa\']\n[av_progress_bar title=\'Web Design\' progress=\'90\' color=\'black\' icon_select=\'no\' icon=\'43\' font=\'entypo-fontello\' av_uid=\'av-de5de\']\n[av_progress_bar title=\'Content Creation\' progress=\'80\' color=\'black\' icon_select=\'no\' icon=\'43\' font=\'entypo-fontello\' av_uid=\'av-8rl8a\']\n[/av_progress]\n\n[/av_one_half]\n[/av_section]'),(1483,36,'_oembed_aaac534618c550d029b4f4b7e6f60cd6','{{unknown}}'),(1484,36,'_oembed_80da46983740b5b8756a55878a94e410','<blockquote class=\"wp-embedded-content\" data-secret=\"8OzavDIdhB\"><a href=\"https://kriesi.at/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://kriesi.at/embed#?secret=8OzavDIdhB\" data-secret=\"8OzavDIdhB\" width=\"600\" height=\"338\" title=\"&#8220;Home&#8221; &#8212; Kriesi.at - Premium WordPress Themes\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(1485,36,'_oembed_time_80da46983740b5b8756a55878a94e410','1524074329'),(1486,36,'layout',''),(1487,36,'sidebar',''),(1488,36,'footer',''),(1489,36,'header_title_bar',''),(1490,36,'header_transparency',''),(1491,36,'_avia_hide_featured_image','0'),(1492,36,'_oembed_b0268193f0cbd776f2a9c43df56d9186','<blockquote class=\"wp-embedded-content\" data-secret=\"hxs6iER3lb\"><a href=\"https://kriesi.at/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://kriesi.at/embed#?secret=hxs6iER3lb\" data-secret=\"hxs6iER3lb\" width=\"600\" height=\"338\" title=\"&#8220;Home&#8221; &#8212; Kriesi.at - Premium WordPress Themes\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(1493,36,'_av_el_mgr_version','1.0'),(1494,36,'_av_alb_posts_elements_state','a:0:{}'),(1495,36,'_av_alb_element_mgr_version','1.0.1'),(1496,36,'_oembed_e61beff6d0af7c0dd120b6e61ce9440c','<blockquote class=\"wp-embedded-content\" data-secret=\"wQ7qwhhlxw\"><a href=\"https://kriesi.at/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://kriesi.at/embed#?secret=wQ7qwhhlxw\" data-secret=\"wQ7qwhhlxw\" width=\"600\" height=\"338\" title=\"&#8220;Home&#8221; &#8212; Kriesi.at - Premium WordPress Themes\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(1497,36,'_oembed_time_e61beff6d0af7c0dd120b6e61ce9440c','1522784097'),(1498,36,'_aviaLayoutBuilder_active',''),(1499,36,'_avia_sc_parser_state','check_only'),(1500,36,'_thumbnail_id','828'),(1501,36,'_aviaLayoutBuilderCleanData',''),(1502,36,'_avia_builder_shortcode_tree','a:0:{}'),(1503,36,'_oembed_time_b0268193f0cbd776f2a9c43df56d9186','1524074341'),(1506,40,'layout',''),(1507,40,'sidebar',''),(1508,40,'footer',''),(1509,40,'header_title_bar',''),(1510,40,'header_transparency',''),(1511,40,'_avia_hide_featured_image','0'),(1512,40,'avada_post_views_count','0'),(1513,40,'_aviaLayoutBuilder_active',''),(1514,40,'_aviaLayoutBuilderCleanData',''),(1515,40,'_av_el_mgr_version','1.0'),(1516,40,'_av_alb_posts_elements_state','a:0:{}'),(1517,40,'_av_alb_element_mgr_version','1.0.1'),(1518,40,'_avia_sc_parser_state','check_only'),(1519,40,'_thumbnail_id','836'),(1520,40,'_avia_builder_shortcode_tree','a:0:{}'),(1523,47,'_oembed_063d80d58f991eb7b38065de813e5277','<iframe src=\"https://player.vimeo.com/video/41629603?app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" title=\"Free HD stock video footage - Cloud time lapse (See Description for High Quality download link)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1524,47,'_oembed_time_063d80d58f991eb7b38065de813e5277','1524074328'),(1525,47,'_oembed_3575cebe6a8975300c4abc1b45d76eb7','<iframe src=\"https://player.vimeo.com/video/41629603?app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" title=\"Free HD stock video footage - Cloud time lapse (See Description for High Quality download link)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1526,47,'_oembed_time_3575cebe6a8975300c4abc1b45d76eb7','1524074340'),(1527,47,'layout',''),(1528,47,'sidebar',''),(1529,47,'footer',''),(1530,47,'header_title_bar',''),(1531,47,'header_transparency',''),(1532,47,'_avia_hide_featured_image','0'),(1533,47,'_av_el_mgr_version','1.0'),(1534,47,'_av_alb_posts_elements_state','a:0:{}'),(1535,47,'_av_alb_element_mgr_version','1.0.1'),(1536,47,'_aviaLayoutBuilder_active',''),(1537,47,'_avia_sc_parser_state','check_only'),(1538,47,'_aviaLayoutBuilderCleanData',''),(1539,47,'_avia_builder_shortcode_tree','a:0:{}'),(1540,47,'_thumbnail_id','829'),(1543,49,'layout',''),(1544,49,'sidebar',''),(1545,49,'footer',''),(1546,49,'header_title_bar',''),(1547,49,'header_transparency',''),(1548,49,'_avia_hide_featured_image','0'),(1549,49,'_av_el_mgr_version','1.0'),(1550,49,'_av_alb_posts_elements_state','a:0:{}'),(1551,49,'_av_alb_element_mgr_version','1.0.1'),(1552,49,'_aviaLayoutBuilder_active',''),(1553,49,'_avia_sc_parser_state','check_only'),(1554,49,'_aviaLayoutBuilderCleanData',''),(1555,49,'_avia_builder_shortcode_tree','a:0:{}'),(1558,51,'_avia_sc_parser_state','check_only'),(1559,51,'layout',''),(1560,51,'sidebar',''),(1561,51,'footer',''),(1562,51,'header_title_bar',''),(1563,51,'header_transparency',''),(1564,51,'_avia_hide_featured_image','0'),(1565,51,'enclosure','http://www.archive.org/download/Macroform2011/Macroform-600LightYears.mp3\n161\naudio/mpeg\n'),(1566,51,'_av_el_mgr_version','1.0'),(1567,51,'_av_alb_posts_elements_state','a:0:{}'),(1568,51,'_av_alb_element_mgr_version','1.0.1'),(1569,51,'_aviaLayoutBuilder_active',''),(1570,51,'_thumbnail_id','828'),(1571,51,'_aviaLayoutBuilderCleanData',''),(1572,51,'_avia_builder_shortcode_tree','a:0:{}'),(1575,55,'_aviaLayoutBuilder_active',''),(1576,55,'_avia_sc_parser_state','check_only'),(1577,55,'_aviaLayoutBuilderCleanData',''),(1578,55,'_avia_builder_shortcode_tree','a:0:{}'),(1579,55,'_thumbnail_id','827'),(1580,55,'layout',''),(1581,55,'sidebar',''),(1582,55,'footer',''),(1583,55,'header_title_bar',''),(1584,55,'header_transparency',''),(1585,55,'_avia_hide_featured_image','0'),(1586,55,'_av_el_mgr_version','1.0'),(1587,55,'_av_alb_posts_elements_state','a:0:{}'),(1588,55,'_av_alb_element_mgr_version','1.0.1'),(1591,68,'_avia_sc_parser_state','check_only'),(1592,68,'_wp_old_slug','hello-world-2'),(1593,68,'layout',''),(1594,68,'sidebar',''),(1595,68,'footer',''),(1596,68,'header_title_bar',''),(1597,68,'header_transparency',''),(1598,68,'_avia_hide_featured_image','0'),(1599,68,'_av_el_mgr_version','1.0'),(1600,68,'_av_alb_posts_elements_state','a:0:{}'),(1601,68,'_av_alb_element_mgr_version','1.0.1'),(1602,68,'_aviaLayoutBuilder_active',''),(1603,68,'_thumbnail_id','833'),(1604,68,'_aviaLayoutBuilderCleanData',''),(1605,68,'_avia_builder_shortcode_tree','a:0:{}'),(1678,606,'_av_el_mgr_version','1.0'),(1679,606,'_av_alb_posts_elements_state','a:0:{}'),(1680,606,'_av_alb_element_mgr_version','1.0.1'),(1681,606,'_aviaLayoutBuilder_active',''),(1682,606,'_avia_sc_parser_state','check_only'),(1683,606,'_thumbnail_id','830'),(1684,606,'_aviaLayoutBuilderCleanData',''),(1685,606,'_avia_builder_shortcode_tree','a:0:{}'),(1686,606,'layout',''),(1687,606,'sidebar',''),(1688,606,'footer',''),(1689,606,'header_title_bar',''),(1690,606,'header_transparency',''),(1691,606,'_avia_hide_featured_image','0'),(1692,606,'_wp_old_slug','hello-world'),(1841,26,'_avia_builder_template_front','{{{front}}}[av_section min_height=\'25\' min_height_px=\'500px\' padding=\'no-padding\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_tb\' src=\'http://wpoffice/enfold-lawyer/wp-content/uploads/sites/1009/2018/04/hero2-bw-1024x427.png\' attachment=\'668\' attachment_size=\'large\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.6\' overlay_color=\'#084a79\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-145nae\']\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jgf3pjem\']\n\n[av_heading heading=\'Working Tirelessly To Protect And Defend Your Rights\' tag=\'h2\' style=\'blockquote modern-quote modern-centered\' size=\'5vw\' subheading_active=\'subheading_above\' subheading_size=\'25\' margin=\'150px,,150px,\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgqn0gvl\' admin_preview_bg=\'rgb(34, 34, 34)\']\nOur Goal\n[/av_heading]\n\n[/av_one_full][av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#ffffff\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Insurance Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-2217a\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula dolor.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'0px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Real Property Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-fpwri\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'0px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#072f4c\' background_gradient_color1=\'#072f4c\' background_gradient_color2=\'#0c4771\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Construction Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-a9phq\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">In enim justo ut, imperdiet a, venenatis vitae, justo. Donec pede justo, fringilla vel eget, arcu.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_heading tag=\'h3\' padding=\'0\' heading=\'How we operate for you\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'30\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'0\' av_uid=\'av-145kz2\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgfdunv8\' admin_preview_bg=\'\']\n<p style=\"text-align: center;\">Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\nLorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_one_third first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_image src=\'http://wpoffice/enfold-lawyer/wp-content/uploads/sites/1009/2018/05/services1-845x321.jpg\' attachment=\'761\' attachment_size=\'entry_with_sidebar\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jgqkifiw\' admin_preview_bg=\'\'][/av_image]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Get in touch by mail or phone\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'15,,,\' av_uid=\'av-x2b5q\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_image src=\'http://wpoffice/enfold-lawyer/wp-content/uploads/sites/1009/2018/05/services2-845x321.jpg\' attachment=\'762\' attachment_size=\'entry_with_sidebar\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jgqkifiw\' admin_preview_bg=\'\'][/av_image]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Free personal consultation\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'15,,,\' av_uid=\'av-pidt2\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">In enim justo ut, imperdiet a, venenatis vitae, justo. Donec pede justo, fringilla vel eget, arcu.</p>\n[/av_textblock]\n\n[/av_one_third][av_one_third min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_image src=\'http://wpoffice/enfold-lawyer/wp-content/uploads/sites/1009/2018/05/services3-845x321.jpg\' attachment=\'763\' attachment_size=\'entry_with_sidebar\' align=\'center\' styling=\'\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' copyright=\'\' animation=\'no-animation\' av_uid=\'av-jgqkifiw\' admin_preview_bg=\'\'][/av_image]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Starting your case\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'15,,,\' av_uid=\'av-nai1a\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula dolor.</p>\n[/av_textblock]\n\n[/av_one_third][av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'What happens next?\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'15,,,\' av_uid=\'av-cjywu\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis<strong> parturient montes</strong>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque. Nulla <a href=\"#\">consequat massa</a> quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Going trough the verdict\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'15,,,\' av_uid=\'av-8qyta\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\n\nNullam dictum felis eu pede mollis pretium. Integer <strong>tincidunt</strong>. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_gradient\' custom_bg=\'\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_heading tag=\'h4\' padding=\'30\' heading=\'We are the best reviewed Criminal Defence Law Firm in the US. \' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'27\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-96c1y\']\nIf you want to be represented by the best law firm for your case then do not hesitate and write us a mail!\n[/av_heading]\n\n[av_button label=\'Get in touch\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_full]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Areas of expertise\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'30\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'0\' av_uid=\'av-17uzfy\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgfdunv8\' admin_preview_bg=\'\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.\nAenean commodo ligula eget dolor. Aenean massa.\nCum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#072f4c\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf100\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Insurance Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-110ppa\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(34, 34, 34)\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula dolor.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#0a0a0a\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf106\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Real Property Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-wivba\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#072f4c\' background_gradient_color1=\'#072f4c\' background_gradient_color2=\'#0c4771\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf10b\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Construction Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-or3jy\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">In enim justo ut, imperdiet a, venenatis vitae, justo. Donec pede justo, fringilla vel eget, arcu.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'6%,0\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf120\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Traffic offense\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-maq86\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#072f4c\' background_gradient_color1=\'#072f4c\' background_gradient_color2=\'#0c4771\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf119\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Citation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-evh32\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">In enim justo ut, imperdiet a, venenatis vitae, justo. Donec pede justo, fringilla vel eget, arcu.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf114\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Jury Selection\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-8h4na\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Learn more\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_gradient\' custom_bg=\'\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_one_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_animated_numbers number=\'10,000+\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'\' font_size_description=\'\' link=\'\' linktarget=\'no\' color=\'font-light\' custom_color=\'#444444\' av_uid=\'av-2yydy\' admin_preview_bg=\'rgb(34, 34, 34)\']\nCases served\n[/av_animated_numbers]\n\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_animated_numbers number=\'65+\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'\' font_size_description=\'\' link=\'\' linktarget=\'no\' color=\'font-light\' custom_color=\'#444444\' av_uid=\'av-2yydy\' admin_preview_bg=\'rgb(34, 34, 34)\']\nYears of experience\n[/av_animated_numbers]\n\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_animated_numbers number=\'24/7\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'\' font_size_description=\'\' link=\'\' linktarget=\'no\' color=\'font-light\' custom_color=\'#444444\' av_uid=\'av-2yydy\' admin_preview_bg=\'rgb(34, 34, 34)\']\nAvailability & Support\n[/av_animated_numbers]\n\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_animated_numbers number=\'100.000.000$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'\' font_size_description=\'\' link=\'\' linktarget=\'no\' color=\'font-light\' custom_color=\'#444444\' av_uid=\'av-2yydy\' admin_preview_bg=\'rgb(34, 34, 34)\']\nEarned for our clients\n[/av_animated_numbers]\n\n[/av_one_fourth]\n[/av_section]'),(1842,26,'_avia_builder_template_practice','{{{practice}}}[av_section min_height=\'custom\' min_height_px=\'230px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_tb\' src=\'http://wpoffice/enfold-lawyer/wp-content/uploads/sites/1009/2018/05/hero-blurred.jpg\' attachment=\'836\' attachment_size=\'full\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.6\' overlay_color=\'#084a79\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-145nae\']\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jgf3pjem\']\n\n[av_heading heading=\'Practice Areas\' tag=\'h2\' style=\'blockquote modern-quote modern-centered\' size=\'5vw\' subheading_active=\'\' subheading_size=\'25\' margin=\'0\' margin_sync=\'true\' padding=\'0\' color=\'custom-color-heading\' custom_font=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrwfh5r\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_heading]\n\n[/av_one_full]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading heading=\'Overview of our services...\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' margin=\'15,,,\' padding=\'10\' color=\'\' custom_font=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrxw141\' admin_preview_bg=\'rgb(255, 255, 255)\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis<strong> parturient montes</strong>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque. Nulla <a href=\"#\">consequat massa</a> quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading heading=\'And in detail...\' tag=\'h2\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' margin=\'15,,,\' padding=\'10\' color=\'\' custom_font=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrxw7ga\' admin_preview_bg=\'rgb(255, 255, 255)\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\n\nNullam dictum felis eu pede mollis pretium. Integer <strong>tincidunt</strong>. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.\n[/av_textblock]\n\n[/av_one_half][av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf106\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Real Property Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-14oiuw\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_two_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-vra1k\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third][av_two_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-rz8o0\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf101\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Insurance Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-nsb0w\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,0px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf12e\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Construction Litigation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-d8ocw\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_two_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-nyio\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_gradient\' custom_bg=\'\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_one_full first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-lsyke\']\n\n[av_heading tag=\'h4\' padding=\'30\' heading=\'We are the best reviewed Criminal Defence Law Firm in the US. \' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'27\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-96c1y\']\nIf you want to be represented by the best law firm for your case then do not hesitate and write us a mail!\n[/av_heading]\n\n[av_button label=\'Get in touch\' link=\'manually,http://\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_full]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-qet8u\']\n[av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf118\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Citation\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-1ee1f4\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_two_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-19yq2w\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third][av_two_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-14nwhc\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf120\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Traffic offense\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-31h80\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_gradient\' background_color=\'#094978\' background_gradient_color1=\'#094978\' background_gradient_color2=\'#105e96\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_font_icon icon=\'uf114\' font=\'justice\' style=\'\' caption=\'\' link=\'\' linktarget=\'\' size=\'70px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-jgf8v45f\' admin_preview_bg=\'rgb(34, 34, 34)\'][/av_font_icon]\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'Jury Selection\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#ffffff\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(34, 34, 34)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-ppskg\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgds8wgh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n<p style=\"text-align: center;\">Donec quam felis, ultricies nec eu, pretium quis, sem. Nulla consequat massa quis enim.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'\']\n\n[av_button label=\'Get in touch\' link=\'page,156\' link_target=\'\' size=\'large\' position=\'center\' label_display=\'\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'custom\' custom_bg=\'#ffffff\' custom_font=\'#000000\' av_uid=\'av-jgf4ovnq\' admin_preview_bg=\'\']\n\n[/av_one_third][av_two_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'no_margin\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px,70px\' link=\'\' linktarget=\'\' link_hover=\'opacity80\' padding=\'40px\' padding_sync=\'true\' border=\'\' border_color=\'#f2f2f2\' radius=\'3px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'#f7f7f7\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_bt\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'left-to-right\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-9wkhy\']\n\n[av_heading tag=\'h2\' padding=\'10\' heading=\'In detail...\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'25,,,\' av_uid=\'av-2ddxs\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient <strong>montes</strong>, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis <strong>pretium</strong>.</blockquote>\nInteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[av_hr class=\'custom\' height=\'20\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#d3d3d3\' custom_margin_top=\'50px\' custom_margin_bottom=\'65px\' icon_select=\'yes\' custom_icon_color=\'#072f4c\' icon=\'uf119\' font=\'justice\' av_uid=\'av-jgf4q5kq\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgrx3l5f\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. <a href=\"#\">Aenean</a> leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum sociis <strong>natoque penatibus</strong> et magnis dis parturient montes.</li>\n</ul>\nNascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_two_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'default\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'scroll\' bottom_border_style=\'scroll\' scroll_down=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' video_mobile_disabled=\'\' overlay_enable=\'\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-fjuyg\']\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Any more questions? Feel free to write us a mail!\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'30\' custom_class=\'\' admin_preview_bg=\'rgb(255, 255, 255)\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'0\' av_uid=\'av-78rzc\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jgfdunv8\' admin_preview_bg=\'\']\n<p style=\"text-align: center;\">Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\nLorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>\n[/av_textblock]\n[/av_section]'),(1843,26,'_avia_builder_template_about_old','{{{about old}}}[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' color=\'main_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'diagonal_tb\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-145nae\']\n[av_one_full first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' custom_margin=\'aviaTBcustom_margin\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'fade-in\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-jfg5nepn\']\n\n[av_heading heading=\'A little bit about me and how I became the designer I am today\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'5vw\' subheading_active=\'\' subheading_size=\'15\' margin=\'40px,,170px,\' padding=\'0\' color=\'\' custom_font=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jg442ty4\' admin_preview_bg=\'\'][/av_heading]\n\n[/av_one_full][av_timeline orientation=\'horizontal\' placement_v=\'alternate\' placement_h=\'top\' slides_num=\'3\' content_appearence=\'boxshadow\' custom_date_size=\'\' custom_title_size=\'\' custom_content_size=\'\' contentbox_bg_color=\'\' custom_contentbox_bg_color=\'\' font_color=\'custom\' custom_date=\'#000000\' custom_title=\'\' custom_content=\'\' icon_color=\'custom\' icon_custom_bg=\'#000000\' icon_custom_font=\'\' icon_custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-jfjcxzvh\' admin_preview_bg=\'rgb(255, 255, 255)\']\n[av_timeline_item date=\'1981\' title=\'Birth\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'middle\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue80c\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-okvtu\']\nI was born in a small town in Texas called Lorem. Ipsum dolor sit amet, consectetuer adipiscing elitdolor sit. Aenean commodo ligula eget dolor.\n[/av_timeline_item]\n[av_timeline_item date=\'1991\' title=\'First Steps\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue806\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-b1iay\']\nI took my first steps in enim justo, rhoncus ut, imperdiet a, dolor sit venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n[/av_timeline_item]\n[av_timeline_item date=\'2001\' title=\'College\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue8c9\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-ues5m\']\nI started college in 2001. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_timeline_item]\n[av_timeline_item date=\'2002\' title=\'Art Degree\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue8c0\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-pdbqy\']\nMy first art degree I received in ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_timeline_item]\n[av_timeline_item date=\'2004\' title=\'First Employment\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue856\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-k7lsi\']\nCras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean, eleifeem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_timeline_item]\n[av_timeline_item date=\'2006\' title=\'Self Employment\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue821\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-84odu\']\nCras dapibus. Vivamus elementum semper nisi. Uat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_timeline_item]\n[av_timeline_item date=\'2018\' title=\'Founded my Company\' link=\'\' linktarget=\'\' linkelement=\'all\' milestone_valign=\'baseline\' milestone_color=\'\' custom_milestone_color=\'\' icon_image=\'icon\' icon=\'ue80b\' font=\'entypo-fontello\' image=\'http://wp/portfolio-light/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' attachment=\'\' attachment_size=\'\' av_uid=\'av-9g716\']\nCras dapibus. Vivamus elementat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_timeline_item]\n[/av_timeline]\n\n[av_hr class=\'invisible\' height=\'150\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#ededed\' custom_margin_top=\'130px\' custom_margin_bottom=\'130px\' icon_select=\'yes\' custom_icon_color=\'#000000\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jfjntthx\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'bottom-to-top\' av_uid=\'av-1kbp16\']\n\n[av_heading tag=\'h4\' padding=\'10\' heading=\'What I can do for you\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-nq6w2\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-175vxm\']\nLorem ipsum dolor sit amet, consectetuer <strong>adipiscing</strong> elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'bottom-to-top\' av_uid=\'av-1kbp16\']\n\n[av_heading tag=\'h4\' padding=\'10\' heading=\'How i usually work\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-f8902\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-175vxm\' admin_preview_bg=\'\']\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n\nLorem ipsum dolor sit amet, consectetuer <strong>adipiscing</strong> elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'bottom-to-top\' av_uid=\'av-138ntu\']\n\n[av_heading tag=\'h4\' padding=\'10\' heading=\'Skills\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' margin=\'\' av_uid=\'av-720eq\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-qxoaq\' admin_preview_bg=\'\']\nAenean vulputate eleifend tellus. <strong>Aenean</strong> leo ligula, porttitor eu, <strong>consequat</strong> vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n<ul>\n 	<li>Nullam felis eu pede mollis pretium.</li>\n 	<li>Integer tincidunt. Cras dapibusc onsectetuer adipiscing eli.</li>\n 	<li>Vivamus elementum semper nisi.</li>\n 	<li>Lorem ipsum dolor sit amet. Aenean commodo ligula eget dolor.</li>\n</ul>\nAenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient</a> montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' link=\'\' linktarget=\'\' link_hover=\'\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'bottom-to-top\' mobile_breaking=\'\' mobile_display=\'\' av_uid=\'av-138ntu\']\n\n[av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'#ededed\' custom_margin_top=\'130px\' custom_margin_bottom=\'130px\' icon_select=\'yes\' custom_icon_color=\'#000000\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jfjntthx\' admin_preview_bg=\'rgb(255, 255, 255)\']\n\n[av_progress bar_styling=\'av-flat-bar\' bar_animation=\'av-animated-bar\' bar_styling_secondary=\'av-small-bar\' show_percentage=\'\' bar_height=\'5\' av_uid=\'av-jfjo1h8v\' admin_preview_bg=\'\']\n[av_progress_bar title=\'Logo Design\' progress=\'100\' color=\'black\' icon_select=\'no\' icon=\'43\' font=\'entypo-fontello\' av_uid=\'av-qp576\']\n[av_progress_bar title=\'Brand Design\' progress=\'100\' color=\'black\' icon_select=\'no\' icon=\'43\' font=\'entypo-fontello\' av_uid=\'av-kvcqa\']\n[av_progress_bar title=\'Web Design\' progress=\'90\' color=\'black\' icon_select=\'no\' icon=\'43\' font=\'entypo-fontello\' av_uid=\'av-de5de\']\n[av_progress_bar title=\'Content Creation\' progress=\'80\' color=\'black\' icon_select=\'no\' icon=\'43\' font=\'entypo-fontello\' av_uid=\'av-8rl8a\']\n[/av_progress]\n\n[/av_one_half]\n[/av_section]'),(1844,36,'_oembed_aaac534618c550d029b4f4b7e6f60cd6','{{unknown}}'),(1845,36,'_oembed_80da46983740b5b8756a55878a94e410','<blockquote class=\"wp-embedded-content\" data-secret=\"8OzavDIdhB\"><a href=\"https://kriesi.at/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://kriesi.at/embed#?secret=8OzavDIdhB\" data-secret=\"8OzavDIdhB\" width=\"600\" height=\"338\" title=\"&#8220;Home&#8221; &#8212; Kriesi.at - Premium WordPress Themes\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(1846,36,'_oembed_time_80da46983740b5b8756a55878a94e410','1524074329'),(1847,36,'layout',''),(1848,36,'sidebar',''),(1849,36,'footer',''),(1850,36,'header_title_bar',''),(1851,36,'header_transparency',''),(1852,36,'_avia_hide_featured_image','0'),(1853,36,'_oembed_b0268193f0cbd776f2a9c43df56d9186','<blockquote class=\"wp-embedded-content\" data-secret=\"hxs6iER3lb\"><a href=\"https://kriesi.at/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://kriesi.at/embed#?secret=hxs6iER3lb\" data-secret=\"hxs6iER3lb\" width=\"600\" height=\"338\" title=\"&#8220;Home&#8221; &#8212; Kriesi.at - Premium WordPress Themes\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(1854,36,'_av_el_mgr_version','1.0'),(1855,36,'_av_alb_posts_elements_state','a:0:{}'),(1856,36,'_av_alb_element_mgr_version','1.0.1'),(1857,36,'_oembed_e61beff6d0af7c0dd120b6e61ce9440c','<blockquote class=\"wp-embedded-content\" data-secret=\"wQ7qwhhlxw\"><a href=\"https://kriesi.at/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"https://kriesi.at/embed#?secret=wQ7qwhhlxw\" data-secret=\"wQ7qwhhlxw\" width=\"600\" height=\"338\" title=\"&#8220;Home&#8221; &#8212; Kriesi.at - Premium WordPress Themes\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),(1858,36,'_oembed_time_e61beff6d0af7c0dd120b6e61ce9440c','1522784097'),(1859,36,'_aviaLayoutBuilder_active',''),(1860,36,'_avia_sc_parser_state','check_only'),(1861,36,'_thumbnail_id','828'),(1862,36,'_aviaLayoutBuilderCleanData',''),(1863,36,'_avia_builder_shortcode_tree','a:0:{}'),(1864,36,'_oembed_time_b0268193f0cbd776f2a9c43df56d9186','1524074341'),(1865,40,'layout',''),(1866,40,'sidebar',''),(1867,40,'footer',''),(1868,40,'header_title_bar',''),(1869,40,'header_transparency',''),(1870,40,'_avia_hide_featured_image','0'),(1871,40,'avada_post_views_count','0'),(1872,40,'_aviaLayoutBuilder_active',''),(1873,40,'_aviaLayoutBuilderCleanData',''),(1874,40,'_av_el_mgr_version','1.0'),(1875,40,'_av_alb_posts_elements_state','a:0:{}'),(1876,40,'_av_alb_element_mgr_version','1.0.1'),(1877,40,'_avia_sc_parser_state','check_only'),(1878,40,'_thumbnail_id','836'),(1879,40,'_avia_builder_shortcode_tree','a:0:{}'),(1880,47,'_oembed_063d80d58f991eb7b38065de813e5277','<iframe src=\"https://player.vimeo.com/video/41629603?app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" title=\"Free HD stock video footage - Cloud time lapse (See Description for High Quality download link)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1881,47,'_oembed_time_063d80d58f991eb7b38065de813e5277','1524074328'),(1882,47,'_oembed_3575cebe6a8975300c4abc1b45d76eb7','<iframe src=\"https://player.vimeo.com/video/41629603?app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" title=\"Free HD stock video footage - Cloud time lapse (See Description for High Quality download link)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(1883,47,'_oembed_time_3575cebe6a8975300c4abc1b45d76eb7','1524074340'),(1884,47,'layout',''),(1885,47,'sidebar',''),(1886,47,'footer',''),(1887,47,'header_title_bar',''),(1888,47,'header_transparency',''),(1889,47,'_avia_hide_featured_image','0'),(1890,47,'_av_el_mgr_version','1.0'),(1891,47,'_av_alb_posts_elements_state','a:0:{}'),(1892,47,'_av_alb_element_mgr_version','1.0.1'),(1893,47,'_aviaLayoutBuilder_active',''),(1894,47,'_avia_sc_parser_state','check_only'),(1895,47,'_aviaLayoutBuilderCleanData',''),(1896,47,'_avia_builder_shortcode_tree','a:0:{}'),(1897,47,'_thumbnail_id','829'),(1898,49,'layout',''),(1899,49,'sidebar',''),(1900,49,'footer',''),(1901,49,'header_title_bar',''),(1902,49,'header_transparency',''),(1903,49,'_avia_hide_featured_image','0'),(1904,49,'_av_el_mgr_version','1.0'),(1905,49,'_av_alb_posts_elements_state','a:0:{}'),(1906,49,'_av_alb_element_mgr_version','1.0.1'),(1907,49,'_aviaLayoutBuilder_active',''),(1908,49,'_avia_sc_parser_state','check_only'),(1909,49,'_aviaLayoutBuilderCleanData',''),(1910,49,'_avia_builder_shortcode_tree','a:0:{}'),(1911,51,'_avia_sc_parser_state','check_only'),(1912,51,'layout',''),(1913,51,'sidebar',''),(1914,51,'footer',''),(1915,51,'header_title_bar',''),(1916,51,'header_transparency',''),(1917,51,'_avia_hide_featured_image','0'),(1918,51,'enclosure','http://www.archive.org/download/Macroform2011/Macroform-600LightYears.mp3\n161\naudio/mpeg\n'),(1919,51,'_av_el_mgr_version','1.0'),(1920,51,'_av_alb_posts_elements_state','a:0:{}'),(1921,51,'_av_alb_element_mgr_version','1.0.1'),(1922,51,'_aviaLayoutBuilder_active',''),(1923,51,'_thumbnail_id','828'),(1924,51,'_aviaLayoutBuilderCleanData',''),(1925,51,'_avia_builder_shortcode_tree','a:0:{}'),(1926,55,'_aviaLayoutBuilder_active',''),(1927,55,'_avia_sc_parser_state','check_only'),(1928,55,'_aviaLayoutBuilderCleanData',''),(1929,55,'_avia_builder_shortcode_tree','a:0:{}'),(1930,55,'_thumbnail_id','827'),(1931,55,'layout',''),(1932,55,'sidebar',''),(1933,55,'footer',''),(1934,55,'header_title_bar',''),(1935,55,'header_transparency',''),(1936,55,'_avia_hide_featured_image','0'),(1937,55,'_av_el_mgr_version','1.0'),(1938,55,'_av_alb_posts_elements_state','a:0:{}'),(1939,55,'_av_alb_element_mgr_version','1.0.1'),(1940,68,'_avia_sc_parser_state','check_only'),(1941,68,'_wp_old_slug','hello-world-2'),(1942,68,'layout',''),(1943,68,'sidebar',''),(1944,68,'footer',''),(1945,68,'header_title_bar',''),(1946,68,'header_transparency',''),(1947,68,'_avia_hide_featured_image','0'),(1948,68,'_av_el_mgr_version','1.0'),(1949,68,'_av_alb_posts_elements_state','a:0:{}'),(1950,68,'_av_alb_element_mgr_version','1.0.1'),(1951,68,'_aviaLayoutBuilder_active',''),(1952,68,'_thumbnail_id','833'),(1953,68,'_aviaLayoutBuilderCleanData',''),(1954,68,'_avia_builder_shortcode_tree','a:0:{}'),(2025,606,'_av_el_mgr_version','1.0'),(2026,606,'_av_alb_posts_elements_state','a:0:{}'),(2027,606,'_av_alb_element_mgr_version','1.0.1'),(2028,606,'_aviaLayoutBuilder_active',''),(2029,606,'_avia_sc_parser_state','check_only'),(2030,606,'_thumbnail_id','830'),(2031,606,'_aviaLayoutBuilderCleanData',''),(2032,606,'_avia_builder_shortcode_tree','a:0:{}'),(2033,606,'layout',''),(2034,606,'sidebar',''),(2035,606,'footer',''),(2036,606,'header_title_bar',''),(2037,606,'header_transparency',''),(2038,606,'_avia_hide_featured_image','0'),(2039,606,'_wp_old_slug','hello-world'),(2192,841,'_wp_attached_file','2020/11/pelucchi.png'),(2193,841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:116;s:4:\"file\";s:20:\"2020/11/pelucchi.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"pelucchi-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"pelucchi-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"pelucchi-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"pelucchi-180x116.png\";s:5:\"width\";i:180;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"pelucchi-260x116.png\";s:5:\"width\";i:260;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2195,842,'_wp_attached_file','2020/11/Testata-KOLLMORGEN.jpg'),(2196,842,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1112;s:6:\"height\";i:366;s:4:\"file\";s:30:\"2020/11/Testata-KOLLMORGEN.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Testata-KOLLMORGEN-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Testata-KOLLMORGEN-1030x339.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Testata-KOLLMORGEN-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Testata-KOLLMORGEN-768x253.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"Testata-KOLLMORGEN-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"Testata-KOLLMORGEN-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:30:\"Testata-KOLLMORGEN-495x366.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"Testata-KOLLMORGEN-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:30:\"Testata-KOLLMORGEN-845x366.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:30:\"Testata-KOLLMORGEN-710x366.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:30:\"Testata-KOLLMORGEN-705x232.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"Testata-KOLLMORGEN-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2223,847,'_wp_attached_file','2020/11/Testata-BAUER-1.jpg'),(2224,847,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1112;s:6:\"height\";i:366;s:4:\"file\";s:27:\"2020/11/Testata-BAUER-1.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Testata-BAUER-1-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Testata-BAUER-1-1030x339.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Testata-BAUER-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"Testata-BAUER-1-768x253.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"Testata-BAUER-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"Testata-BAUER-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"Testata-BAUER-1-495x366.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"Testata-BAUER-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"Testata-BAUER-1-845x366.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"Testata-BAUER-1-710x366.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"Testata-BAUER-1-705x232.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"Testata-BAUER-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2255,854,'_wp_attached_file','2020/11/Testata-BAUER-1-1.jpg'),(2256,854,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:494;s:4:\"file\";s:29:\"2020/11/Testata-BAUER-1-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Testata-BAUER-1-1-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Testata-BAUER-1-1-1030x339.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Testata-BAUER-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Testata-BAUER-1-1-768x253.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"Testata-BAUER-1-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"Testata-BAUER-1-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"Testata-BAUER-1-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"Testata-BAUER-1-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"Testata-BAUER-1-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:29:\"Testata-BAUER-1-1-845x494.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"Testata-BAUER-1-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"Testata-BAUER-1-1-705x232.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:29:\"Testata-BAUER-1-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:30:\"Testata-BAUER-1-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605072252\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2257,855,'_wp_attached_file','2020/11/Testata-KOLLMORGEN-1.jpg'),(2258,855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:494;s:4:\"file\";s:32:\"2020/11/Testata-KOLLMORGEN-1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Testata-KOLLMORGEN-1-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Testata-KOLLMORGEN-1-1030x339.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Testata-KOLLMORGEN-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Testata-KOLLMORGEN-1-768x253.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"Testata-KOLLMORGEN-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"Testata-KOLLMORGEN-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:33:\"Testata-KOLLMORGEN-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"Testata-KOLLMORGEN-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"Testata-KOLLMORGEN-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"Testata-KOLLMORGEN-1-845x494.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"Testata-KOLLMORGEN-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"Testata-KOLLMORGEN-1-705x232.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"Testata-KOLLMORGEN-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:33:\"Testata-KOLLMORGEN-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1605072179\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2331,868,'_wp_attached_file','2020/11/bgm-bg-series-gear-motor.jpg'),(2332,868,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:973;s:6:\"height\";i:615;s:4:\"file\";s:36:\"2020/11/bgm-bg-series-gear-motor.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-300x190.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"bgm-bg-series-gear-motor-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-768x485.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:485;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:34:\"bgm-bg-series-gear-motor-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-973x430.jpg\";s:5:\"width\";i:973;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-845x615.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-705x446.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"bgm-bg-series-gear-motor-973x423.jpg\";s:5:\"width\";i:973;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2345,871,'_wp_attached_file','2020/11/motion_control.png'),(2346,871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:321;s:4:\"file\";s:26:\"2020/11/motion_control.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"motion_control-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"motion_control-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"motion_control-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"motion_control-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"motion_control-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"motion_control-495x321.png\";s:5:\"width\";i:495;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"motion_control-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"motion_control-710x321.png\";s:5:\"width\";i:710;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:26:\"motion_control-705x268.png\";s:5:\"width\";i:705;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2347,872,'_wp_attached_file','2020/11/avg_control.png'),(2348,872,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:321;s:4:\"file\";s:23:\"2020/11/avg_control.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"avg_control-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"avg_control-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"avg_control-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"avg_control-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"avg_control-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"avg_control-495x321.png\";s:5:\"width\";i:495;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"avg_control-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:23:\"avg_control-710x321.png\";s:5:\"width\";i:710;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:23:\"avg_control-705x268.png\";s:5:\"width\";i:705;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2349,873,'_wp_attached_file','2020/11/food_solution.png'),(2350,873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:321;s:4:\"file\";s:25:\"2020/11/food_solution.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"food_solution-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"food_solution-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"food_solution-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"food_solution-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"food_solution-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"food_solution-495x321.png\";s:5:\"width\";i:495;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"food_solution-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"food_solution-710x321.png\";s:5:\"width\";i:710;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"food_solution-705x268.png\";s:5:\"width\";i:705;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2351,874,'_wp_attached_file','2020/11/beverafe_solution.png'),(2352,874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:321;s:4:\"file\";s:29:\"2020/11/beverafe_solution.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"beverafe_solution-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"beverafe_solution-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"beverafe_solution-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"beverafe_solution-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"beverafe_solution-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"beverafe_solution-495x321.png\";s:5:\"width\";i:495;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"beverafe_solution-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"beverafe_solution-710x321.png\";s:5:\"width\";i:710;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"beverafe_solution-705x268.png\";s:5:\"width\";i:705;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2353,875,'_wp_attached_file','2020/11/pharma_solution.png'),(2354,875,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:321;s:4:\"file\";s:27:\"2020/11/pharma_solution.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"pharma_solution-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"pharma_solution-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"pharma_solution-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"pharma_solution-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"pharma_solution-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"pharma_solution-495x321.png\";s:5:\"width\";i:495;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"pharma_solution-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"pharma_solution-710x321.png\";s:5:\"width\";i:710;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"pharma_solution-705x268.png\";s:5:\"width\";i:705;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2355,876,'_wp_attached_file','2020/11/transfer_solution.png'),(2356,876,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:321;s:4:\"file\";s:29:\"2020/11/transfer_solution.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"transfer_solution-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"transfer_solution-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"transfer_solution-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:27:\"transfer_solution-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:29:\"transfer_solution-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:29:\"transfer_solution-495x321.png\";s:5:\"width\";i:495;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:29:\"transfer_solution-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:29:\"transfer_solution-710x321.png\";s:5:\"width\";i:710;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:29:\"transfer_solution-705x268.png\";s:5:\"width\";i:705;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2357,877,'_wp_attached_file','2020/11/pressofusione.png'),(2358,877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:321;s:4:\"file\";s:25:\"2020/11/pressofusione.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"pressofusione-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"pressofusione-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"pressofusione-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"pressofusione-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"pressofusione-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"pressofusione-495x321.png\";s:5:\"width\";i:495;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"pressofusione-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"pressofusione-710x321.png\";s:5:\"width\";i:710;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"pressofusione-705x268.png\";s:5:\"width\";i:705;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2359,878,'_wp_attached_file','2020/11/confezionamento.png'),(2360,878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:321;s:4:\"file\";s:27:\"2020/11/confezionamento.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"confezionamento-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"confezionamento-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"confezionamento-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"confezionamento-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"confezionamento-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"confezionamento-495x321.png\";s:5:\"width\";i:495;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"confezionamento-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"confezionamento-710x321.png\";s:5:\"width\";i:710;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"confezionamento-705x268.png\";s:5:\"width\";i:705;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2361,879,'_wp_attached_file','2020/11/utensili.png'),(2362,879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:845;s:6:\"height\";i:321;s:4:\"file\";s:20:\"2020/11/utensili.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"utensili-300x114.png\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"utensili-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"utensili-768x292.png\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"utensili-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"utensili-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"utensili-495x321.png\";s:5:\"width\";i:495;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"utensili-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"utensili-710x321.png\";s:5:\"width\";i:710;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"utensili-705x268.png\";s:5:\"width\";i:705;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2369,16,'_avia_builder_template_imma','{{{Imma}}}[av_image src=\'http://pelucchi.noappname.net/wp-content/uploads/2020/11/confezionamento-300x114.png\' attachment=\'878\' attachment_size=\'medium\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-jgqkifiw\' admin_preview_bg=\'\'][/av_image]'),(2370,881,'_wp_attached_file','2020/11/bauer-gear-logo.png'),(2371,881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:50;s:4:\"file\";s:27:\"2020/11/bauer-gear-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"bauer-gear-logo-80x50.png\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"bauer-gear-logo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"bauer-gear-logo-180x50.png\";s:5:\"width\";i:180;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2378,883,'_wp_attached_file','2020/11/thomson_products_wlogo.png'),(2379,883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:34:\"2020/11/thomson_products_wlogo.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"thomson_products_wlogo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:32:\"thomson_products_wlogo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-800x430.png\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-800x630.png\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-800x684.png\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-705x705.png\";s:5:\"width\";i:705;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-800x321.png\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:34:\"thomson_products_wlogo-800x423.png\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2380,884,'_wp_attached_file','2020/11/Kollmorgen_text_nor_blue.png'),(2381,884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:508;s:6:\"height\";i:50;s:4:\"file\";s:36:\"2020/11/Kollmorgen_text_nor_blue.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Kollmorgen_text_nor_blue-300x30.png\";s:5:\"width\";i:300;s:6:\"height\";i:30;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Kollmorgen_text_nor_blue-80x50.png\";s:5:\"width\";i:80;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:34:\"Kollmorgen_text_nor_blue-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"Kollmorgen_text_nor_blue-180x50.png\";s:5:\"width\";i:180;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"Kollmorgen_text_nor_blue-495x50.png\";s:5:\"width\";i:495;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"Kollmorgen_text_nor_blue-260x50.png\";s:5:\"width\";i:260;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2388,886,'_wp_attached_file','2020/11/thomson.png'),(2389,886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:242;s:6:\"height\";i:70;s:4:\"file\";s:19:\"2020/11/thomson.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"thomson-80x70.png\";s:5:\"width\";i:80;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"thomson-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"thomson-180x70.png\";s:5:\"width\";i:180;s:6:\"height\";i:70;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2423,892,'_wp_attached_file','2020/11/biglietto.png'),(2424,892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:224;s:4:\"file\";s:21:\"2020/11/biglietto.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"biglietto-300x194.png\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"biglietto-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"biglietto-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:21:\"biglietto-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:21:\"biglietto-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2455,899,'_wp_attached_file','2020/11/logo_fpmotion.png'),(2456,899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:111;s:4:\"file\";s:25:\"2020/11/logo_fpmotion.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"logo_fpmotion-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"logo_fpmotion-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"logo_fpmotion-180x111.png\";s:5:\"width\";i:180;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"logo_fpmotion-260x111.png\";s:5:\"width\";i:260;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2457,900,'_wp_attached_file','2020/11/logo_fp_motion.png'),(2458,900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:116;s:4:\"file\";s:26:\"2020/11/logo_fp_motion.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"logo_fp_motion-300x111.png\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logo_fp_motion-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"logo_fp_motion-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"logo_fp_motion-180x116.png\";s:5:\"width\";i:180;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"logo_fp_motion-260x116.png\";s:5:\"width\";i:260;s:6:\"height\";i:116;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2459,901,'_wp_attached_file','2020/11/Thomson_per_movimenti_di_precisione.jpg'),(2460,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1112;s:6:\"height\";i:366;s:4:\"file\";s:47:\"2020/11/Thomson_per_movimenti_di_precisione.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Thomson_per_movimenti_di_precisione-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Thomson_per_movimenti_di_precisione-1030x339.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Thomson_per_movimenti_di_precisione-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"Thomson_per_movimenti_di_precisione-768x253.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:45:\"Thomson_per_movimenti_di_precisione-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:47:\"Thomson_per_movimenti_di_precisione-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:47:\"Thomson_per_movimenti_di_precisione-495x366.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:47:\"Thomson_per_movimenti_di_precisione-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:47:\"Thomson_per_movimenti_di_precisione-845x366.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:47:\"Thomson_per_movimenti_di_precisione-710x366.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:366;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:47:\"Thomson_per_movimenti_di_precisione-705x232.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:47:\"Thomson_per_movimenti_di_precisione-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2479,905,'_wp_attached_file','2020/11/transfer.png'),(2480,905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:114;s:4:\"file\";s:20:\"2020/11/transfer.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"transfer-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"transfer-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"transfer-180x114.png\";s:5:\"width\";i:180;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"transfer-260x114.png\";s:5:\"width\";i:260;s:6:\"height\";i:114;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2516,913,'_wp_attached_file','2020/11/Kollmorgen-srl-corporate-brochure-web-2020.pdf'),(2538,916,'_wp_attached_file','2020/11/pdf-icon.png'),(2539,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:48;s:6:\"height\";i:48;s:4:\"file\";s:20:\"2020/11/pdf-icon.png\";s:5:\"sizes\";a:1:{s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"pdf-icon-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2572,923,'_wp_attached_file','2021/04/manorama_logo.png'),(2573,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:106;s:4:\"file\";s:25:\"2021/04/manorama_logo.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"manorama_logo-300x62.png\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"manorama_logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"manorama_logo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"manorama_logo-180x106.png\";s:5:\"width\";i:180;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"manorama_logo-495x106.png\";s:5:\"width\";i:495;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"manorama_logo-260x106.png\";s:5:\"width\";i:260;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2574,924,'_wp_attached_file','2021/04/manorama_logo-1.png'),(2575,924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:150;s:4:\"file\";s:27:\"2021/04/manorama_logo-1.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"manorama_logo-1-300x88.png\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"manorama_logo-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"manorama_logo-1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"manorama_logo-1-180x150.png\";s:5:\"width\";i:180;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"manorama_logo-1-495x150.png\";s:5:\"width\";i:495;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"manorama_logo-1-260x150.png\";s:5:\"width\";i:260;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2576,925,'_wp_attached_file','2021/04/slide_1.png'),(2577,925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:850;s:4:\"file\";s:19:\"2021/04/slide_1.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide_1-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_1-1030x456.png\";s:5:\"width\";i:1030;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"slide_1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide_1-768x340.png\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"slide_1-1536x680.png\";s:5:\"width\";i:1536;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"slide_1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"slide_1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"slide_1-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:20:\"slide_1-1500x630.png\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:20:\"slide_1-1500x664.png\";s:5:\"width\";i:1500;s:6:\"height\";i:664;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"slide_1-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"slide_1-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:19:\"slide_1-845x684.png\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"slide_1-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"slide_1-705x312.png\";s:5:\"width\";i:705;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"slide_1-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"slide_1-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2578,926,'_wp_attached_file','2021/04/slide_2.png'),(2579,926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:850;s:4:\"file\";s:19:\"2021/04/slide_2.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide_2-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_2-1030x456.png\";s:5:\"width\";i:1030;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"slide_2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide_2-768x340.png\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"slide_2-1536x680.png\";s:5:\"width\";i:1536;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"slide_2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"slide_2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"slide_2-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:20:\"slide_2-1500x630.png\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:20:\"slide_2-1500x664.png\";s:5:\"width\";i:1500;s:6:\"height\";i:664;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"slide_2-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"slide_2-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:19:\"slide_2-845x684.png\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"slide_2-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"slide_2-705x312.png\";s:5:\"width\";i:705;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"slide_2-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"slide_2-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2580,927,'_wp_attached_file','2021/04/slide_0.png'),(2581,927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:850;s:4:\"file\";s:19:\"2021/04/slide_0.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide_0-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_0-1030x456.png\";s:5:\"width\";i:1030;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"slide_0-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide_0-768x340.png\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"slide_0-1536x680.png\";s:5:\"width\";i:1536;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"slide_0-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"slide_0-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"slide_0-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:20:\"slide_0-1500x630.png\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:20:\"slide_0-1500x664.png\";s:5:\"width\";i:1500;s:6:\"height\";i:664;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"slide_0-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"slide_0-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:19:\"slide_0-845x684.png\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"slide_0-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"slide_0-705x312.png\";s:5:\"width\";i:705;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"slide_0-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"slide_0-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2582,928,'_wp_attached_file','2021/04/slide_3.png'),(2583,928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:850;s:4:\"file\";s:19:\"2021/04/slide_3.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide_3-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_3-1030x456.png\";s:5:\"width\";i:1030;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"slide_3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide_3-768x340.png\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"slide_3-1536x680.png\";s:5:\"width\";i:1536;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"slide_3-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"slide_3-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"slide_3-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:20:\"slide_3-1500x630.png\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:20:\"slide_3-1500x664.png\";s:5:\"width\";i:1500;s:6:\"height\";i:664;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"slide_3-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"slide_3-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:19:\"slide_3-845x684.png\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"slide_3-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"slide_3-705x312.png\";s:5:\"width\";i:705;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"slide_3-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"slide_3-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2584,929,'_wp_attached_file','2021/04/slide_5.png'),(2585,929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:850;s:4:\"file\";s:19:\"2021/04/slide_5.png\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"slide_5-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"slide_5-1030x456.png\";s:5:\"width\";i:1030;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"slide_5-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"slide_5-768x340.png\";s:5:\"width\";i:768;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"slide_5-1536x680.png\";s:5:\"width\";i:1536;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"slide_5-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"slide_5-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:20:\"slide_5-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:20:\"slide_5-1500x630.png\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:20:\"slide_5-1500x664.png\";s:5:\"width\";i:1500;s:6:\"height\";i:664;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"slide_5-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"slide_5-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:19:\"slide_5-845x684.png\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"slide_5-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"slide_5-705x312.png\";s:5:\"width\";i:705;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"slide_5-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:20:\"slide_5-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2622,936,'_wp_attached_file','2021/04/firma.png'),(2623,936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:862;s:6:\"height\";i:181;s:4:\"file\";s:17:\"2021/04/firma.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"firma-300x63.png\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"firma-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"firma-768x161.png\";s:5:\"width\";i:768;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"firma-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"firma-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"firma-495x181.png\";s:5:\"width\";i:495;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"firma-260x181.png\";s:5:\"width\";i:260;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:17:\"firma-845x181.png\";s:5:\"width\";i:845;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"firma-710x181.png\";s:5:\"width\";i:710;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"firma-705x148.png\";s:5:\"width\";i:705;s:6:\"height\";i:148;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"firma-845x181.png\";s:5:\"width\";i:845;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2630,938,'_wp_attached_file','2021/04/OIQV0895.jpg'),(2631,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1500;s:4:\"file\";s:20:\"2021/04/OIQV0895.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"OIQV0895-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"OIQV0895-687x1030.jpg\";s:5:\"width\";i:687;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"OIQV0895-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"OIQV0895-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"OIQV0895-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"OIQV0895-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"OIQV0895-1000x430.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"OIQV0895-1000x630.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"OIQV0895-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"OIQV0895-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"OIQV0895-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"OIQV0895-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"OIQV0895-470x705.jpg\";s:5:\"width\";i:470;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"OIQV0895-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"OIQV0895-1000x423.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2656,943,'_wp_attached_file','2021/04/orari.jpg'),(2657,943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2142;s:6:\"height\";i:1102;s:4:\"file\";s:17:\"2021/04/orari.jpg\";s:5:\"sizes\";a:18:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"orari-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"orari-1030x530.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"orari-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"orari-768x395.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"orari-1536x790.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:790;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:19:\"orari-2048x1054.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1054;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"orari-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"orari-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"orari-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:18:\"orari-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:18:\"orari-1500x772.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"orari-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"orari-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:17:\"orari-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"orari-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"orari-705x363.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"orari-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:18:\"orari-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2712,953,'_wp_attached_file','2021/04/stampa_ricamo-scialle_blujpg.jpg'),(2713,953,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:970;s:4:\"file\";s:40:\"2021/04/stampa_ricamo-scialle_blujpg.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"stampa_ricamo-scialle_blujpg-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-768x931.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:931;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:38:\"stampa_ricamo-scialle_blujpg-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-581x705.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:40:\"stampa_ricamo-scialle_blujpg-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2714,954,'_wp_attached_file','2021/04/fiumi_di_luce.jpg'),(2715,954,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:970;s:4:\"file\";s:25:\"2021/04/fiumi_di_luce.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fiumi_di_luce-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-768x931.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:931;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"fiumi_di_luce-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-581x705.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:25:\"fiumi_di_luce-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2716,955,'_wp_attached_file','2021/04/stola_fiore_ricami.jpg'),(2717,955,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:970;s:4:\"file\";s:30:\"2021/04/stola_fiore_ricami.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"stola_fiore_ricami-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-768x931.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:931;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:28:\"stola_fiore_ricami-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-581x705.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:30:\"stola_fiore_ricami-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2748,961,'_wp_attached_file','2021/04/foulard_seta.jpg'),(2749,961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:970;s:4:\"file\";s:24:\"2021/04/foulard_seta.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"foulard_seta-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"foulard_seta-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"foulard_seta-768x931.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:931;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"foulard_seta-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"foulard_seta-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"foulard_seta-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:24:\"foulard_seta-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"foulard_seta-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"foulard_seta-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:24:\"foulard_seta-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:24:\"foulard_seta-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:24:\"foulard_seta-581x705.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:24:\"foulard_seta-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:24:\"foulard_seta-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2750,962,'_wp_attached_file','2021/04/imperial_ricami.jpg'),(2751,962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:970;s:4:\"file\";s:27:\"2021/04/imperial_ricami.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"imperial_ricami-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-768x931.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:931;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"imperial_ricami-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-581x705.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:27:\"imperial_ricami-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2752,963,'_wp_attached_file','2021/04/stola_stampa.jpg'),(2753,963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:970;s:4:\"file\";s:24:\"2021/04/stola_stampa.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"stola_stampa-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"stola_stampa-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"stola_stampa-768x931.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:931;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"stola_stampa-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"stola_stampa-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"stola_stampa-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:24:\"stola_stampa-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"stola_stampa-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"stola_stampa-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:24:\"stola_stampa-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:24:\"stola_stampa-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:24:\"stola_stampa-581x705.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:24:\"stola_stampa-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:24:\"stola_stampa-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2760,965,'_wp_attached_file','2021/04/stola_stampa-fiore_russo.jpg'),(2761,965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:970;s:4:\"file\";s:36:\"2021/04/stola_stampa-fiore_russo.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"stola_stampa-fiore_russo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-768x931.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:931;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:34:\"stola_stampa-fiore_russo-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-581x705.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:36:\"stola_stampa-fiore_russo-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2762,966,'_wp_attached_file','2021/04/stola_stampa_ricamo.jpg'),(2763,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:970;s:4:\"file\";s:31:\"2021/04/stola_stampa_ricamo.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"stola_stampa_ricamo-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-768x931.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:931;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:29:\"stola_stampa_ricamo-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-581x705.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:31:\"stola_stampa_ricamo-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2764,967,'_wp_attached_file','2021/04/stola_cashmere.jpg'),(2765,967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:970;s:4:\"file\";s:26:\"2021/04/stola_cashmere.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"stola_cashmere-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-768x931.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:931;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:24:\"stola_cashmere-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-581x705.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"stola_cashmere-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2772,969,'_wp_attached_file','2021/04/stola_cashmere_1.jpg'),(2773,969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:970;s:4:\"file\";s:28:\"2021/04/stola_cashmere_1.jpg\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-247x300.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"stola_cashmere_1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-768x931.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:931;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:26:\"stola_cashmere_1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-800x630.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-800x684.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-581x705.jpg\";s:5:\"width\";i:581;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"stola_cashmere_1-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2812,978,'_wp_attached_file','2021/04/96775-img-2240_JPG_800_0_cover_60.jpg'),(2813,978,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:45:\"2021/04/96775-img-2240_JPG_800_0_cover_60.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"96775-img-2240_JPG_800_0_cover_60-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"96775-img-2240_JPG_800_0_cover_60-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"96775-img-2240_JPG_800_0_cover_60-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:43:\"96775-img-2240_JPG_800_0_cover_60-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:45:\"96775-img-2240_JPG_800_0_cover_60-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:45:\"96775-img-2240_JPG_800_0_cover_60-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:45:\"96775-img-2240_JPG_800_0_cover_60-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:45:\"96775-img-2240_JPG_800_0_cover_60-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:45:\"96775-img-2240_JPG_800_0_cover_60-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:45:\"96775-img-2240_JPG_800_0_cover_60-705x529.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:45:\"96775-img-2240_JPG_800_0_cover_60-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:45:\"96775-img-2240_JPG_800_0_cover_60-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2843,541,'_wp_attached_file','2016/02/logo-1.png'),(2844,541,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:466;s:6:\"height\";i:156;s:4:\"file\";s:18:\"2016/02/logo-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"logo-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"logo-1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"logo-1-180x156.png\";s:5:\"width\";i:180;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"logo-1-260x156.png\";s:5:\"width\";i:260;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2845,542,'_wp_attached_file','2016/02/logo-white-1.png'),(2846,542,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:466;s:6:\"height\";i:156;s:4:\"file\";s:24:\"2016/02/logo-white-1.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"logo-white-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-white-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"logo-white-1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"logo-white-1-180x156.png\";s:5:\"width\";i:180;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"logo-white-1-260x156.png\";s:5:\"width\";i:260;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2847,543,'_wp_attached_file','2016/02/bg1-1.jpg'),(2848,543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1732;s:6:\"height\";i:1155;s:4:\"file\";s:17:\"2016/02/bg1-1.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"bg1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"bg1-1-1030x687.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:687;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"bg1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"bg1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"bg1-1-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"bg1-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:17:\"bg1-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:18:\"bg1-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:18:\"bg1-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:19:\"bg1-1-1500x1000.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:17:\"bg1-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:17:\"bg1-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:17:\"bg1-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:17:\"bg1-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:17:\"bg1-1-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:17:\"bg1-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:18:\"bg1-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:12:\"Artem Furman\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2849,544,'_wp_attached_file','2016/02/hero-5-1.jpg'),(2850,544,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2016/02/hero-5-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hero-5-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"hero-5-1-1030x494.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-5-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hero-5-1-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"hero-5-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"hero-5-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"hero-5-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"hero-5-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"hero-5-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"hero-5-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"hero-5-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"hero-5-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"hero-5-1-705x338.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"hero-5-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"hero-5-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2851,545,'_wp_attached_file','2016/02/hero-6-1.jpg'),(2852,545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2016/02/hero-6-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hero-6-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"hero-6-1-1030x494.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-6-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hero-6-1-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"hero-6-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"hero-6-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"hero-6-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"hero-6-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"hero-6-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"hero-6-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"hero-6-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"hero-6-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"hero-6-1-705x338.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"hero-6-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"hero-6-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2853,546,'_wp_attached_file','2016/02/hero-1-1.jpg'),(2854,546,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2016/02/hero-1-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hero-1-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"hero-1-1-1030x494.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hero-1-1-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"hero-1-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"hero-1-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"hero-1-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"hero-1-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"hero-1-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"hero-1-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"hero-1-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"hero-1-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"hero-1-1-705x338.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"hero-1-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"hero-1-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2855,547,'_wp_attached_file','2016/02/hero-3-1.jpg'),(2856,547,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2016/02/hero-3-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hero-3-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"hero-3-1-1030x494.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-3-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hero-3-1-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"hero-3-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"hero-3-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"hero-3-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"hero-3-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"hero-3-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"hero-3-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"hero-3-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"hero-3-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"hero-3-1-705x338.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"hero-3-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"hero-3-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2857,548,'_wp_attached_file','2016/02/hero-4-1.jpg'),(2858,548,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2016/02/hero-4-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hero-4-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"hero-4-1-1030x494.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-4-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hero-4-1-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"hero-4-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"hero-4-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"hero-4-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"hero-4-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"hero-4-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"hero-4-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"hero-4-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"hero-4-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"hero-4-1-705x338.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"hero-4-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"hero-4-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2859,549,'_wp_attached_file','2016/02/hero-2-1.jpg'),(2860,549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2016/02/hero-2-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hero-2-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"hero-2-1-1030x494.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-2-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hero-2-1-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"hero-2-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"hero-2-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"hero-2-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"hero-2-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"hero-2-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"hero-2-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"hero-2-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"hero-2-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"hero-2-1-705x338.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"hero-2-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"hero-2-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:15:\"ArtemFurman.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2861,612,'_wp_attached_file','2016/05/hero-7-1.jpg'),(2862,612,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2016/05/hero-7-1.jpg\";s:5:\"sizes\";a:15:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"hero-7-1-300x144.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"hero-7-1-1030x494.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"hero-7-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"hero-7-1-768x369.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"hero-7-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"hero-7-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:21:\"hero-7-1-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:21:\"hero-7-1-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"hero-7-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"hero-7-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:20:\"hero-7-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:20:\"hero-7-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:20:\"hero-7-1-705x338.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"hero-7-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:21:\"hero-7-1-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2863,712,'_wp_attached_file','2016/05/sauna_woman-1-1.jpg'),(2864,712,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1152;s:6:\"height\";i:1735;s:4:\"file\";s:27:\"2016/05/sauna_woman-1-1.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"sauna_woman-1-1-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"sauna_woman-1-1-684x1030.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1030;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"sauna_woman-1-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"sauna_woman-1-1-768x1157.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:29:\"sauna_woman-1-1-1020x1536.jpg\";s:5:\"width\";i:1020;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:25:\"sauna_woman-1-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:27:\"sauna_woman-1-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:28:\"sauna_woman-1-1-1152x430.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:28:\"sauna_woman-1-1-1152x630.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:28:\"sauna_woman-1-1-996x1500.jpg\";s:5:\"width\";i:996;s:6:\"height\";i:1500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:27:\"sauna_woman-1-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:27:\"sauna_woman-1-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:27:\"sauna_woman-1-1-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:27:\"sauna_woman-1-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:27:\"sauna_woman-1-1-468x705.jpg\";s:5:\"width\";i:468;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:27:\"sauna_woman-1-1-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:28:\"sauna_woman-1-1-1152x423.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:24:\"Tyler Olson - SimpleFoto\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2865,726,'_wp_attached_file','2016/05/marker-1.png'),(2866,726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:60;s:6:\"height\";i:60;s:4:\"file\";s:20:\"2016/05/marker-1.png\";s:5:\"sizes\";a:1:{s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"marker-1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2867,730,'_wp_attached_file','2016/05/floorplan-3.png'),(2868,730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2016/05/floorplan-3.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"floorplan-3-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"floorplan-3-1030x309.png\";s:5:\"width\";i:1030;s:6:\"height\";i:309;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"floorplan-3-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"floorplan-3-768x230.png\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"floorplan-3-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:23:\"floorplan-3-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"floorplan-3-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:23:\"floorplan-3-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:23:\"floorplan-3-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:23:\"floorplan-3-845x450.png\";s:5:\"width\";i:845;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:23:\"floorplan-3-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:23:\"floorplan-3-705x212.png\";s:5:\"width\";i:705;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:23:\"floorplan-3-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:24:\"floorplan-3-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2869,732,'_wp_attached_file','2016/05/floorplan-1-1.png'),(2870,732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:450;s:4:\"file\";s:25:\"2016/05/floorplan-1-1.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"floorplan-1-1-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"floorplan-1-1-1030x309.png\";s:5:\"width\";i:1030;s:6:\"height\";i:309;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"floorplan-1-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"floorplan-1-1-768x230.png\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"floorplan-1-1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"floorplan-1-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"floorplan-1-1-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"floorplan-1-1-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"floorplan-1-1-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"floorplan-1-1-845x450.png\";s:5:\"width\";i:845;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"floorplan-1-1-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"floorplan-1-1-705x212.png\";s:5:\"width\";i:705;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"floorplan-1-1-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"floorplan-1-1-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2871,735,'_wp_attached_file','2016/05/floorplan-2-1.png'),(2872,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:450;s:4:\"file\";s:25:\"2016/05/floorplan-2-1.png\";s:5:\"sizes\";a:14:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"floorplan-2-1-300x90.png\";s:5:\"width\";i:300;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"floorplan-2-1-1030x309.png\";s:5:\"width\";i:1030;s:6:\"height\";i:309;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"floorplan-2-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"floorplan-2-1-768x230.png\";s:5:\"width\";i:768;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"floorplan-2-1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"floorplan-2-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:26:\"floorplan-2-1-1500x430.png\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"floorplan-2-1-495x400.png\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"floorplan-2-1-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"floorplan-2-1-845x450.png\";s:5:\"width\";i:845;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"floorplan-2-1-710x375.png\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"floorplan-2-1-705x212.png\";s:5:\"width\";i:705;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"floorplan-2-1-845x321.png\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:26:\"floorplan-2-1-1210x423.png\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2873,771,'_wp_attached_file','2016/06/iconset.flaticon-sports-1.zip'),(2874,26,'_avia_builder_template_class','{{{Class}}}[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3.jpg\' attachment=\'547\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Aerobics<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\n[av_iconlist_item title=\'600 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\'][/av_iconlist_item]\n[av_iconlist_item title=\'12 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\'][/av_iconlist_item]\n[av_iconlist_item title=\'Difficulty: Medium\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a1\' font=\'entypo-fontello\'][/av_iconlist_item]\n[/av_iconlist]\n\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_animated_numbers number=\'45\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\nMinutes\n[/av_animated_numbers]\n\n[/av_one_fourth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\n[/av_textblock]\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\nFrom 8:00 - 9:00\n[/av_iconlist_item]\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\nFrom 8:00 - 9:00\n[/av_iconlist_item]\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\nFrom 12:00-13:00\n[/av_iconlist_item]\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\nFrom 8:00-9:00\n[/av_iconlist_item]\n[/av_iconlist]\n\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\n\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-1-845x684.jpg\' attachment=\'546\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\n\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\n[/av_textblock]\n\n[/av_one_fourth]\n[/av_section]\n\n[av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']'),(2875,26,'_avia_builder_template_about','{{{about}}}[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'About us<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_button label=\'OUR TEAM\' link=\'page,517\' link_target=\'\' size=\'large\' position=\'left\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_button label=\'OUR STUDIOS\' link=\'page,519\' link_target=\'\' size=\'large\' position=\'left\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\n\n[/av_one_half]\n[/av_section]\n\n[av_masonry_gallery ids=\'612,548,547,546,544\' items=\'6\' columns=\'5\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_half vertical_align=\'middle\' padding=\'0px\' padding_sync=\'true\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3.jpg\' attachment=\'547\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'100px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\']\n\n[av_heading heading=\'How it started<strong>...</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_cell_one_half]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading heading=\'The future is bright<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\nactive members\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\naround the world\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]'),(2876,26,'_avia_builder_template_class','{{{Class}}}[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3.jpg\' attachment=\'547\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Aerobics<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\n[av_iconlist_item title=\'600 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\'][/av_iconlist_item]\n[av_iconlist_item title=\'12 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\'][/av_iconlist_item]\n[av_iconlist_item title=\'Difficulty: Medium\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a1\' font=\'entypo-fontello\'][/av_iconlist_item]\n[/av_iconlist]\n\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_animated_numbers number=\'45\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\nMinutes\n[/av_animated_numbers]\n\n[/av_one_fourth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\n[/av_textblock]\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\nFrom 8:00 - 9:00\n[/av_iconlist_item]\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\nFrom 8:00 - 9:00\n[/av_iconlist_item]\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\nFrom 12:00-13:00\n[/av_iconlist_item]\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\nFrom 8:00-9:00\n[/av_iconlist_item]\n[/av_iconlist]\n\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\n\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-1-845x684.jpg\' attachment=\'546\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\n\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\n[/av_textblock]\n\n[/av_one_fourth]\n[/av_section]\n\n[av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']'),(2877,26,'_avia_builder_template_about','{{{about}}}[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'About us<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_button label=\'OUR TEAM\' link=\'page,517\' link_target=\'\' size=\'large\' position=\'left\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_button label=\'OUR STUDIOS\' link=\'page,519\' link_target=\'\' size=\'large\' position=\'left\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\n\n[/av_one_half]\n[/av_section]\n\n[av_masonry_gallery ids=\'612,548,547,546,544\' items=\'6\' columns=\'5\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_half vertical_align=\'middle\' padding=\'0px\' padding_sync=\'true\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3.jpg\' attachment=\'547\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'100px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\']\n\n[av_heading heading=\'How it started<strong>...</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_cell_one_half]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading heading=\'The future is bright<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\nactive members\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\naround the world\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]'),(2878,322,'_avia_builder_template_frontpage','{{{frontpage}}}[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-minimal\' perma_caption=\'aviaTBperma_caption\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\n[av_slide_full slide_type=\'image\' id=\'24\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'Lorem ipsum dolor sit\' custom_title_size=\'40\' custom_content_size=\'17\' caption_pos=\'caption_left\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'theme-color\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'theme-color-subtle\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\']\nDonec quam felis, ultricies nec, pellentesque eu, pretiquis enim.\n[/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'26\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'25\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'12\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'102\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'103\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[/av_slideshow_full]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#48acbd\' src=\'http://test.kriesi.at/travel/wp-content/uploads/sites/16/2016/02/gallery-colored-1.jpg\' attachment=\'87\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\']\n\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'ue8b6\' font=\'entypo-fontello\' title=\'Flight included\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenget dolor.\n[/av_icon_box]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#43a1b1\' src=\'http://test.kriesi.at/travel/wp-content/uploads/sites/16/2016/02/gallery-colored-2.jpg\' attachment=\'88\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\']\n\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'ue8bc\' font=\'entypo-fontello\' title=\'Luggage service\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\']\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\n[/av_icon_box]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3f97a7\' src=\'http://test.kriesi.at/travel/wp-content/uploads/sites/16/2016/02/gallery-colored-3-1.jpg\' attachment=\'89\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\']\n\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'ue836\' font=\'entypo-fontello\' title=\'Trave insurance\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\']\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\n[/av_icon_box]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading heading=\'Most popular packages\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'\' subheading_active=\'subheading_above\' subheading_size=\'15\' padding=\'40\' color=\'\' custom_font=\'\']\nNeed inspiration? Check our\n[/av_heading]\n\n[av_productgrid columns=\'3\' items=\'6\' offset=\'0\' sort=\'date\' paginate=\'no\']\n[/av_section]'),(2879,322,'_avia_builder_template_frontpage','{{{frontpage}}}[av_slideshow_full size=\'no scaling\' stretch=\'\' animation=\'fade\' autoplay=\'false\' interval=\'5\' control_layout=\'av-control-minimal\' perma_caption=\'aviaTBperma_caption\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\']\n[av_slide_full slide_type=\'image\' id=\'24\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'Lorem ipsum dolor sit\' custom_title_size=\'40\' custom_content_size=\'17\' caption_pos=\'caption_left\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'theme-color\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'theme-color-subtle\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\']\nDonec quam felis, ultricies nec, pellentesque eu, pretiquis enim.\n[/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'26\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'25\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'12\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.5\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' video_autoplay=\'\'][/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'102\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'103\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'\' custom_title_size=\'\' custom_content_size=\'\' caption_pos=\'caption_bottom\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'Click me\' button_color=\'light\' link1=\'manually,http://\' link_target1=\'\' button_label2=\'Click me\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\n[/av_slideshow_full]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#48acbd\' src=\'http://test.kriesi.at/travel/wp-content/uploads/sites/16/2016/02/gallery-colored-1.jpg\' attachment=\'87\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\']\n\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'ue8b6\' font=\'entypo-fontello\' title=\'Flight included\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenget dolor.\n[/av_icon_box]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#43a1b1\' src=\'http://test.kriesi.at/travel/wp-content/uploads/sites/16/2016/02/gallery-colored-2.jpg\' attachment=\'88\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\']\n\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'ue8bc\' font=\'entypo-fontello\' title=\'Luggage service\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\']\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\n[/av_icon_box]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3f97a7\' src=\'http://test.kriesi.at/travel/wp-content/uploads/sites/16/2016/02/gallery-colored-3-1.jpg\' attachment=\'89\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\']\n\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'ue836\' font=\'entypo-fontello\' title=\'Trave insurance\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\']\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\n[/av_icon_box]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading heading=\'Most popular packages\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'\' subheading_active=\'subheading_above\' subheading_size=\'15\' padding=\'40\' color=\'\' custom_font=\'\']\nNeed inspiration? Check our\n[/av_heading]\n\n[av_productgrid columns=\'3\' items=\'6\' offset=\'0\' sort=\'date\' paginate=\'no\']\n[/av_section]'),(2880,997,'_menu_item_type','custom'),(2881,997,'_menu_item_menu_item_parent','0'),(2882,997,'_menu_item_object_id','997'),(2883,997,'_menu_item_object','custom'),(2884,997,'_menu_item_target',''),(2885,997,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2886,997,'_menu_item_xfn',''),(2887,997,'_menu_item_url','#'),(2888,997,'_menu-item-avia-megamenu',''),(2889,997,'_menu-item-avia-division',''),(2890,997,'_menu-item-avia-textarea',''),(2891,997,'_menu-item-avia-style',''),(2892,998,'_menu_item_type','custom'),(2893,998,'_menu_item_menu_item_parent','0'),(2894,998,'_menu_item_object_id','998'),(2895,998,'_menu_item_object','custom'),(2896,998,'_menu_item_target',''),(2897,998,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2898,998,'_menu_item_xfn',''),(2899,998,'_menu_item_url','#'),(2900,998,'_menu-item-avia-megamenu',''),(2901,998,'_menu-item-avia-division',''),(2902,998,'_menu-item-avia-textarea',''),(2903,998,'_menu-item-avia-style',''),(2904,330,'_wp_page_template','default'),(2905,330,'_aviaLayoutBuilder_active','active'),(2906,330,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'CERTIFICAZIONI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-brnsq\'][/av_heading]\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/prova3.jpg\' attachment=\'1073\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/iso9001_2.png\' attachment=\'1071\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/14001.png\' attachment=\'1072\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1649_2.png\' attachment=\'1070\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][/av_section]'),(2907,330,'layout',''),(2908,330,'sidebar',''),(2909,330,'footer',''),(2910,330,'header_title_bar',''),(2911,330,'header_transparency',''),(2912,330,'_avia_hide_featured_image','0'),(2913,330,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}}s:5:\"index\";i:26;}i:7;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:44;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:47;}}s:5:\"index\";i:46;}i:3;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:49;}}s:5:\"index\";i:48;}i:4;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:51;}}s:5:\"index\";i:50;}}s:5:\"index\";i:42;}}'),(2914,330,'_wp_page_template','default'),(2915,330,'_aviaLayoutBuilder_active','active'),(2916,330,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'CERTIFICAZIONI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-brnsq\'][/av_heading]\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/prova3.jpg\' attachment=\'1073\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/iso9001_2.png\' attachment=\'1071\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/14001.png\' attachment=\'1072\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1649_2.png\' attachment=\'1070\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][/av_section]'),(2917,330,'layout',''),(2918,330,'sidebar',''),(2919,330,'footer',''),(2920,330,'header_title_bar',''),(2921,330,'header_transparency',''),(2922,330,'_avia_hide_featured_image','0'),(2923,330,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}}s:5:\"index\";i:26;}i:7;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:44;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:47;}}s:5:\"index\";i:46;}i:3;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:49;}}s:5:\"index\";i:48;}i:4;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:51;}}s:5:\"index\";i:50;}}s:5:\"index\";i:42;}}'),(2924,507,'_wp_page_template','default'),(2925,507,'_aviaLayoutBuilder_active',''),(2926,507,'_aviaLayoutBuilderCleanData',''),(2927,507,'layout',''),(2928,507,'sidebar',''),(2929,507,'footer',''),(2930,507,'header_title_bar',''),(2931,507,'header_transparency',''),(2932,507,'_avia_hide_featured_image','0'),(2933,507,'_wp_page_template','default'),(2934,507,'_aviaLayoutBuilder_active',''),(2935,507,'_aviaLayoutBuilderCleanData',''),(2936,507,'layout',''),(2937,507,'sidebar',''),(2938,507,'footer',''),(2939,507,'header_title_bar',''),(2940,507,'header_transparency',''),(2941,507,'_avia_hide_featured_image','0'),(2942,509,'_wp_page_template','default'),(2943,509,'_aviaLayoutBuilder_active','active'),(2944,509,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1dhhvp\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Classes<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-1abnvx\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-10q2j1\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-wf1id\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-r7b0t\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-j6ek5\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-e59q5\']\n[/av_section]\n\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'-1\' columns=\'3\' paginate=\'pagination\' query_orderby=\'name\' query_order=\'ASC\' size=\'flex\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-87enh\']\n\n'),(2945,509,'layout',''),(2946,509,'sidebar',''),(2947,509,'footer',''),(2948,509,'header_title_bar',''),(2949,509,'header_transparency',''),(2950,509,'_avia_hide_featured_image','0'),(2951,509,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(2952,509,'_wp_page_template','default'),(2953,509,'_aviaLayoutBuilder_active','active'),(2954,509,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1dhhvp\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Classes<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-1abnvx\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-10q2j1\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-wf1id\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-r7b0t\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-j6ek5\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-e59q5\']\n[/av_section]\n\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'-1\' columns=\'3\' paginate=\'pagination\' query_orderby=\'name\' query_order=\'ASC\' size=\'flex\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-87enh\']\n\n'),(2955,509,'layout',''),(2956,509,'sidebar',''),(2957,509,'footer',''),(2958,509,'header_title_bar',''),(2959,509,'header_transparency',''),(2960,509,'_avia_hide_featured_image','0'),(2961,509,'_avia_builder_shortcode_tree','a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}'),(2962,511,'_wp_page_template','default'),(2963,511,'_aviaLayoutBuilder_active','active'),(2964,511,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-2n7dfb\']\n[av_heading heading=\'Gallery<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'30\' color=\'\' custom_font=\'\' av_uid=\'av-2fgwqf\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2adhc7\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-22hvgn\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1yjq6f\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1r0567\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_masonry_gallery ids=\'612,548,547,546,544,549,545,543,712\' items=\'-1\' columns=\'3\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-1j1a0f\']\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1fvtwn\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1blmzb\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-11qj13\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Video Tour trough the GYM<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-3b8tz\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-se3x3\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jhdmf\']\n\n[av_font_icon icon=\'ue885\' font=\'entypo-fontello\' style=\'border\' caption=\'\' link=\'manually,https://www.youtube.com/watch?v=WbsC6gxZajk\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-hnyon\']\nClick to open video tour\n[/av_font_icon]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-7l8tb\']\n\n[/av_one_fifth][/av_section]'),(2965,511,'layout',''),(2966,511,'sidebar',''),(2967,511,'footer',''),(2968,511,'header_title_bar',''),(2969,511,'header_transparency',''),(2970,511,'_avia_hide_featured_image','0'),(2971,511,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:7;}}'),(2972,511,'_wp_page_template','default'),(2973,511,'_aviaLayoutBuilder_active','active'),(2974,511,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-2n7dfb\']\n[av_heading heading=\'Gallery<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'30\' color=\'\' custom_font=\'\' av_uid=\'av-2fgwqf\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2adhc7\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-22hvgn\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1yjq6f\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1r0567\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_masonry_gallery ids=\'612,548,547,546,544,549,545,543,712\' items=\'-1\' columns=\'3\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-1j1a0f\']\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1fvtwn\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1blmzb\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-11qj13\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Video Tour trough the GYM<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-3b8tz\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-se3x3\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jhdmf\']\n\n[av_font_icon icon=\'ue885\' font=\'entypo-fontello\' style=\'border\' caption=\'\' link=\'manually,https://www.youtube.com/watch?v=WbsC6gxZajk\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'#ffffff\' av_uid=\'av-hnyon\']\nClick to open video tour\n[/av_font_icon]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-7l8tb\']\n\n[/av_one_fifth][/av_section]'),(2975,511,'layout',''),(2976,511,'sidebar',''),(2977,511,'footer',''),(2978,511,'header_title_bar',''),(2979,511,'header_transparency',''),(2980,511,'_avia_hide_featured_image','0'),(2981,511,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:7;}}'),(2982,513,'_wp_page_template','default'),(2983,513,'_aviaLayoutBuilder_active','active'),(2984,513,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4f3ct5\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Contact<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-45ghxd\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-44t08x\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-3ua31l\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3pfcx5\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-3i7jix\']\n<strong>Address:</strong>\n1818 N Vermont Ave\nLos Angeles, CA, United States\n\n(555) 774 433\n<a href=\"mailto:office@enfold-gym.com\">office@enfold-gym.com</a>\n[/av_textblock]\n\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3bt0wx\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-3an9tt\']\n<strong>Opening hours:</strong>\nMo-Fr: 8:00-22:00\nSa: 8:00-24:00\nSo: 8:00-14:00\n[/av_textblock]\n\n[/av_one_fourth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-30gs5l\']\n[av_three_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2vphhl\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Get in touch<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-2oyept\'][/av_heading]\n\n[av_contact email=\'test@enfold-gym.com\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'\' color=\'av-custom-form-color av-light-form\' av_uid=\'av-2j2vqx\']\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' av_uid=\'av-2h9nr5\'][/av_contact_field]\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' av_uid=\'av-296qrd\'][/av_contact_field]\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\' av_uid=\'av-7deep\'][/av_contact_field]\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\' av_uid=\'av-1ulr2h\'][/av_contact_field]\n[/av_contact]\n\n[/av_three_fifth][av_two_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ray29\']\n\n[av_heading heading=\'Also<strong>...</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-1ki9f5\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av_uid=\'av-1grlfd\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n\nCras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[/av_two_fifth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1be45d\']\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-13hqht\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-xzjgp\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-qh5o1\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-k1pvl\']\nCras dapibus. Vivamus elementum semper nisi. <strong>Aenean</strong> vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_google_map height=\'400px\' zoom=\'12\' saturation=\'fill\' hue=\'#ffffff\' zoom_control=\'aviaTBzoom_control\' av_uid=\'av-gsy69\']\n[av_gmap_location address=\'Santa monica\' city=\'\' country=\'\' long=\'-118.4911912\' lat=\'34.0194543\' marker=\'726\' imagesize=\'40\' tooltip_display=\'\' av_uid=\'av-9gbxt\'][/av_gmap_location]\n[/av_google_map]\n\n'),(2985,513,'layout',''),(2986,513,'sidebar',''),(2987,513,'footer',''),(2988,513,'header_title_bar',''),(2989,513,'header_transparency',''),(2990,513,'_avia_hide_featured_image','0'),(2991,513,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:12;}}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}}s:5:\"index\";i:15;}i:3;a:3:{s:3:\"tag\";s:13:\"av_google_map\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}'),(2992,513,'_wp_page_template','default'),(2993,513,'_aviaLayoutBuilder_active','active'),(2994,513,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4f3ct5\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Contact<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-45ghxd\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-44t08x\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-3ua31l\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3pfcx5\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-3i7jix\']\n<strong>Address:</strong>\n1818 N Vermont Ave\nLos Angeles, CA, United States\n\n(555) 774 433\n<a href=\"mailto:office@enfold-gym.com\">office@enfold-gym.com</a>\n[/av_textblock]\n\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3bt0wx\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-3an9tt\']\n<strong>Opening hours:</strong>\nMo-Fr: 8:00-22:00\nSa: 8:00-24:00\nSo: 8:00-14:00\n[/av_textblock]\n\n[/av_one_fourth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-30gs5l\']\n[av_three_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2vphhl\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Get in touch<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-2oyept\'][/av_heading]\n\n[av_contact email=\'test@enfold-gym.com\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'\' color=\'av-custom-form-color av-light-form\' av_uid=\'av-2j2vqx\']\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\' av_uid=\'av-2h9nr5\'][/av_contact_field]\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\' av_uid=\'av-296qrd\'][/av_contact_field]\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\' av_uid=\'av-7deep\'][/av_contact_field]\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\' av_uid=\'av-1ulr2h\'][/av_contact_field]\n[/av_contact]\n\n[/av_three_fifth][av_two_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ray29\']\n\n[av_heading heading=\'Also<strong>...</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-1ki9f5\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\' av_uid=\'av-1grlfd\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n\nCras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[/av_two_fifth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1be45d\']\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-13hqht\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-xzjgp\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-qh5o1\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-k1pvl\']\nCras dapibus. Vivamus elementum semper nisi. <strong>Aenean</strong> vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_google_map height=\'400px\' zoom=\'12\' saturation=\'fill\' hue=\'#ffffff\' zoom_control=\'aviaTBzoom_control\' av_uid=\'av-gsy69\']\n[av_gmap_location address=\'Santa monica\' city=\'\' country=\'\' long=\'-118.4911912\' lat=\'34.0194543\' marker=\'726\' imagesize=\'40\' tooltip_display=\'\' av_uid=\'av-9gbxt\'][/av_gmap_location]\n[/av_google_map]\n\n'),(2995,513,'layout',''),(2996,513,'sidebar',''),(2997,513,'footer',''),(2998,513,'header_title_bar',''),(2999,513,'header_transparency',''),(3000,513,'_avia_hide_featured_image','0'),(3001,513,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:3;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_two_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:12;}}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}}s:5:\"index\";i:15;}i:3;a:3:{s:3:\"tag\";s:13:\"av_google_map\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}'),(3002,515,'_wp_page_template','default'),(3003,515,'_aviaLayoutBuilder_active','active'),(3004,515,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4vdh4b\']\n\n[av_heading tag=\'h1\' padding=\'30\' heading=\'About us<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-4qkmwb\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4m9lvn\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-4fiknf\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-47d65f\']\n\n[av_button label=\'OUR TEAM\' link=\'page,517\' link_target=\'\' size=\'large\' position=\'left\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-42f577\']\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3w04ub\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-3rbr43\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-3jq417\']\n\n[av_button label=\'OUR STUDIOS\' link=\'page,519\' link_target=\'\' size=\'large\' position=\'left\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-3dyygz\']\n\n[/av_one_half][/av_section][av_masonry_gallery ids=\'612,548,547,546,544\' items=\'6\' columns=\'5\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-37pb0j\']\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-34xqwr\']\n[av_cell_one_half vertical_align=\'middle\' padding=\'0px\' padding_sync=\'true\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3.jpg\' attachment=\'547\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2ux9ab\']\n\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'100px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-2orygr\']\n\n[av_heading heading=\'How it started<strong>...</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-2mep0r\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2g7hiz\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_cell_one_half]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-29kmrf\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2034s3\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1vgtwb\']\n\n[av_heading heading=\'The future is bright<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-1qd25n\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1l4937\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1fngzf\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-1b6muz\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-158zi3\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-ymuyz\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-pgpxv\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-nigmb\']\nactive members\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-gazkj\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-bmndv\']\naround the world\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n'),(3005,515,'layout',''),(3006,515,'sidebar',''),(3007,515,'footer',''),(3008,515,'header_title_bar',''),(3009,515,'header_transparency',''),(3010,515,'_avia_hide_featured_image','0'),(3011,515,'_avia_builder_shortcode_tree','a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:6;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:16;}i:4;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}}'),(3012,515,'_wp_page_template','default'),(3013,515,'_aviaLayoutBuilder_active','active'),(3014,515,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4vdh4b\']\n\n[av_heading tag=\'h1\' padding=\'30\' heading=\'About us<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-4qkmwb\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4m9lvn\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-4fiknf\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-47d65f\']\n\n[av_button label=\'OUR TEAM\' link=\'page,517\' link_target=\'\' size=\'large\' position=\'left\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-42f577\']\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3w04ub\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-3rbr43\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-3jq417\']\n\n[av_button label=\'OUR STUDIOS\' link=\'page,519\' link_target=\'\' size=\'large\' position=\'left\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-3dyygz\']\n\n[/av_one_half][/av_section][av_masonry_gallery ids=\'612,548,547,546,544\' items=\'6\' columns=\'5\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-37pb0j\']\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-34xqwr\']\n[av_cell_one_half vertical_align=\'middle\' padding=\'0px\' padding_sync=\'true\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3.jpg\' attachment=\'547\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2ux9ab\']\n\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'100px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-2orygr\']\n\n[av_heading heading=\'How it started<strong>...</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-2mep0r\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2g7hiz\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_cell_one_half]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-29kmrf\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2034s3\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1vgtwb\']\n\n[av_heading heading=\'The future is bright<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-1qd25n\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1l4937\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1fngzf\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-1b6muz\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-158zi3\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-ymuyz\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-pgpxv\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-nigmb\']\nactive members\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-gazkj\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-bmndv\']\naround the world\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n'),(3015,515,'layout',''),(3016,515,'sidebar',''),(3017,515,'footer',''),(3018,515,'header_title_bar',''),(3019,515,'header_transparency',''),(3020,515,'_avia_hide_featured_image','0'),(3021,515,'_avia_builder_shortcode_tree','a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:6;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}s:5:\"index\";i:16;}i:4;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}}'),(3022,517,'_wp_page_template','default'),(3023,517,'_aviaLayoutBuilder_active','active'),(3024,517,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS & FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png\' attachment=\'1081\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdky79\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n\r\n[av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02.png\' attachment=\'1085\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdnc3u\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-6bxijp\' admin_preview_bg=\'\']\r\n<img class=\"alignnone wp-image-1086\" src=\"http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03-240x300.png\" alt=\"\" width=\"261\" height=\"326\" />\r\n[/av_textblock]\r\n\r\n[/av_cell_one_half][/av_layout_row]'),(3025,517,'layout',''),(3026,517,'sidebar',''),(3027,517,'footer',''),(3028,517,'header_title_bar',''),(3029,517,'header_transparency',''),(3030,517,'_avia_hide_featured_image','0'),(3031,517,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:1;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:10;}}'),(3032,517,'_wp_page_template','default'),(3033,517,'_aviaLayoutBuilder_active','active'),(3034,517,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS & FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png\' attachment=\'1081\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdky79\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n\r\n[av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02.png\' attachment=\'1085\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdnc3u\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-6bxijp\' admin_preview_bg=\'\']\r\n<img class=\"alignnone wp-image-1086\" src=\"http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03-240x300.png\" alt=\"\" width=\"261\" height=\"326\" />\r\n[/av_textblock]\r\n\r\n[/av_cell_one_half][/av_layout_row]'),(3035,517,'layout',''),(3036,517,'sidebar',''),(3037,517,'footer',''),(3038,517,'header_title_bar',''),(3039,517,'header_transparency',''),(3040,517,'_avia_hide_featured_image','0'),(3041,517,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:1;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:10;}}'),(3042,519,'_wp_page_template','default'),(3043,519,'_aviaLayoutBuilder_active','active'),(3044,519,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6a0b1b\']\n\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Our Studio<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5zydpr\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5u5ifb\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5ro3af\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5m9kz3\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5brr4f\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][/av_section][av_google_map height=\'400px\' zoom=\'12\' saturation=\'fill\' hue=\'#ffffff\' zoom_control=\'aviaTBzoom_control\' av_uid=\'av-56kgu7\']\n[av_gmap_location address=\'Santa monica\' city=\'\' country=\'\' long=\'-118.4911912\' lat=\'34.0194543\' marker=\'726\' imagesize=\'40\' av_uid=\'av-50qs87\'][/av_gmap_location]\n[/av_google_map]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4wmsan\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4s5owv\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4jyzcf\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Floor Plan<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-4f9ygv\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-499oz3\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-43fvqf\']\n\n[/av_one_fifth][av_image_hotspot src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/floorplan-2.png\' attachment=\'735\' attachment_size=\'full\' animation=\'fade-in\' hotspot_layout=\'numbered\' hotspot_tooltip_display=\'\' hotspot_mobile=\'aviaTBhotspot_mobile\' av_uid=\'av-3utjnz\']\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'37.6,16.1\' av_uid=\'av-3nm12n\']\nMain Entry\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'35.1,23.1\' av_uid=\'av-3jwox3\']\nReception\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'26.4,32.8\' av_uid=\'av-3ea1e7\']\nChanging room\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'57.4,24.3\' av_uid=\'av-39muvj\']\nOpen GYM area\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'46.3,48.1\' av_uid=\'av-33cbs7\']\nCourse Room A\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'31.3,63.8\' av_uid=\'av-2yst7j\']\nCourse Room B\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'48.8,74.7\' av_uid=\'av-2oo6nz\']\nCourse Room C\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'68.7,63.8\' av_uid=\'av-2ixb4v\']\nMassage Therapy Room\n[/av_image_spot]\n[/av_image_hotspot]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2crfhb\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2b4amf\']\n\n[av_animated_numbers number=\'740+\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-22hicn\']\nMembers\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-1y6hbz\']\n\n[av_animated_numbers number=\'8300 m²\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1taaqn\']\nfor your training\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-1ic2lz\']\n\n[av_animated_numbers number=\'4500 kg\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1dfbyf\']\nof equipment\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-16c7jj\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-12z1nr\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-wfqzb\']\n\n[av_heading heading=\'Studio Impressions<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-qp5hb\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1zarb\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-gdqc7\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_masonry_gallery ids=\'612,548,547,546,544,712,545,549\' items=\'8\' columns=\'4\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-33if\']\n\n'),(3045,519,'layout',''),(3046,519,'sidebar',''),(3047,519,'footer',''),(3048,519,'header_title_bar',''),(3049,519,'header_transparency',''),(3050,519,'_avia_hide_featured_image','0'),(3051,519,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_google_map\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:16:\"av_image_hotspot\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}}s:5:\"index\";i:14;}i:4;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}'),(3052,519,'_wp_page_template','default'),(3053,519,'_aviaLayoutBuilder_active','active'),(3054,519,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6a0b1b\']\n\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Our Studio<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5zydpr\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5u5ifb\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5ro3af\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5m9kz3\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5brr4f\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][/av_section][av_google_map height=\'400px\' zoom=\'12\' saturation=\'fill\' hue=\'#ffffff\' zoom_control=\'aviaTBzoom_control\' av_uid=\'av-56kgu7\']\n[av_gmap_location address=\'Santa monica\' city=\'\' country=\'\' long=\'-118.4911912\' lat=\'34.0194543\' marker=\'726\' imagesize=\'40\' av_uid=\'av-50qs87\'][/av_gmap_location]\n[/av_google_map]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4wmsan\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4s5owv\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4jyzcf\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Floor Plan<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-4f9ygv\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-499oz3\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-43fvqf\']\n\n[/av_one_fifth][av_image_hotspot src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/floorplan-2.png\' attachment=\'735\' attachment_size=\'full\' animation=\'fade-in\' hotspot_layout=\'numbered\' hotspot_tooltip_display=\'\' hotspot_mobile=\'aviaTBhotspot_mobile\' av_uid=\'av-3utjnz\']\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'37.6,16.1\' av_uid=\'av-3nm12n\']\nMain Entry\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'35.1,23.1\' av_uid=\'av-3jwox3\']\nReception\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'26.4,32.8\' av_uid=\'av-3ea1e7\']\nChanging room\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'57.4,24.3\' av_uid=\'av-39muvj\']\nOpen GYM area\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'46.3,48.1\' av_uid=\'av-33cbs7\']\nCourse Room A\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'31.3,63.8\' av_uid=\'av-2yst7j\']\nCourse Room B\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'48.8,74.7\' av_uid=\'av-2oo6nz\']\nCourse Room C\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'68.7,63.8\' av_uid=\'av-2ixb4v\']\nMassage Therapy Room\n[/av_image_spot]\n[/av_image_hotspot]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2crfhb\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2b4amf\']\n\n[av_animated_numbers number=\'740+\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-22hicn\']\nMembers\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-1y6hbz\']\n\n[av_animated_numbers number=\'8300 m²\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1taaqn\']\nfor your training\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-1ic2lz\']\n\n[av_animated_numbers number=\'4500 kg\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1dfbyf\']\nof equipment\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-16c7jj\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-12z1nr\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-wfqzb\']\n\n[av_heading heading=\'Studio Impressions<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-qp5hb\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1zarb\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-gdqc7\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_masonry_gallery ids=\'612,548,547,546,544,712,545,549\' items=\'8\' columns=\'4\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-33if\']\n\n'),(3055,519,'layout',''),(3056,519,'sidebar',''),(3057,519,'footer',''),(3058,519,'header_title_bar',''),(3059,519,'header_transparency',''),(3060,519,'_avia_hide_featured_image','0'),(3061,519,'_avia_builder_shortcode_tree','a:6:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_google_map\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:16:\"av_image_hotspot\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}}s:5:\"index\";i:14;}i:4;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:23;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}'),(3062,528,'_wp_page_template','default'),(3063,528,'_aviaLayoutBuilder_active','active'),(3064,528,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-odchaw\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Timetable<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-o6ijwo\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-nzx42g\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-nxz05c\']\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-nrt26g\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-njfvl4\']\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-8f6rc\']\n\n[av_table purpose=\'tabular\' pricing_table_design=\'avia_pricing_minimal\' pricing_hidden_cells=\'\' caption=\'Classes times might change. Please let us know if you are going to attend so we can inform you if necessary\' responsive_styling=\'avia_responsive_table\' av_uid=\'av-na678o\']\n[av_row row_style=\'avia-heading-row\' av_uid=\'av-n0sbns\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-mz1b54\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-mqn9oo\']MONDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-mn8ti8\']TUESDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-mepxo0\']WEDNESDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-m8x35c\']THURSDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-27aqgw\']FRIDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-lv31d4\']SATURDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-ltbw7s\']SUNDAY[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-ln39so\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-lgzccw\']05.00 - 06.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-lbvoh4\']Boxing[/av_cell][av_cell col_style=\'\' av_uid=\'av-l12lj4\']Boxing[/av_cell][av_cell col_style=\'\' av_uid=\'av-l013zs\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-22pkhc\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-kiz6ww\']Cardio[/av_cell][av_cell col_style=\'\' av_uid=\'av-kg9y54\']Cardio[/av_cell][av_cell col_style=\'\' av_uid=\'av-k9aho8\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-k34rf4\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-1zy6js\']06.00 - 07.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-jrsy3c\']Boxing\n[/av_cell][av_cell col_style=\'\' av_uid=\'av-jobrx4\']Boxing[/av_cell][av_cell col_style=\'\' av_uid=\'av-jeu9xs\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-j7yye0\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-j6j7qg\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-iy6iw0\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-iuomhc\']Crossfit[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-iky8a8\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-idojrc\']07.00 - 08.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-ia3a7k\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-i2cdbc\']Boxing[/av_cell][av_cell col_style=\'\' av_uid=\'av-hxpseg\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-hqc7g0\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-hn9b5s\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-hfut0w\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-hapq7s\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-h6y49s\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-gxmbjc\']08.00 - 09.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-grfe2o\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-gklizs\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-gg07ls\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-gaziz4\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-1lyyt4\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-fwyhnc\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-fuwo8o\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-fmc47s\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-feeor4\']09.00 - 10.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-faqtu8\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-f6zv1k\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-ez8wls\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-ev0wds\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-emorlk\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-eicy14\']Cardio[/av_cell][av_cell col_style=\'\' av_uid=\'av-e9oamo\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-e7ln4o\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-dwzebs\']10.00 - 11.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-dsvsa8\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-dn7834\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-deurq8\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-dcodyw\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-d6vvso\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-cy7pdc\']Cardio[/av_cell][av_cell col_style=\'\' av_uid=\'av-cuu074\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-cpmrgg\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-ciepko\']11.00 - 12.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-ca419c\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-c7qd5k\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-by9zao\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-brbp9k\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-boog94\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-bg49cg\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-bdxhp4\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'avia-heading-row\' av_uid=\'av-b5kkd4\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-b2l3jc\']12.00 - 16.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-av1me0\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-anme0o\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-ajstuw\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-3qlbc\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-a6m0hs\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-a0q56g\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-9st55c\']-[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-9mg3s0\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-9hzf20\']16.00 - 17.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-xlco8\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-95abt4\']Gym Fitness[/av_cell][av_cell col_style=\'\' av_uid=\'av-92gyw0\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-8wajy0\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-8n3nwo\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-8jyrv4\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-8f7iqo\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-88fs1s\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-806mio\']17.00 - 18.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-7v7jrc\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-7qpzeg\']Gym Fitness[/av_cell][av_cell col_style=\'\' av_uid=\'av-7h5f2w\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-7cais8\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-75jyj4\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-71ptjc\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-6thlyg\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-6ojfls\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-6iignc\']18.00 - 19.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-6frb7c\']Open Gym[/av_cell][av_cell col_style=\'\' av_uid=\'av-69h588\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-5zx7a8\']Zumba[/av_cell][av_cell col_style=\'\' av_uid=\'av-5ve9jk\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-5npk4g\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-5ki7cg\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-5dntqw\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-56p9oo\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-518ico\']19.00 - 20.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-4vmmls\']Open Gym[/av_cell][av_cell col_style=\'\' av_uid=\'av-4qz274\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-4ib514\']Zumba[/av_cell][av_cell col_style=\'\' av_uid=\'av-4cf5uw\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-470840\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-435w68\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-3tq708\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-3obasw\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-3jsdu0\']20.00 - 21.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-3csvtk\']Open Gym[/av_cell][av_cell col_style=\'\' av_uid=\'av-37q548\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-344elc\']Zumba[/av_cell][av_cell col_style=\'\' av_uid=\'av-2vv5z4\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-2saxgo\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-2iuacg\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-2dco5c\']Yoga[/av_cell][/av_row]\n[/av_table]\n\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-27q2xs\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-20j9t4\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1vsj7c\']\n\n[av_heading heading=\'Please keep in mind when registering for a class<strong>:</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-6cmcg\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1nifq0\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1fyj54\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18a4iw\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-41kdk\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-yqafs\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-pk3v4\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-nhyvs\']\nactive members\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-g5lwo\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-75on4\']\naround the world\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n'),(3065,528,'layout',''),(3066,528,'sidebar',''),(3067,528,'footer',''),(3068,528,'header_title_bar',''),(3069,528,'header_transparency',''),(3070,528,'_avia_hide_featured_image','0'),(3071,528,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_table\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}}s:5:\"index\";i:14;}}'),(3072,528,'_wp_page_template','default'),(3073,528,'_aviaLayoutBuilder_active','active'),(3074,528,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-odchaw\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Timetable<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-o6ijwo\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-nzx42g\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-nxz05c\']\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-nrt26g\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-njfvl4\']\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-8f6rc\']\n\n[av_table purpose=\'tabular\' pricing_table_design=\'avia_pricing_minimal\' pricing_hidden_cells=\'\' caption=\'Classes times might change. Please let us know if you are going to attend so we can inform you if necessary\' responsive_styling=\'avia_responsive_table\' av_uid=\'av-na678o\']\n[av_row row_style=\'avia-heading-row\' av_uid=\'av-n0sbns\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-mz1b54\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-mqn9oo\']MONDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-mn8ti8\']TUESDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-mepxo0\']WEDNESDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-m8x35c\']THURSDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-27aqgw\']FRIDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-lv31d4\']SATURDAY[/av_cell][av_cell col_style=\'\' av_uid=\'av-ltbw7s\']SUNDAY[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-ln39so\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-lgzccw\']05.00 - 06.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-lbvoh4\']Boxing[/av_cell][av_cell col_style=\'\' av_uid=\'av-l12lj4\']Boxing[/av_cell][av_cell col_style=\'\' av_uid=\'av-l013zs\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-22pkhc\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-kiz6ww\']Cardio[/av_cell][av_cell col_style=\'\' av_uid=\'av-kg9y54\']Cardio[/av_cell][av_cell col_style=\'\' av_uid=\'av-k9aho8\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-k34rf4\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-1zy6js\']06.00 - 07.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-jrsy3c\']Boxing\n[/av_cell][av_cell col_style=\'\' av_uid=\'av-jobrx4\']Boxing[/av_cell][av_cell col_style=\'\' av_uid=\'av-jeu9xs\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-j7yye0\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-j6j7qg\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-iy6iw0\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-iuomhc\']Crossfit[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-iky8a8\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-idojrc\']07.00 - 08.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-ia3a7k\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-i2cdbc\']Boxing[/av_cell][av_cell col_style=\'\' av_uid=\'av-hxpseg\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-hqc7g0\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-hn9b5s\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-hfut0w\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-hapq7s\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-h6y49s\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-gxmbjc\']08.00 - 09.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-grfe2o\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-gklizs\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-gg07ls\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-gaziz4\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-1lyyt4\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-fwyhnc\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-fuwo8o\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-fmc47s\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-feeor4\']09.00 - 10.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-faqtu8\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-f6zv1k\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-ez8wls\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-ev0wds\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-emorlk\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-eicy14\']Cardio[/av_cell][av_cell col_style=\'\' av_uid=\'av-e9oamo\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-e7ln4o\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-dwzebs\']10.00 - 11.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-dsvsa8\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-dn7834\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-deurq8\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-dcodyw\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-d6vvso\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-cy7pdc\']Cardio[/av_cell][av_cell col_style=\'\' av_uid=\'av-cuu074\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-cpmrgg\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-ciepko\']11.00 - 12.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-ca419c\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-c7qd5k\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-by9zao\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-brbp9k\']Crossfit[/av_cell][av_cell col_style=\'\' av_uid=\'av-boog94\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-bg49cg\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-bdxhp4\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'avia-heading-row\' av_uid=\'av-b5kkd4\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-b2l3jc\']12.00 - 16.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-av1me0\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-anme0o\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-ajstuw\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-3qlbc\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-a6m0hs\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-a0q56g\']-[/av_cell][av_cell col_style=\'\' av_uid=\'av-9st55c\']-[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-9mg3s0\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-9hzf20\']16.00 - 17.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-xlco8\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-95abt4\']Gym Fitness[/av_cell][av_cell col_style=\'\' av_uid=\'av-92gyw0\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-8wajy0\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-8n3nwo\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-8jyrv4\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-8f7iqo\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-88fs1s\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-806mio\']17.00 - 18.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-7v7jrc\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-7qpzeg\']Gym Fitness[/av_cell][av_cell col_style=\'\' av_uid=\'av-7h5f2w\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-7cais8\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-75jyj4\']Indoor Cycling[/av_cell][av_cell col_style=\'\' av_uid=\'av-71ptjc\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-6thlyg\'][/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-6ojfls\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-6iignc\']18.00 - 19.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-6frb7c\']Open Gym[/av_cell][av_cell col_style=\'\' av_uid=\'av-69h588\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-5zx7a8\']Zumba[/av_cell][av_cell col_style=\'\' av_uid=\'av-5ve9jk\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-5npk4g\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-5ki7cg\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-5dntqw\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-56p9oo\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-518ico\']19.00 - 20.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-4vmmls\']Open Gym[/av_cell][av_cell col_style=\'\' av_uid=\'av-4qz274\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-4ib514\']Zumba[/av_cell][av_cell col_style=\'\' av_uid=\'av-4cf5uw\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-470840\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-435w68\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-3tq708\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'\' av_uid=\'av-3obasw\'][av_cell col_style=\'avia-desc-col\' av_uid=\'av-3jsdu0\']20.00 - 21.00[/av_cell][av_cell col_style=\'\' av_uid=\'av-3csvtk\']Open Gym[/av_cell][av_cell col_style=\'\' av_uid=\'av-37q548\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-344elc\']Zumba[/av_cell][av_cell col_style=\'\' av_uid=\'av-2vv5z4\'][/av_cell][av_cell col_style=\'\' av_uid=\'av-2saxgo\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-2iuacg\']Yoga[/av_cell][av_cell col_style=\'\' av_uid=\'av-2dco5c\']Yoga[/av_cell][/av_row]\n[/av_table]\n\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-27q2xs\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-20j9t4\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1vsj7c\']\n\n[av_heading heading=\'Please keep in mind when registering for a class<strong>:</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-6cmcg\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1nifq0\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1fyj54\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18a4iw\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-41kdk\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-yqafs\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-pk3v4\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-nhyvs\']\nactive members\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-g5lwo\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-75on4\']\naround the world\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n'),(3075,528,'layout',''),(3076,528,'sidebar',''),(3077,528,'footer',''),(3078,528,'header_title_bar',''),(3079,528,'header_transparency',''),(3080,528,'_avia_hide_featured_image','0'),(3081,528,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_table\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:19;}}s:5:\"index\";i:14;}}'),(3082,999,'_wp_page_template','default'),(3083,999,'_aviaLayoutBuilder_active','active'),(3084,999,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-76xv6v\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Pricing<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-70dywn\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6wwpnb\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6rx1a7\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6gsunb\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6fmltb\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-651flb\']\n[av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'bottom-to-top\' mobile_display=\'\' av_uid=\'av-6007o7\']\n\n[av_heading tag=\'h3\' padding=\'15\' heading=\'BASIC\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5ugzlr\'][/av_heading]\n\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-1-845x684.jpg\' attachment=\'546\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-5o534n\'][/av_image]\n\n[av_heading tag=\'h3\' padding=\'10\' heading=\'19,90$\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5j6153\']\nper month\n[/av_heading]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-5gbd5j\']\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#a0a0a0\' av_uid=\'av-5577af\']\n<p style=\"text-align: center;\">Crossfit 3 times a week</p>\n<p style=\"text-align: center;\">Access until 16:00</p>\n<p style=\"text-align: center;\">-</p>\n<p style=\"text-align: center;\">-</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-4zk2sf\']\n\n[av_button_big label=\'Sign Up\' description_pos=\'below\' link=\'page,513\' link_target=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' custom_font=\'#ffffff\' color=\'theme-color\' custom_bg=\'#444444\' color_hover=\'theme-color-subtle\' custom_bg_hover=\'#444444\' av_uid=\'av-4u8rfz\'][/av_button_big]\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'bottom-to-top\' mobile_display=\'\' av_uid=\'av-4nndx3\']\n\n[av_heading tag=\'h3\' padding=\'15\' heading=\'ADVANCED\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-4kc3xr\'][/av_heading]\n\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-4evo6f\'][/av_image]\n\n[av_heading tag=\'h3\' padding=\'10\' heading=\'49,00$\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-46k5rr\']\nper month\n[/av_heading]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-40ydvr\']\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#a0a0a0\' av_uid=\'av-3vdpcf\']\n<p style=\"text-align: center;\">Crossfit 5 times a week</p>\n<p style=\"text-align: center;\">Access until 24:00</p>\n<p style=\"text-align: center;\">Zumba Classes</p>\n<p style=\"text-align: center;\">Sauna access</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-3s7c27\']\n\n[av_button_big label=\'Sign Up\' description_pos=\'below\' link=\'page,513\' link_target=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' custom_font=\'#ffffff\' color=\'theme-color\' custom_bg=\'#444444\' color_hover=\'theme-color-subtle\' custom_bg_hover=\'#444444\' av_uid=\'av-3hymwv\'][/av_button_big]\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,30px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'bottom-to-top\' mobile_display=\'\' av_uid=\'av-cebwf\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-38vetj\']\naround the world\n[/av_animated_numbers]\n\n[av_hr class=\'custom\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-fat\' custom_width=\'30px\' custom_border_color=\'#ffffff\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'no\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-327pyn\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-2y97k7\']\nactive members\n[/av_animated_numbers]\n\n[av_hr class=\'custom\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-fat\' custom_width=\'30px\' custom_border_color=\'#ffffff\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'no\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-2qot8f\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-2l8ptj\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_one_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-2f8n9r\']\n\n[av_heading tag=\'h1\' padding=\'30\' heading=\'FAQ<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-262ttb\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-7lusn\']\n\n[av_heading heading=\'Studio related\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-1uyh07\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1resjz\']\n<ul>\n 	<li>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</li>\n 	<li>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</li>\n 	<li>Nullam dictum felis eu pede mollis pretium. Integer tincidunt.</li>\n</ul>\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ifapz\']\n\n[av_heading heading=\'Pricing related\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-1e20on\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1a467b\']\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum agnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.</li>\n</ul>\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-10es9r\']\n\n[av_heading heading=\'Groups and Classes\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-y5cxz\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-s8s5z\']\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum agnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.</li>\n</ul>\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-n10wn\']\n\n[av_heading heading=\'Access to the GYM\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-elnlz\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-uewn\']\n<ul>\n 	<li>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</li>\n 	<li>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</li>\n 	<li>Nullam dictum felis eu pede mollis pretium. Integer tincidunt.</li>\n</ul>\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][/av_section]'),(3085,999,'layout',''),(3086,999,'sidebar',''),(3087,999,'footer',''),(3088,999,'header_title_bar',''),(3089,999,'header_transparency',''),(3090,999,'_avia_hide_featured_image','0'),(3091,999,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:7:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:6;a:3:{s:3:\"tag\";s:13:\"av_button_big\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:7:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:6;a:3:{s:3:\"tag\";s:13:\"av_button_big\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:15;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}i:2;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:4;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:23;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:31;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:34;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:38;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:37;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:42;}}s:5:\"index\";i:40;}}s:5:\"index\";i:29;}}'),(3092,999,'_wp_page_template','default'),(3093,999,'_aviaLayoutBuilder_active','active'),(3094,999,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-76xv6v\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Pricing<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-70dywn\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6wwpnb\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6rx1a7\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6gsunb\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6fmltb\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-651flb\']\n[av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'bottom-to-top\' mobile_display=\'\' av_uid=\'av-6007o7\']\n\n[av_heading tag=\'h3\' padding=\'15\' heading=\'BASIC\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5ugzlr\'][/av_heading]\n\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-1-845x684.jpg\' attachment=\'546\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-5o534n\'][/av_image]\n\n[av_heading tag=\'h3\' padding=\'10\' heading=\'19,90$\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5j6153\']\nper month\n[/av_heading]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-5gbd5j\']\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#a0a0a0\' av_uid=\'av-5577af\']\n<p style=\"text-align: center;\">Crossfit 3 times a week</p>\n<p style=\"text-align: center;\">Access until 16:00</p>\n<p style=\"text-align: center;\">-</p>\n<p style=\"text-align: center;\">-</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-4zk2sf\']\n\n[av_button_big label=\'Sign Up\' description_pos=\'below\' link=\'page,513\' link_target=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' custom_font=\'#ffffff\' color=\'theme-color\' custom_bg=\'#444444\' color_hover=\'theme-color-subtle\' custom_bg_hover=\'#444444\' av_uid=\'av-4u8rfz\'][/av_button_big]\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'bottom-to-top\' mobile_display=\'\' av_uid=\'av-4nndx3\']\n\n[av_heading tag=\'h3\' padding=\'15\' heading=\'ADVANCED\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-4kc3xr\'][/av_heading]\n\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-4evo6f\'][/av_image]\n\n[av_heading tag=\'h3\' padding=\'10\' heading=\'49,00$\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-46k5rr\']\nper month\n[/av_heading]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-40ydvr\']\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#a0a0a0\' av_uid=\'av-3vdpcf\']\n<p style=\"text-align: center;\">Crossfit 5 times a week</p>\n<p style=\"text-align: center;\">Access until 24:00</p>\n<p style=\"text-align: center;\">Zumba Classes</p>\n<p style=\"text-align: center;\">Sauna access</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-3s7c27\']\n\n[av_button_big label=\'Sign Up\' description_pos=\'below\' link=\'page,513\' link_target=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' custom_font=\'#ffffff\' color=\'theme-color\' custom_bg=\'#444444\' color_hover=\'theme-color-subtle\' custom_bg_hover=\'#444444\' av_uid=\'av-3hymwv\'][/av_button_big]\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,30px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'bottom-to-top\' mobile_display=\'\' av_uid=\'av-cebwf\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-38vetj\']\naround the world\n[/av_animated_numbers]\n\n[av_hr class=\'custom\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-fat\' custom_width=\'30px\' custom_border_color=\'#ffffff\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'no\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-327pyn\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-2y97k7\']\nactive members\n[/av_animated_numbers]\n\n[av_hr class=\'custom\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-fat\' custom_width=\'30px\' custom_border_color=\'#ffffff\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'no\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-2qot8f\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-2l8ptj\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_one_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-2f8n9r\']\n\n[av_heading tag=\'h1\' padding=\'30\' heading=\'FAQ<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-262ttb\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-7lusn\']\n\n[av_heading heading=\'Studio related\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-1uyh07\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1resjz\']\n<ul>\n 	<li>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</li>\n 	<li>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</li>\n 	<li>Nullam dictum felis eu pede mollis pretium. Integer tincidunt.</li>\n</ul>\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ifapz\']\n\n[av_heading heading=\'Pricing related\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-1e20on\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1a467b\']\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum agnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.</li>\n</ul>\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-10es9r\']\n\n[av_heading heading=\'Groups and Classes\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-y5cxz\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-s8s5z\']\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum agnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.</li>\n</ul>\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-n10wn\']\n\n[av_heading heading=\'Access to the GYM\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-elnlz\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-uewn\']\n<ul>\n 	<li>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</li>\n 	<li>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</li>\n 	<li>Nullam dictum felis eu pede mollis pretium. Integer tincidunt.</li>\n</ul>\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][/av_section]'),(3095,999,'layout',''),(3096,999,'sidebar',''),(3097,999,'footer',''),(3098,999,'header_title_bar',''),(3099,999,'header_transparency',''),(3100,999,'_avia_hide_featured_image','0'),(3101,999,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:7:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:6;a:3:{s:3:\"tag\";s:13:\"av_button_big\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:7:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:4;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}i:5;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:6;a:3:{s:3:\"tag\";s:13:\"av_button_big\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:15;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_third\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}i:2;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}i:3;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:4;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}}s:5:\"index\";i:23;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:31;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:34;}i:3;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:38;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:37;}i:4;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:42;}}s:5:\"index\";i:40;}}s:5:\"index\";i:29;}}'),(3102,1000,'_wp_page_template','default'),(3103,1000,'_aviaLayoutBuilder_active','active'),(3104,1000,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-xsw3tk\']\n[av_heading heading=\'Our Mission<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'30\' color=\'\' custom_font=\'\' av_uid=\'av-wo5ubs\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-v7tetk\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-sco29k\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-rx47y0\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-pny71k\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2eydo8\']\n[av_cell_one_half vertical_align=\'middle\' padding=\'0px\' padding_sync=\'true\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-1030x494.jpg\' attachment=\'549\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-lr6ohk\']\n\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'100px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-krwj6g\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Our Philosophy<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-iqaxdk\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-hkfaoo\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_cell_one_half]\n[/av_layout_row]\n\n[av_masonry_gallery ids=\'548,546,544\' items=\'3\' columns=\'3\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-1j4z3s\']\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-edgphk\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-d4weuw\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-birv2g\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'What our customers say<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-9v2xyg\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71s1dk\']\n\n[/av_one_fifth][av_testimonials style=\'slider_large\' columns=\'2\' interval=\'5\' font_color=\'\' custom_title=\'\' custom_content=\'\' av_uid=\'av-5l0lqw\']\n[av_testimonial_single src=\'612\' name=\'Marina Markuson\' subtitle=\'CTO - Enfolding Insurrance\' link=\'http://\' linktext=\'\' av_uid=\'av-4uolns\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_testimonial_single]\n[av_testimonial_single src=\'546\' name=\'Sandra Sanson\' subtitle=\'CEO - Happy Media\' link=\'\' linktext=\'\' av_uid=\'av-1ticgo\']\nAnteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.\n[/av_testimonial_single]\n[/av_testimonials]\n\n[/av_section]'),(3105,1000,'layout',''),(3106,1000,'sidebar',''),(3107,1000,'footer',''),(3108,1000,'header_title_bar',''),(3109,1000,'header_transparency',''),(3110,1000,'_avia_hide_featured_image','0'),(3111,1000,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:3;a:3:{s:3:\"tag\";s:15:\"av_testimonials\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:12;}}'),(3112,1000,'_wp_page_template','default'),(3113,1000,'_aviaLayoutBuilder_active','active'),(3114,1000,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-xsw3tk\']\n[av_heading heading=\'Our Mission<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'30\' color=\'\' custom_font=\'\' av_uid=\'av-wo5ubs\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-v7tetk\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-sco29k\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-rx47y0\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-pny71k\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2eydo8\']\n[av_cell_one_half vertical_align=\'middle\' padding=\'0px\' padding_sync=\'true\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-1030x494.jpg\' attachment=\'549\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-lr6ohk\']\n\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'100px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-krwj6g\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Our Philosophy<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-iqaxdk\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-hkfaoo\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_cell_one_half]\n[/av_layout_row]\n\n[av_masonry_gallery ids=\'548,546,544\' items=\'3\' columns=\'3\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-1j4z3s\']\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-edgphk\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-d4weuw\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-birv2g\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'What our customers say<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-9v2xyg\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71s1dk\']\n\n[/av_one_fifth][av_testimonials style=\'slider_large\' columns=\'2\' interval=\'5\' font_color=\'\' custom_title=\'\' custom_content=\'\' av_uid=\'av-5l0lqw\']\n[av_testimonial_single src=\'612\' name=\'Marina Markuson\' subtitle=\'CTO - Enfolding Insurrance\' link=\'http://\' linktext=\'\' av_uid=\'av-4uolns\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_testimonial_single]\n[av_testimonial_single src=\'546\' name=\'Sandra Sanson\' subtitle=\'CEO - Happy Media\' link=\'\' linktext=\'\' av_uid=\'av-1ticgo\']\nAnteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.\n[/av_testimonial_single]\n[/av_testimonials]\n\n[/av_section]'),(3115,1000,'layout',''),(3116,1000,'sidebar',''),(3117,1000,'footer',''),(3118,1000,'header_title_bar',''),(3119,1000,'header_transparency',''),(3120,1000,'_avia_hide_featured_image','0'),(3121,1000,'_avia_builder_shortcode_tree','a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:2;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:8;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:3;a:3:{s:3:\"tag\";s:15:\"av_testimonials\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:12;}}'),(3134,1002,'_menu_item_type','post_type'),(3135,1002,'_menu_item_menu_item_parent','0'),(3136,1002,'_menu_item_object_id','330'),(3137,1002,'_menu_item_object','page'),(3138,1002,'_menu_item_target',''),(3139,1002,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3140,1002,'_menu_item_xfn',''),(3141,1002,'_menu_item_url',''),(3142,1002,'_menu-item-avia-megamenu',''),(3143,1002,'_menu-item-avia-division',''),(3144,1002,'_menu-item-avia-textarea',''),(3145,1002,'_menu-item-avia-style',''),(3170,1005,'_menu_item_type','post_type'),(3171,1005,'_menu_item_menu_item_parent','0'),(3172,1005,'_menu_item_object_id','517'),(3173,1005,'_menu_item_object','page'),(3174,1005,'_menu_item_target',''),(3175,1005,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3176,1005,'_menu_item_xfn',''),(3177,1005,'_menu_item_url',''),(3178,1005,'_menu-item-avia-megamenu','active'),(3179,1005,'_menu-item-avia-division',''),(3180,1005,'_menu-item-avia-textarea',''),(3181,1005,'_menu-item-avia-style',''),(3230,36,'layout',''),(3231,36,'sidebar',''),(3232,36,'footer',''),(3233,36,'header_title_bar',''),(3234,36,'header_transparency',''),(3235,36,'_avia_hide_featured_image','0'),(3236,36,'_oembed_b0268193f0cbd776f2a9c43df56d9186','{{unknown}}'),(3237,36,'layout',''),(3238,36,'sidebar',''),(3239,36,'footer',''),(3240,36,'header_title_bar',''),(3241,36,'header_transparency',''),(3242,36,'_avia_hide_featured_image','0'),(3243,36,'_oembed_b0268193f0cbd776f2a9c43df56d9186','{{unknown}}'),(3244,55,'layout',''),(3245,55,'sidebar',''),(3246,55,'footer',''),(3247,55,'header_title_bar',''),(3248,55,'header_transparency',''),(3249,55,'_avia_hide_featured_image','0'),(3250,55,'_thumbnail_id','377'),(3251,55,'layout',''),(3252,55,'sidebar',''),(3253,55,'footer',''),(3254,55,'header_title_bar',''),(3255,55,'header_transparency',''),(3256,55,'_avia_hide_featured_image','0'),(3257,55,'_thumbnail_id','377'),(3258,68,'_wp_old_slug','hello-world-2'),(3259,68,'layout',''),(3260,68,'sidebar',''),(3261,68,'footer',''),(3262,68,'header_title_bar',''),(3263,68,'header_transparency',''),(3264,68,'_avia_hide_featured_image','0'),(3265,68,'_thumbnail_id','612'),(3266,68,'_wp_old_slug','hello-world-2'),(3267,68,'layout',''),(3268,68,'sidebar',''),(3269,68,'footer',''),(3270,68,'header_title_bar',''),(3271,68,'header_transparency',''),(3272,68,'_avia_hide_featured_image','0'),(3273,68,'_thumbnail_id','612'),(3274,155,'_pingme','1'),(3275,155,'_encloseme','1'),(3276,155,'_aviaLayoutBuilder_active',''),(3277,155,'_aviaLayoutBuilderCleanData',''),(3278,155,'layout',''),(3279,155,'sidebar',''),(3280,155,'footer',''),(3281,155,'header_title_bar',''),(3282,155,'header_transparency',''),(3283,155,'_avia_hide_featured_image','0'),(3284,155,'avada_post_views_count','0'),(3285,155,'_thumbnail_id','548'),(3286,155,'_aviaLayoutBuilder_active',''),(3287,155,'_aviaLayoutBuilderCleanData',''),(3288,155,'layout',''),(3289,155,'sidebar',''),(3290,155,'footer',''),(3291,155,'header_title_bar',''),(3292,155,'header_transparency',''),(3293,155,'_avia_hide_featured_image','0'),(3294,155,'avada_post_views_count','0'),(3295,155,'_thumbnail_id','548'),(3296,47,'_oembed_3575cebe6a8975300c4abc1b45d76eb7','<iframe src=\"//player.vimeo.com/video/41629603\" width=\"1280\" height=\"720\" frameborder=\"0\" title=\"Free HD stock video footage - Cloud time lapse (See Description for High Quality download link)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(3297,47,'_oembed_time_3575cebe6a8975300c4abc1b45d76eb7','1408906064'),(3298,47,'layout',''),(3299,47,'sidebar',''),(3300,47,'footer',''),(3301,47,'header_title_bar',''),(3302,47,'header_transparency',''),(3303,47,'_avia_hide_featured_image','0'),(3304,47,'_oembed_e704e0c76d4b70fc607eb44d05a2514d','<iframe width=\"1500\" height=\"844\" src=\"https://www.youtube.com/embed/WbsC6gxZajk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3305,47,'_thumbnail_id','543'),(3306,47,'_oembed_time_e704e0c76d4b70fc607eb44d05a2514d','1463254160'),(3307,47,'_aviaLayoutBuilder_active',''),(3308,47,'_aviaLayoutBuilderCleanData',''),(3309,47,'_oembed_3575cebe6a8975300c4abc1b45d76eb7','<iframe src=\"//player.vimeo.com/video/41629603\" width=\"1280\" height=\"720\" frameborder=\"0\" title=\"Free HD stock video footage - Cloud time lapse (See Description for High Quality download link)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(3310,47,'_oembed_time_3575cebe6a8975300c4abc1b45d76eb7','1408906064'),(3311,47,'layout',''),(3312,47,'sidebar',''),(3313,47,'footer',''),(3314,47,'header_title_bar',''),(3315,47,'header_transparency',''),(3316,47,'_avia_hide_featured_image','0'),(3317,47,'_oembed_e704e0c76d4b70fc607eb44d05a2514d','<iframe width=\"1500\" height=\"844\" src=\"https://www.youtube.com/embed/WbsC6gxZajk?feature=oembed\" frameborder=\"0\" allowfullscreen></iframe>'),(3318,47,'_thumbnail_id','543'),(3319,47,'_oembed_time_e704e0c76d4b70fc607eb44d05a2514d','1463254160'),(3320,47,'_aviaLayoutBuilder_active',''),(3321,47,'_aviaLayoutBuilderCleanData',''),(3322,49,'layout',''),(3323,49,'sidebar',''),(3324,49,'footer',''),(3325,49,'header_title_bar',''),(3326,49,'header_transparency',''),(3327,49,'_avia_hide_featured_image','0'),(3328,49,'layout',''),(3329,49,'sidebar',''),(3330,49,'footer',''),(3331,49,'header_title_bar',''),(3332,49,'header_transparency',''),(3333,49,'_avia_hide_featured_image','0'),(3334,158,'_pingme','1'),(3335,158,'_encloseme','1'),(3336,158,'_thumbnail_id','549'),(3337,158,'layout',''),(3338,158,'sidebar',''),(3339,158,'footer',''),(3340,158,'header_title_bar',''),(3341,158,'header_transparency',''),(3342,158,'_avia_hide_featured_image','0'),(3343,158,'enclosure','http://www.archive.org/download/Macroform2011/Macroform-600LightYears.mp3\n161\naudio/mpeg\n'),(3344,158,'_thumbnail_id','549'),(3345,158,'layout',''),(3346,158,'sidebar',''),(3347,158,'footer',''),(3348,158,'header_title_bar',''),(3349,158,'header_transparency',''),(3350,158,'_avia_hide_featured_image','0'),(3351,158,'enclosure','http://www.archive.org/download/Macroform2011/Macroform-600LightYears.mp3\n161\naudio/mpeg\n'),(3352,575,'_aviaLayoutBuilder_active','active'),(3353,575,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'RICERCA E SVILUPPO\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvf3gtf\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(3354,575,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(3355,575,'_portfolio_custom_link',''),(3356,575,'_portfolio_custom_link_url','http://'),(3357,575,'_preview_ids',''),(3358,575,'_preview_display','gallery'),(3359,575,'_preview_autorotation','disabled'),(3360,575,'_preview_columns','6'),(3361,575,'_preview_text',''),(3362,575,'layout','fullsize'),(3363,575,'sidebar',''),(3364,575,'footer',''),(3365,575,'header_title_bar',''),(3366,575,'header_transparency',''),(3367,575,'breadcrumb_parent',''),(3368,575,'_avia_hide_featured_image',''),(3369,575,'_thumbnail_id','1014'),(3370,575,'_aviaLayoutBuilder_active','active'),(3371,575,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'RICERCA E SVILUPPO\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvf3gtf\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(3372,575,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(3373,575,'_portfolio_custom_link',''),(3374,575,'_portfolio_custom_link_url','http://'),(3375,575,'_preview_ids',''),(3376,575,'_preview_display','gallery'),(3377,575,'_preview_autorotation','disabled'),(3378,575,'_preview_columns','6'),(3379,575,'_preview_text',''),(3380,575,'layout','fullsize'),(3381,575,'sidebar',''),(3382,575,'footer',''),(3383,575,'header_title_bar',''),(3384,575,'header_transparency',''),(3385,575,'breadcrumb_parent',''),(3386,575,'_avia_hide_featured_image',''),(3387,575,'_thumbnail_id','1014'),(3388,576,'_aviaLayoutBuilder_active','active'),(3389,576,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione-300x110.jpg\' attachment=\'1032\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PRESSOFUSIONE\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvezget\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(3390,576,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(3391,576,'_portfolio_custom_link',''),(3392,576,'_portfolio_custom_link_url','http://'),(3393,576,'_preview_ids',''),(3394,576,'_preview_display','gallery'),(3395,576,'_preview_autorotation','disabled'),(3396,576,'_preview_columns','6'),(3397,576,'_preview_text',''),(3398,576,'layout','fullsize'),(3399,576,'sidebar',''),(3400,576,'footer',''),(3401,576,'header_title_bar',''),(3402,576,'header_transparency',''),(3403,576,'breadcrumb_parent',''),(3404,576,'_avia_hide_featured_image',''),(3405,576,'_thumbnail_id','1032'),(3406,576,'_dp_original','575'),(3407,576,'_aviaLayoutBuilder_active','active'),(3408,576,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione-300x110.jpg\' attachment=\'1032\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PRESSOFUSIONE\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvezget\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(3409,576,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(3410,576,'_portfolio_custom_link',''),(3411,576,'_portfolio_custom_link_url','http://'),(3412,576,'_preview_ids',''),(3413,576,'_preview_display','gallery'),(3414,576,'_preview_autorotation','disabled'),(3415,576,'_preview_columns','6'),(3416,576,'_preview_text',''),(3417,576,'layout','fullsize'),(3418,576,'sidebar',''),(3419,576,'footer',''),(3420,576,'header_title_bar',''),(3421,576,'header_transparency',''),(3422,576,'breadcrumb_parent',''),(3423,576,'_avia_hide_featured_image',''),(3424,576,'_thumbnail_id','1032'),(3425,576,'_dp_original','575'),(3426,577,'_aviaLayoutBuilder_active','active'),(3427,577,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione-300x110.jpg\' attachment=\'1034\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4wats9\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'Bassa pressione e gravita’\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvecllr\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading heading=\'BASSA PRESSIONE E GRAVITA’\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-n7c7d\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nStampi bassa pressione e gravità, specialmente per teste cilindri e basamenti motore.\r\nCasse anime processo inorganico.\r\nCollaudi e campionature.\r\n\r\n<img class=\"alignnone  wp-image-1090\" src=\"http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it-300x132.png\" alt=\"\" width=\"595\" height=\"262\" />\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading heading=\'PROGETTAZIONE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-fdnrt\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa grande esperienza tecnica, maturata in oltre 50 anni di attività, ha portato gli operatori del nostro studio di progettazione ad un altissimo livello di specializzazione.\r\nLa capacità di recepire e gestire al meglio le esigenze del cliente, unitamente al grado di riservatezza delle informazioni acquisite, si concretizza con l’ottimizzazione del processo produttivo.\r\nOttimizzare significa per noi verificare la realizzabilità del progetto e apportare, in accordo con il cliente, le opportune modifiche, grazie alle quali si ottengono benefici durante le successive fasi di produzione, lavorazione, utilizzo e manutenzione.\r\nIl processo produttivo è realizzato con l’ausilio delle più moderne e potenti tecnologie disponibili sul mercato.\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'COLLAUDI E CAMPIONATURE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-11bt5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa fedeltà della riproduzione del modello 3D è garantita dal collaudo.\r\nTramite l’utilizzo di software, macchine e tecnologie di misurazione ottica il reparto collaudo acquisisce il modello 3D e confronta le quote definite nel progetto virtuale con quelle reali, evidenziando eventuali scostamenti dalle tolleranze\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1092,1093,1094,1095,1096\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-72ta9\']\r\n\r\n'),(3428,577,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}'),(3429,577,'_portfolio_custom_link',''),(3430,577,'_portfolio_custom_link_url','http://'),(3431,577,'_preview_ids',''),(3432,577,'_preview_display','gallery'),(3433,577,'_preview_autorotation','disabled'),(3434,577,'_preview_columns','6'),(3435,577,'_preview_text',''),(3436,577,'layout','fullsize'),(3437,577,'sidebar',''),(3438,577,'footer',''),(3439,577,'header_title_bar',''),(3440,577,'header_transparency',''),(3441,577,'breadcrumb_parent',''),(3442,577,'_avia_hide_featured_image',''),(3443,577,'_thumbnail_id','1034'),(3444,577,'_dp_original','576'),(3445,577,'_aviaLayoutBuilder_active','active'),(3446,577,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione-300x110.jpg\' attachment=\'1034\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4wats9\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'Bassa pressione e gravita’\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvecllr\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading heading=\'BASSA PRESSIONE E GRAVITA’\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-n7c7d\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nStampi bassa pressione e gravità, specialmente per teste cilindri e basamenti motore.\r\nCasse anime processo inorganico.\r\nCollaudi e campionature.\r\n\r\n<img class=\"alignnone  wp-image-1090\" src=\"http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it-300x132.png\" alt=\"\" width=\"595\" height=\"262\" />\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading heading=\'PROGETTAZIONE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-fdnrt\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa grande esperienza tecnica, maturata in oltre 50 anni di attività, ha portato gli operatori del nostro studio di progettazione ad un altissimo livello di specializzazione.\r\nLa capacità di recepire e gestire al meglio le esigenze del cliente, unitamente al grado di riservatezza delle informazioni acquisite, si concretizza con l’ottimizzazione del processo produttivo.\r\nOttimizzare significa per noi verificare la realizzabilità del progetto e apportare, in accordo con il cliente, le opportune modifiche, grazie alle quali si ottengono benefici durante le successive fasi di produzione, lavorazione, utilizzo e manutenzione.\r\nIl processo produttivo è realizzato con l’ausilio delle più moderne e potenti tecnologie disponibili sul mercato.\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'COLLAUDI E CAMPIONATURE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-11bt5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa fedeltà della riproduzione del modello 3D è garantita dal collaudo.\r\nTramite l’utilizzo di software, macchine e tecnologie di misurazione ottica il reparto collaudo acquisisce il modello 3D e confronta le quote definite nel progetto virtuale con quelle reali, evidenziando eventuali scostamenti dalle tolleranze\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1092,1093,1094,1095,1096\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-72ta9\']\r\n\r\n'),(3447,577,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}'),(3448,577,'_portfolio_custom_link',''),(3449,577,'_portfolio_custom_link_url','http://'),(3450,577,'_preview_ids',''),(3451,577,'_preview_display','gallery'),(3452,577,'_preview_autorotation','disabled'),(3453,577,'_preview_columns','6'),(3454,577,'_preview_text',''),(3455,577,'layout','fullsize'),(3456,577,'sidebar',''),(3457,577,'footer',''),(3458,577,'header_title_bar',''),(3459,577,'header_transparency',''),(3460,577,'breadcrumb_parent',''),(3461,577,'_avia_hide_featured_image',''),(3462,577,'_thumbnail_id','1034'),(3463,577,'_dp_original','576'),(3464,578,'_aviaLayoutBuilder_active','active'),(3465,578,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni-300x110.jpg\' attachment=\'1038\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PORTASTAMPI\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvexakn\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(3466,578,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(3467,578,'_portfolio_custom_link',''),(3468,578,'_portfolio_custom_link_url','http://'),(3469,578,'_preview_ids',''),(3470,578,'_preview_display','gallery'),(3471,578,'_preview_autorotation','disabled'),(3472,578,'_preview_columns','6'),(3473,578,'_preview_text',''),(3474,578,'layout','fullsize'),(3475,578,'sidebar',''),(3476,578,'footer',''),(3477,578,'header_title_bar',''),(3478,578,'header_transparency',''),(3479,578,'breadcrumb_parent',''),(3480,578,'_avia_hide_featured_image',''),(3481,578,'_thumbnail_id','1038'),(3482,578,'_dp_original','577'),(3483,578,'_wp_old_slug','crossfit-2'),(3484,578,'_aviaLayoutBuilder_active','active'),(3485,578,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni-300x110.jpg\' attachment=\'1038\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PORTASTAMPI\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvexakn\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(3486,578,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(3487,578,'_portfolio_custom_link',''),(3488,578,'_portfolio_custom_link_url','http://'),(3489,578,'_preview_ids',''),(3490,578,'_preview_display','gallery'),(3491,578,'_preview_autorotation','disabled'),(3492,578,'_preview_columns','6'),(3493,578,'_preview_text',''),(3494,578,'layout','fullsize'),(3495,578,'sidebar',''),(3496,578,'footer',''),(3497,578,'header_title_bar',''),(3498,578,'header_transparency',''),(3499,578,'breadcrumb_parent',''),(3500,578,'_avia_hide_featured_image',''),(3501,578,'_thumbnail_id','1038'),(3502,578,'_dp_original','577'),(3503,578,'_wp_old_slug','crossfit-2'),(3504,579,'_aviaLayoutBuilder_active','active'),(3505,579,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(3506,579,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(3507,579,'_portfolio_custom_link',''),(3508,579,'_portfolio_custom_link_url','http://'),(3509,579,'_preview_ids',''),(3510,579,'_preview_display','gallery'),(3511,579,'_preview_autorotation','disabled'),(3512,579,'_preview_columns','6'),(3513,579,'_preview_text',''),(3514,579,'layout','fullsize'),(3515,579,'sidebar',''),(3516,579,'footer',''),(3517,579,'header_title_bar',''),(3518,579,'header_transparency',''),(3519,579,'breadcrumb_parent',''),(3520,579,'_avia_hide_featured_image',''),(3521,579,'_thumbnail_id','1036'),(3522,579,'_dp_original','578'),(3523,579,'_wp_old_slug','crossfit-2'),(3524,579,'_aviaLayoutBuilder_active','active'),(3525,579,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(3526,579,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(3527,579,'_portfolio_custom_link',''),(3528,579,'_portfolio_custom_link_url','http://'),(3529,579,'_preview_ids',''),(3530,579,'_preview_display','gallery'),(3531,579,'_preview_autorotation','disabled'),(3532,579,'_preview_columns','6'),(3533,579,'_preview_text',''),(3534,579,'layout','fullsize'),(3535,579,'sidebar',''),(3536,579,'footer',''),(3537,579,'header_title_bar',''),(3538,579,'header_transparency',''),(3539,579,'breadcrumb_parent',''),(3540,579,'_avia_hide_featured_image',''),(3541,579,'_thumbnail_id','1036'),(3542,579,'_dp_original','578'),(3543,579,'_wp_old_slug','crossfit-2'),(3544,580,'_aviaLayoutBuilder_active','active'),(3545,580,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti-300x110.jpg\' attachment=\'1027\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'SIMULAZIONE\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvf74u8\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(3546,580,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(3547,580,'_portfolio_custom_link',''),(3548,580,'_portfolio_custom_link_url','http://'),(3549,580,'_preview_ids',''),(3550,580,'_preview_display','gallery'),(3551,580,'_preview_autorotation','disabled'),(3552,580,'_preview_columns','6'),(3553,580,'_preview_text',''),(3554,580,'layout',''),(3555,580,'sidebar',''),(3556,580,'footer',''),(3557,580,'header_title_bar',''),(3558,580,'header_transparency',''),(3559,580,'breadcrumb_parent',''),(3560,580,'_avia_hide_featured_image',''),(3561,580,'_thumbnail_id','1027'),(3562,580,'_wp_old_slug','crossfit-2'),(3563,580,'_dp_original','579'),(3564,580,'_aviaLayoutBuilder_active','active'),(3565,580,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti-300x110.jpg\' attachment=\'1027\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'SIMULAZIONE\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvf74u8\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(3566,580,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(3567,580,'_portfolio_custom_link',''),(3568,580,'_portfolio_custom_link_url','http://'),(3569,580,'_preview_ids',''),(3570,580,'_preview_display','gallery'),(3571,580,'_preview_autorotation','disabled'),(3572,580,'_preview_columns','6'),(3573,580,'_preview_text',''),(3574,580,'layout',''),(3575,580,'sidebar',''),(3576,580,'footer',''),(3577,580,'header_title_bar',''),(3578,580,'header_transparency',''),(3579,580,'breadcrumb_parent',''),(3580,580,'_avia_hide_featured_image',''),(3581,580,'_thumbnail_id','1027'),(3582,580,'_wp_old_slug','crossfit-2'),(3583,580,'_dp_original','579'),(3620,580,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3621,580,'_av_el_mgr_version','1.0'),(3622,580,'_av_alb_element_mgr_version','1.0.1'),(3623,579,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3624,579,'_av_el_mgr_version','1.0'),(3625,579,'_av_alb_element_mgr_version','1.0.1'),(3626,578,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3627,578,'_av_el_mgr_version','1.0'),(3628,578,'_av_alb_element_mgr_version','1.0.1'),(3629,577,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3630,577,'_av_el_mgr_version','1.0'),(3631,577,'_av_alb_element_mgr_version','1.0.1'),(3632,576,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3633,576,'_av_el_mgr_version','1.0'),(3634,576,'_av_alb_element_mgr_version','1.0.1'),(3635,575,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3636,575,'_av_el_mgr_version','1.0'),(3637,575,'_av_alb_element_mgr_version','1.0.1'),(3638,1000,'_av_alb_posts_elements_state','a:11:{s:16:\"av_cell_one_half\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:15:\"av_testimonials\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:21:\"av_testimonial_single\";b:1;}'),(3639,1000,'_av_el_mgr_version','1.0'),(3640,1000,'_av_alb_element_mgr_version','1.0.1'),(3641,999,'_av_alb_posts_elements_state','a:9:{s:13:\"av_button_big\";b:1;s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:8:\"av_image\";b:1;s:19:\"av_animated_numbers\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_one_third\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3642,999,'_av_el_mgr_version','1.0'),(3643,999,'_av_alb_element_mgr_version','1.0.1'),(3644,528,'_av_alb_posts_elements_state','a:12:{s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:19:\"av_animated_numbers\";b:1;s:8:\"av_table\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:6:\"av_row\";b:1;s:7:\"av_cell\";b:1;}'),(3645,528,'_av_el_mgr_version','1.0'),(3646,528,'_av_alb_element_mgr_version','1.0.1'),(3647,519,'_av_alb_posts_elements_state','a:14:{s:13:\"av_google_map\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:16:\"av_image_hotspot\";b:1;s:18:\"av_masonry_gallery\";b:1;s:19:\"av_animated_numbers\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_gmap_location\";b:1;s:13:\"av_image_spot\";b:1;}'),(3648,519,'_av_el_mgr_version','1.0'),(3649,519,'_av_alb_element_mgr_version','1.0.1'),(3650,517,'_av_alb_posts_elements_state','a:8:{s:16:\"av_cell_one_half\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:8:\"av_image\";b:1;s:11:\"av_one_full\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3651,517,'_av_el_mgr_version','1.0'),(3652,517,'_av_alb_element_mgr_version','1.0.1'),(3653,515,'_av_alb_posts_elements_state','a:13:{s:9:\"av_button\";b:1;s:16:\"av_cell_one_half\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:18:\"av_masonry_gallery\";b:1;s:19:\"av_animated_numbers\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3654,515,'_av_el_mgr_version','1.0'),(3655,515,'_av_alb_element_mgr_version','1.0.1'),(3656,513,'_av_alb_posts_elements_state','a:11:{s:10:\"av_contact\";b:1;s:13:\"av_google_map\";b:1;s:10:\"av_heading\";b:1;s:11:\"av_one_half\";b:1;s:13:\"av_one_fourth\";b:1;s:12:\"av_two_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:16:\"av_gmap_location\";b:1;}'),(3657,513,'_av_el_mgr_version','1.0'),(3658,513,'_av_alb_element_mgr_version','1.0.1'),(3659,511,'_av_alb_posts_elements_state','a:9:{s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:12:\"av_font_icon\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3660,511,'_av_el_mgr_version','1.0'),(3661,511,'_av_alb_element_mgr_version','1.0.1'),(3662,509,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:18:\"av_masonry_entries\";b:1;s:11:\"av_one_half\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(3663,509,'_av_el_mgr_version','1.0'),(3664,509,'_av_alb_element_mgr_version','1.0.1'),(3665,507,'_av_alb_posts_elements_state','a:0:{}'),(3666,507,'_av_el_mgr_version','1.0'),(3667,507,'_av_alb_element_mgr_version','1.0.1'),(3668,330,'_av_alb_posts_elements_state','a:17:{s:9:\"av_button\";b:1;s:21:\"av_horizontal_gallery\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:8:\"av_image\";b:1;s:18:\"av_masonry_entries\";b:1;s:17:\"av_slideshow_full\";b:1;s:11:\"av_one_full\";b:1;s:13:\"av_one_fourth\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:13:\"av_slide_full\";b:1;}'),(3669,330,'_av_el_mgr_version','1.0'),(3670,330,'_av_alb_element_mgr_version','1.0.1'),(3671,158,'_av_alb_posts_elements_state','a:0:{}'),(3672,158,'_av_el_mgr_version','1.0'),(3673,158,'_av_alb_element_mgr_version','1.0.1'),(3674,155,'_av_alb_posts_elements_state','a:0:{}'),(3675,155,'_av_el_mgr_version','1.0'),(3676,155,'_av_alb_element_mgr_version','1.0.1'),(3677,1013,'_wp_attached_file','2021/04/logo.png'),(3678,1013,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:785;s:6:\"height\";i:123;s:4:\"file\";s:16:\"2021/04/logo.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-300x47.png\";s:5:\"width\";i:300;s:6:\"height\";i:47;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"logo-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"logo-768x120.png\";s:5:\"width\";i:768;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"logo-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:16:\"logo-180x123.png\";s:5:\"width\";i:180;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:16:\"logo-495x123.png\";s:5:\"width\";i:495;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:16:\"logo-260x123.png\";s:5:\"width\";i:260;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:16:\"logo-710x123.png\";s:5:\"width\";i:710;s:6:\"height\";i:123;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:16:\"logo-705x110.png\";s:5:\"width\";i:705;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3679,330,'_edit_lock','1619248058:1'),(3680,1014,'_wp_attached_file','2021/04/1200x0-imgHeaderfacts.jpg'),(3681,1014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:419;s:4:\"file\";s:33:\"2021/04/1200x0-imgHeaderfacts.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderfacts-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"1200x0-imgHeaderfacts-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"1200x0-imgHeaderfacts-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderfacts-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:31:\"1200x0-imgHeaderfacts-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderfacts-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderfacts-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderfacts-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderfacts-845x419.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderfacts-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderfacts-705x258.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderfacts-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3682,1015,'_wp_attached_file','2021/04/1800x0-imgHomeCostampGroup-fullwidth_3.jpg'),(3683,1015,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:696;s:4:\"file\";s:50:\"2021/04/1800x0-imgHomeCostampGroup-fullwidth_3.jpg\";s:5:\"sizes\";a:17:{s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"1800x0-imgHomeCostampGroup-fullwidth_3-300x116.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:51:\"1800x0-imgHomeCostampGroup-fullwidth_3-1030x398.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:398;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:48:\"1800x0-imgHomeCostampGroup-fullwidth_3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:50:\"1800x0-imgHomeCostampGroup-fullwidth_3-768x297.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:51:\"1800x0-imgHomeCostampGroup-fullwidth_3-1536x594.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:48:\"1800x0-imgHomeCostampGroup-fullwidth_3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:50:\"1800x0-imgHomeCostampGroup-fullwidth_3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:51:\"1800x0-imgHomeCostampGroup-fullwidth_3-1500x430.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"featured_large\";a:4:{s:4:\"file\";s:51:\"1800x0-imgHomeCostampGroup-fullwidth_3-1500x630.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"extra_large\";a:4:{s:4:\"file\";s:51:\"1800x0-imgHomeCostampGroup-fullwidth_3-1500x580.jpg\";s:5:\"width\";i:1500;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:50:\"1800x0-imgHomeCostampGroup-fullwidth_3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:50:\"1800x0-imgHomeCostampGroup-fullwidth_3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:50:\"1800x0-imgHomeCostampGroup-fullwidth_3-845x684.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:50:\"1800x0-imgHomeCostampGroup-fullwidth_3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:50:\"1800x0-imgHomeCostampGroup-fullwidth_3-705x273.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:50:\"1800x0-imgHomeCostampGroup-fullwidth_3-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:51:\"1800x0-imgHomeCostampGroup-fullwidth_3-1210x423.jpg\";s:5:\"width\";i:1210;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3684,1016,'_wp_attached_file','2021/04/1200x0-imgHeader50_2.jpg'),(3685,1016,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:419;s:4:\"file\";s:32:\"2021/04/1200x0-imgHeader50_2.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"1200x0-imgHeader50_2-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeader50_2-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"1200x0-imgHeader50_2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"1200x0-imgHeader50_2-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:30:\"1200x0-imgHeader50_2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:32:\"1200x0-imgHeader50_2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:32:\"1200x0-imgHeader50_2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:32:\"1200x0-imgHeader50_2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:32:\"1200x0-imgHeader50_2-845x419.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:32:\"1200x0-imgHeader50_2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:32:\"1200x0-imgHeader50_2-705x258.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:32:\"1200x0-imgHeader50_2-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3686,330,'_edit_last','1'),(3687,330,'_avia_sc_parser_state','check_only'),(3688,330,'_yoast_wpseo_content_score','60'),(3689,1017,'_aviaLayoutBuilder_active','active'),(3690,1017,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'549\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'Fight the Weakness<strong>.</strong>\' custom_title_size=\'70\' custom_content_size=\'38\' caption_pos=\'caption_center\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,530\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-97b4sq\' fallback_link=\'https://\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\']\r\nWE GO THE JOURNEY WITH YOU\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'547\' video=\'\' mobile_image=\'\' video_format=\'\' video_ratio=\'\' title=\'Have fun in groups<strong>.</strong>\' custom_title_size=\'70\' custom_content_size=\'29\' caption_pos=\'caption_center\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-91k5eq\' fallback_link=\'https://\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#d63d2d\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3691,1017,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3692,1017,'_avia_sc_parser_state','check_only'),(3693,1017,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3694,1017,'_av_el_mgr_version','1.0'),(3695,1018,'_aviaLayoutBuilder_active','active'),(3696,1018,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'Fight the Weakness<strong>.</strong>\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-78w8a\']\r\nWE GO THE JOURNEY WITH YOU\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'547\' video=\'\' mobile_image=\'\' video_format=\'\' video_ratio=\'\' title=\'Have fun in groups<strong>.</strong>\' custom_title_size=\'70\' custom_content_size=\'29\' caption_pos=\'caption_center\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-91k5eq\' fallback_link=\'https://\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#d63d2d\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3697,1018,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3698,1018,'_avia_sc_parser_state','check_only'),(3699,1018,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3700,1018,'_av_el_mgr_version','1.0'),(3701,1019,'_aviaLayoutBuilder_active','active'),(3702,1019,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-ad0hu\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'547\' video=\'\' mobile_image=\'\' video_format=\'\' video_ratio=\'\' title=\'Have fun in groups<strong>.</strong>\' custom_title_size=\'70\' custom_content_size=\'29\' caption_pos=\'caption_center\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-91k5eq\' fallback_link=\'https://\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#d63d2d\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3703,1019,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3704,1019,'_avia_sc_parser_state','check_only'),(3705,1019,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3706,1019,'_av_el_mgr_version','1.0'),(3707,1020,'_aviaLayoutBuilder_active','active');
INSERT INTO `wp_postmeta` VALUES (3708,1020,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-ad0hu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#d63d2d\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3709,1020,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3710,1020,'_avia_sc_parser_state','check_only'),(3711,1020,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3712,1020,'_av_el_mgr_version','1.0'),(3713,1021,'_aviaLayoutBuilder_active','active'),(3714,1021,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#d63d2d\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3715,1021,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3716,1021,'_avia_sc_parser_state','check_only'),(3717,1021,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3718,1021,'_av_el_mgr_version','1.0'),(3719,1022,'_aviaLayoutBuilder_active','active'),(3720,1022,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3721,1022,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3722,1022,'_avia_sc_parser_state','check_only'),(3723,1022,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3724,1022,'_av_el_mgr_version','1.0'),(3725,1024,'_aviaLayoutBuilder_active','active'),(3726,1024,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3727,1024,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3728,1024,'_avia_sc_parser_state','check_only'),(3729,1024,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3730,1024,'_av_el_mgr_version','1.0'),(3731,1025,'_aviaLayoutBuilder_active','active'),(3732,1025,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3733,1025,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3734,1025,'_avia_sc_parser_state','check_only'),(3735,1025,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3736,1025,'_av_el_mgr_version','1.0'),(3737,1026,'_aviaLayoutBuilder_active','active'),(3738,1026,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3739,1026,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3740,1026,'_avia_sc_parser_state','check_only'),(3741,1026,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3742,1026,'_av_el_mgr_version','1.0'),(3743,1027,'_wp_attached_file','2021/04/1200x0-imgHeaderClienti.jpg'),(3744,1027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:419;s:4:\"file\";s:35:\"2021/04/1200x0-imgHeaderClienti.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderClienti-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderClienti-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderClienti-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderClienti-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderClienti-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderClienti-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderClienti-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderClienti-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderClienti-845x419.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderClienti-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderClienti-705x258.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderClienti-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3745,1028,'_aviaLayoutBuilder_active','active'),(3746,1028,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti-300x110.jpg\' attachment=\'1027\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3747,1028,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3748,1028,'_avia_sc_parser_state','check_only'),(3749,1028,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3750,1028,'_av_el_mgr_version','1.0'),(3751,1029,'_wp_attached_file','2021/04/1200x0-imgHeaderAziende.jpg'),(3752,1029,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1144;s:6:\"height\";i:419;s:4:\"file\";s:35:\"2021/04/1200x0-imgHeaderAziende.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderAziende-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderAziende-1030x377.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderAziende-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderAziende-768x281.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:281;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:33:\"1200x0-imgHeaderAziende-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderAziende-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderAziende-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderAziende-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderAziende-845x419.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderAziende-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderAziende-705x258.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderAziende-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3753,1030,'_aviaLayoutBuilder_active','active'),(3754,1030,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3755,1030,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3756,1030,'_avia_sc_parser_state','check_only'),(3757,1030,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3758,1030,'_av_el_mgr_version','1.0'),(3759,1031,'_aviaLayoutBuilder_active','active'),(3760,1031,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3761,1031,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3762,1031,'_avia_sc_parser_state','check_only'),(3763,1031,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3764,1031,'_av_el_mgr_version','1.0'),(3765,576,'_edit_lock','1619249266:1'),(3766,1032,'_wp_attached_file','2016/05/pressofusione.jpg'),(3767,1032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:419;s:4:\"file\";s:25:\"2016/05/pressofusione.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"pressofusione-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"pressofusione-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"pressofusione-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"pressofusione-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:23:\"pressofusione-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:25:\"pressofusione-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:25:\"pressofusione-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:25:\"pressofusione-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:25:\"pressofusione-845x419.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:25:\"pressofusione-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:25:\"pressofusione-705x258.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:25:\"pressofusione-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3768,576,'_edit_last','1'),(3769,576,'_avia_sc_parser_state','check_only'),(3770,576,'_yoast_wpseo_content_score','60'),(3771,1033,'_aviaLayoutBuilder_active','active'),(3772,1033,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3.jpg\' attachment=\'547\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4uii74\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4ojkjk\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Aerobics<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-4mcdgo\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-4fh5rs\']\r\n[av_iconlist_item title=\'600 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\' av_uid=\'av-49ya1s\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'12 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\' av_uid=\'av-42t9qg\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Medium\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a1\' font=\'entypo-fontello\' av_uid=\'av-3ycazc\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3obuwg\']\r\n\r\n[av_animated_numbers number=\'45\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-3jagt4\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3ggwy0\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bt1dc\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-b4d94\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2v2uq0\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-2p7o3k\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2mb1w8\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2cszuo\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-29770g\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-2108yg\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1z55u0\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1sryag\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1kdgmo\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1ftk60\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-1bb0bc\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-117bq0\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-wwd0o\'][/av_heading]\r\n\r\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-1-845x684.jpg\' attachment=\'546\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-pdnnc\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-mnbiw\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-f2dwo\']\r\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\r\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-b06sg\']\r\n\r\n'),(3773,1033,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:12;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:16;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(3774,1033,'_avia_sc_parser_state','check_only'),(3775,1033,'_av_alb_posts_elements_state','a:13:{s:9:\"av_button\";b:1;s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:11:\"av_iconlist\";b:1;s:8:\"av_image\";b:1;s:18:\"av_masonry_gallery\";b:1;s:19:\"av_animated_numbers\";b:1;s:11:\"av_one_half\";b:1;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(3776,1033,'_av_el_mgr_version','1.0'),(3777,1033,'_preview_display','gallery'),(3778,1033,'_preview_autorotation','disabled'),(3779,1033,'_preview_columns','6'),(3780,1033,'_portfolio_custom_link_url','http://'),(3781,577,'_edit_lock','1619248565:1'),(3782,1034,'_wp_attached_file','2016/05/1200x0-imgHeaderPressione.jpg'),(3783,1034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:419;s:4:\"file\";s:37:\"2016/05/1200x0-imgHeaderPressione.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"1200x0-imgHeaderPressione-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:38:\"1200x0-imgHeaderPressione-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderPressione-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"1200x0-imgHeaderPressione-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:35:\"1200x0-imgHeaderPressione-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:37:\"1200x0-imgHeaderPressione-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:37:\"1200x0-imgHeaderPressione-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:37:\"1200x0-imgHeaderPressione-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:37:\"1200x0-imgHeaderPressione-845x419.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:37:\"1200x0-imgHeaderPressione-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:37:\"1200x0-imgHeaderPressione-705x258.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:37:\"1200x0-imgHeaderPressione-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3784,577,'_edit_last','1'),(3785,577,'_avia_sc_parser_state','check_only'),(3786,577,'_yoast_wpseo_content_score','30'),(3787,1035,'_aviaLayoutBuilder_active','active'),(3788,1035,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4.jpg\' attachment=\'548\' attachment_size=\'full\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4wats9\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'CrossFit<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\' av_uid=\'av-4mof3t\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-4dt1f5\']\r\n[av_iconlist_item title=\'900 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\' av_uid=\'av-4a33nt\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'6 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\' av_uid=\'av-44d281\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Medium\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a1\' font=\'entypo-fontello\' av_uid=\'av-3vqg4h\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ravix\']\r\n\r\n[av_animated_numbers number=\'60\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-3mo6r5\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-339ew1\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-anaa9\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-9wlmx\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2n20kp\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-28vu29\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-21ttrt\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1uj1w9\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1r0ehd\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-5ybq1\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1ffzqp\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-16v0a9\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-14cyrt\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-zg2pt\'][/av_heading]\r\n\r\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7-845x684.jpg\' attachment=\'612\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-qdg89\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jvpvl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-f7w7l\']\r\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\r\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-72ta9\']\r\n\r\n'),(3789,1035,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:12;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:16;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(3790,1035,'_avia_sc_parser_state','check_only'),(3791,1035,'_av_alb_posts_elements_state','a:13:{s:9:\"av_button\";b:1;s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:11:\"av_iconlist\";b:1;s:8:\"av_image\";b:1;s:18:\"av_masonry_gallery\";b:1;s:19:\"av_animated_numbers\";b:1;s:11:\"av_one_half\";b:1;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(3792,1035,'_av_el_mgr_version','1.0'),(3793,1035,'_preview_display','gallery'),(3794,1035,'_preview_autorotation','disabled'),(3795,1035,'_preview_columns','6'),(3796,1035,'_portfolio_custom_link_url','http://'),(3797,579,'_edit_lock','1619249101:1'),(3798,1036,'_wp_attached_file','2016/05/1200x0-imgHeaderPlastica.jpg'),(3799,1036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:419;s:4:\"file\";s:36:\"2016/05/1200x0-imgHeaderPlastica.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderPlastica-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"1200x0-imgHeaderPlastica-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"1200x0-imgHeaderPlastica-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderPlastica-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:34:\"1200x0-imgHeaderPlastica-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderPlastica-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderPlastica-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderPlastica-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderPlastica-845x419.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderPlastica-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderPlastica-705x258.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:36:\"1200x0-imgHeaderPlastica-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3800,579,'_edit_last','1'),(3801,579,'_avia_sc_parser_state','check_only'),(3802,579,'_yoast_wpseo_content_score','30'),(3803,1037,'_aviaLayoutBuilder_active','active'),(3804,1037,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-6.jpg\' attachment=\'545\' attachment_size=\'full\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'Gymnastics<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\' av_uid=\'av-4hrj1v\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-4gc6ab\']\r\n[av_iconlist_item title=\'750 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\' av_uid=\'av-46mcx7\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'5 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\' av_uid=\'av-4360ub\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Medium\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a1\' font=\'entypo-fontello\' av_uid=\'av-3vobqj\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3s7thf\']\r\n\r\n[av_animated_numbers number=\'120\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-3hpk77\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-33hjbv\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2uysw3\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-2pyv9n\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-27qds3\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-212hz7\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1ze8zv\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1sw37n\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1kf2i3\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1gv0xn\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-17dtr7\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-12ds9v\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-z5243\'][/av_heading]\r\n\r\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-1-845x684.jpg\' attachment=\'546\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-2xnor\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-lmkzv\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-e28zf\']\r\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\r\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-qxkz\']\r\n\r\n'),(3805,1037,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:12;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:16;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(3806,1037,'_avia_sc_parser_state','check_only'),(3807,1037,'_av_alb_posts_elements_state','a:13:{s:9:\"av_button\";b:1;s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:11:\"av_iconlist\";b:1;s:8:\"av_image\";b:1;s:18:\"av_masonry_gallery\";b:1;s:19:\"av_animated_numbers\";b:1;s:11:\"av_one_half\";b:1;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(3808,1037,'_av_el_mgr_version','1.0'),(3809,1037,'_preview_display','gallery'),(3810,1037,'_preview_autorotation','disabled'),(3811,1037,'_preview_columns','6'),(3812,1037,'_portfolio_custom_link_url','http://'),(3813,578,'_edit_lock','1619249198:1'),(3814,1038,'_wp_attached_file','2016/05/1200x0-imgHeaderCertificazioni.jpg'),(3815,1038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1143;s:6:\"height\";i:419;s:4:\"file\";s:42:\"2016/05/1200x0-imgHeaderCertificazioni.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"1200x0-imgHeaderCertificazioni-300x110.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:43:\"1200x0-imgHeaderCertificazioni-1030x378.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"1200x0-imgHeaderCertificazioni-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"1200x0-imgHeaderCertificazioni-768x282.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:40:\"1200x0-imgHeaderCertificazioni-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:42:\"1200x0-imgHeaderCertificazioni-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:42:\"1200x0-imgHeaderCertificazioni-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:42:\"1200x0-imgHeaderCertificazioni-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"gallery\";a:4:{s:4:\"file\";s:42:\"1200x0-imgHeaderCertificazioni-845x419.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:42:\"1200x0-imgHeaderCertificazioni-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:42:\"1200x0-imgHeaderCertificazioni-705x258.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:42:\"1200x0-imgHeaderCertificazioni-845x321.jpg\";s:5:\"width\";i:845;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3816,578,'_edit_last','1'),(3817,578,'_avia_sc_parser_state','check_only'),(3818,578,'_yoast_wpseo_content_score','60'),(3819,1039,'_aviaLayoutBuilder_active','active'),(3820,1039,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'scroll\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4vgrzu\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4q7fmy\']\r\n\r\n[av_heading heading=\'Pumping Iron<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\' av_uid=\'av-4hxley\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-4elqlm\']\r\n[av_iconlist_item title=\'600 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\' av_uid=\'av-49p9z6\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'4 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\' av_uid=\'av-423ygy\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Easy\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a0\' font=\'entypo-fontello\' av_uid=\'av-3wp9ze\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3nnt5u\']\r\n\r\n[av_animated_numbers number=\'45\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-3lwo0i\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3gmjvm\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39g3v6\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-30hjze\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2xnbfe\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-a2smq\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2i16jm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gsu3e\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-2awtdm\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-226u4y\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-6m7ai\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1pu76y\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1lnfq2\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1gtjoy\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-17as6q\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-13b44a\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-yosgq\'][/av_heading]\r\n\r\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-pi6gi\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-irg16\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-hmhhu\']\r\n<h4 style=\"text-align: center;\">Marcus Strongus</h4>\r\n<p style=\"text-align: center;\">Weight Lifting Coach</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'543,549,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-98m7m\']\r\n\r\n'),(3821,1039,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:12;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:16;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(3822,1039,'_avia_sc_parser_state','check_only'),(3823,1039,'_av_alb_posts_elements_state','a:13:{s:9:\"av_button\";b:1;s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:11:\"av_iconlist\";b:1;s:8:\"av_image\";b:1;s:18:\"av_masonry_gallery\";b:1;s:19:\"av_animated_numbers\";b:1;s:11:\"av_one_half\";b:1;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(3824,1039,'_av_el_mgr_version','1.0'),(3825,1039,'_preview_display','gallery'),(3826,1039,'_preview_autorotation','disabled'),(3827,1039,'_preview_columns','6'),(3828,1039,'_portfolio_custom_link_url','http://'),(3829,580,'_edit_lock','1619250109:1'),(3830,580,'_edit_last','1'),(3831,580,'_avia_sc_parser_state','check_only'),(3832,580,'_yoast_wpseo_content_score','60'),(3833,1040,'_aviaLayoutBuilder_active','active'),(3834,1040,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-5.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4yg8to\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4s5oyk\']\r\n\r\n[av_heading heading=\'Running & Spinning<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\' av_uid=\'av-4hfw2k\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-4cm9as\']\r\n[av_iconlist_item title=\'1200 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\' av_uid=\'av-484ggc\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'8 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\' av_uid=\'av-43shhg\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Easy\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a0\' font=\'entypo-fontello\' av_uid=\'av-3wifuc\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3nyszw\']\r\n\r\n[av_animated_numbers number=\'90\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-3jnsr0\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3fz958\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-377xak\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-311jw4\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2yr2r8\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-2s8fzw\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2igof0\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2drb70\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-853dg\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7jq30\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1yw82s\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1o76ys\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1iakn8\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1eqhj8\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-192djg\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-13cve4\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-xw0z0\'][/av_heading]\r\n\r\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3-845x684.jpg\' attachment=\'547\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-ru75g\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-j56ms\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-e1pp0\']\r\n<h4 style=\"text-align: center;\">Sandra Sanderson</h4>\r\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-8x66c\']\r\n\r\n'),(3835,1040,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:12;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:16;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(3836,1040,'_avia_sc_parser_state','check_only'),(3837,1040,'_av_alb_posts_elements_state','a:13:{s:9:\"av_button\";b:1;s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:11:\"av_iconlist\";b:1;s:8:\"av_image\";b:1;s:18:\"av_masonry_gallery\";b:1;s:19:\"av_animated_numbers\";b:1;s:11:\"av_one_half\";b:1;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(3838,1040,'_av_el_mgr_version','1.0'),(3839,1040,'_preview_display','gallery'),(3840,1040,'_preview_autorotation','disabled'),(3841,1040,'_preview_columns','6'),(3842,1040,'_portfolio_custom_link_url','http://'),(3843,575,'_edit_lock','1619249455:1'),(3844,575,'_edit_last','1'),(3845,575,'_avia_sc_parser_state','check_only'),(3846,575,'_yoast_wpseo_content_score','60'),(3847,1041,'_aviaLayoutBuilder_active','active'),(3848,1041,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-1.jpg\' attachment=\'546\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-hburz\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4qasrz\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Weight Lifting<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-4ixdzr\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-4dkalr\']\r\n[av_iconlist_item title=\'800 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\' av_uid=\'av-4982dj\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'4 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\' av_uid=\'av-41sqx3\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Hard\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a2\' font=\'entypo-fontello\' av_uid=\'av-3v8m5b\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3onuzz\']\r\n\r\n[av_animated_numbers number=\'30\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-3ire2v\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3fir07\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-38ewcv\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-32s3fj\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2x1pnb\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-2t29an\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka4w7\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gdq3z\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-2b57uf\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-230lw7\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1xqu3r\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1s7uiv\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1mfyq7\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1gbo67\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-gslz\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-45qvj\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-x0vtr\'][/av_heading]\r\n\r\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-tmr7z\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-k04tr\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-1a4xr\']\r\n<h4 style=\"text-align: center;\">Van Helwing</h4>\r\n<p style=\"text-align: center;\">Weight lifting coach</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'547,548,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-9tn5j\']\r\n\r\n'),(3849,1041,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:12;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:16;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(3850,1041,'_avia_sc_parser_state','check_only'),(3851,1041,'_av_alb_posts_elements_state','a:13:{s:9:\"av_button\";b:1;s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:11:\"av_iconlist\";b:1;s:8:\"av_image\";b:1;s:18:\"av_masonry_gallery\";b:1;s:19:\"av_animated_numbers\";b:1;s:11:\"av_one_half\";b:1;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(3852,1041,'_av_el_mgr_version','1.0'),(3853,1041,'_preview_display','gallery'),(3854,1041,'_preview_autorotation','disabled'),(3855,1041,'_preview_columns','6'),(3856,1041,'_portfolio_custom_link_url','http://'),(3857,1042,'_aviaLayoutBuilder_active','active'),(3858,1042,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE&feature=youtu.be\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3859,1042,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3860,1042,'_avia_sc_parser_state','check_only'),(3861,1042,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3862,1042,'_av_el_mgr_version','1.0'),(3863,1043,'_aviaLayoutBuilder_active','active'),(3864,1043,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3865,1043,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3866,1043,'_avia_sc_parser_state','check_only'),(3867,1043,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3868,1043,'_av_el_mgr_version','1.0'),(3869,1044,'_aviaLayoutBuilder_active','active'),(3870,1044,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3871,1044,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3872,1044,'_avia_sc_parser_state','check_only'),(3873,1044,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3874,1044,'_av_el_mgr_version','1.0'),(3875,1045,'_aviaLayoutBuilder_active','active'),(3876,1045,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3877,1045,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3878,1045,'_avia_sc_parser_state','check_only'),(3879,1045,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3880,1045,'_av_el_mgr_version','1.0'),(3881,1046,'_aviaLayoutBuilder_active','active'),(3882,1046,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-aeiia\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3883,1046,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3884,1046,'_avia_sc_parser_state','check_only'),(3885,1046,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3886,1046,'_av_el_mgr_version','1.0'),(3887,1047,'_aviaLayoutBuilder_active','active'),(3888,1047,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3889,1047,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3890,1047,'_avia_sc_parser_state','check_only'),(3891,1047,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3892,1047,'_av_el_mgr_version','1.0'),(3893,1048,'_wp_attached_file','2021/04/logo-1.png'),(3894,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:785;s:6:\"height\";i:130;s:4:\"file\";s:18:\"2021/04/logo-1.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"logo-1-300x50.png\";s:5:\"width\";i:300;s:6:\"height\";i:50;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-1-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"logo-1-768x127.png\";s:5:\"width\";i:768;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"logo-1-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:18:\"logo-1-180x130.png\";s:5:\"width\";i:180;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:18:\"logo-1-495x130.png\";s:5:\"width\";i:495;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:18:\"logo-1-260x130.png\";s:5:\"width\";i:260;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:18:\"logo-1-710x130.png\";s:5:\"width\";i:710;s:6:\"height\";i:130;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:18:\"logo-1-705x117.png\";s:5:\"width\";i:705;s:6:\"height\";i:117;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3895,1049,'_aviaLayoutBuilder_active','active'),(3896,1049,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3897,1049,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3898,1049,'_avia_sc_parser_state','check_only'),(3899,1049,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3900,1049,'_av_el_mgr_version','1.0'),(3901,1050,'_aviaLayoutBuilder_active','active'),(3902,1050,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-7eqvm\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3903,1050,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3904,1050,'_avia_sc_parser_state','check_only'),(3905,1050,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3906,1050,'_av_el_mgr_version','1.0'),(3907,1051,'_aviaLayoutBuilder_active','active'),(3908,1051,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3909,1051,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3910,1051,'_avia_sc_parser_state','check_only'),(3911,1051,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3912,1051,'_av_el_mgr_version','1.0'),(3913,1052,'_aviaLayoutBuilder_active','active'),(3914,1052,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth][/av_section][av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3915,1052,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_contact\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}}s:5:\"index\";i:25;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:32;}}s:5:\"index\";i:31;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:42;}}s:5:\"index\";i:28;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:50;}}s:5:\"index\";i:49;}}s:5:\"index\";i:44;}}'),(3916,1052,'_avia_sc_parser_state','check_only'),(3917,1052,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:10:\"av_contact\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_contact_field\";b:1;s:13:\"av_slide_full\";b:1;}'),(3918,1052,'_av_el_mgr_version','1.0'),(3919,1053,'_aviaLayoutBuilder_active','active'),(3920,1053,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4.jpg\' attachment=\'548\' attachment_size=\'full\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-4wats9\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'CrossFit<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\' av_uid=\'av-4mof3t\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-4dt1f5\']\r\n[av_iconlist_item title=\'900 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\' av_uid=\'av-4a33nt\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'6 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\' av_uid=\'av-44d281\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Medium\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a1\' font=\'entypo-fontello\' av_uid=\'av-3vqg4h\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ravix\']\r\n\r\n[av_animated_numbers number=\'60\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-3mo6r5\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-339ew1\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-anaa9\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-9wlmx\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2n20kp\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-28vu29\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-21ttrt\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1uj1w9\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1r0ehd\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-5ybq1\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1ffzqp\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-16v0a9\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-14cyrt\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-zg2pt\'][/av_heading]\r\n\r\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7-845x684.jpg\' attachment=\'612\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-qdg89\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jvpvl\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-f7w7l\']\r\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\r\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-72ta9\']\r\n\r\n'),(3921,1053,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:12;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:5:\"av_hr\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:16;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}}'),(3922,1053,'_avia_sc_parser_state','check_only'),(3923,1053,'_av_alb_posts_elements_state','a:13:{s:9:\"av_button\";b:1;s:10:\"av_heading\";b:1;s:5:\"av_hr\";b:1;s:11:\"av_iconlist\";b:1;s:8:\"av_image\";b:1;s:18:\"av_masonry_gallery\";b:1;s:19:\"av_animated_numbers\";b:1;s:11:\"av_one_half\";b:1;s:13:\"av_one_fourth\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(3924,1053,'_av_el_mgr_version','1.0'),(3925,1053,'_preview_display','gallery'),(3926,1053,'_preview_autorotation','disabled'),(3927,1053,'_preview_columns','6'),(3928,1053,'_portfolio_custom_link_url','http://'),(3929,1055,'_wp_attached_file','2021/04/bosh.jpg'),(3930,1055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:16:\"2021/04/bosh.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bosh-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:14:\"bosh-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3931,1056,'_wp_attached_file','2021/04/lofo-ferrari.jpg'),(3932,1056,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:24:\"2021/04/lofo-ferrari.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"lofo-ferrari-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"lofo-ferrari-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3933,1057,'_wp_attached_file','2021/04/dacia.jpg'),(3934,1057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2021/04/dacia.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"dacia-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"dacia-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3935,1058,'_wp_attached_file','2021/04/gm.jpg'),(3936,1058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:14:\"2021/04/gm.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:12:\"gm-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:12:\"gm-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3937,1059,'_wp_attached_file','2021/04/maserati.jpg'),(3938,1059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:20:\"2021/04/maserati.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"maserati-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"maserati-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3939,1060,'_wp_attached_file','2021/04/fca.jpg'),(3940,1060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2021/04/fca.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"fca-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:13:\"fca-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3941,1061,'_wp_attached_file','2021/04/nissan.jpg'),(3942,1061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2021/04/nissan.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"nissan-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"nissan-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3943,1062,'_wp_attached_file','2021/04/renault.jpg'),(3944,1062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2021/04/renault.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"renault-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"renault-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3945,1063,'_wp_attached_file','2021/04/lamborghini.jpg'),(3946,1063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2021/04/lamborghini.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"lamborghini-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:21:\"lamborghini-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3947,1064,'_wp_attached_file','2021/04/bmw.jpg'),(3948,1064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:100;s:4:\"file\";s:15:\"2021/04/bmw.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:13:\"bmw-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:13:\"bmw-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3949,1065,'_aviaLayoutBuilder_active','active'),(3950,1065,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvc8580\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'25\' size=\'large\' gap=\'large\' active=\'enlarge\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3951,1065,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}}s:5:\"index\";i:26;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:44;}}s:5:\"index\";i:43;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}}s:5:\"index\";i:42;}}'),(3952,1065,'_avia_sc_parser_state','check_only'),(3953,1065,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:21:\"av_horizontal_gallery\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:13:\"av_slide_full\";b:1;}'),(3954,1065,'_av_el_mgr_version','1.0'),(3955,1066,'_aviaLayoutBuilder_active','active'),(3956,1066,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8tkcq\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'25\' size=\'thumbnail\' gap=\'large\' active=\'enlarge\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3957,1066,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}}s:5:\"index\";i:26;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:44;}}s:5:\"index\";i:43;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}}s:5:\"index\";i:42;}}'),(3958,1066,'_avia_sc_parser_state','check_only'),(3959,1066,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:21:\"av_horizontal_gallery\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:13:\"av_slide_full\";b:1;}'),(3960,1066,'_av_el_mgr_version','1.0'),(3961,1067,'_aviaLayoutBuilder_active','active'),(3962,1067,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-aca9e\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'0\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3963,1067,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}}s:5:\"index\";i:26;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:44;}}s:5:\"index\";i:43;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}}s:5:\"index\";i:42;}}'),(3964,1067,'_avia_sc_parser_state','check_only'),(3965,1067,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:21:\"av_horizontal_gallery\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:13:\"av_slide_full\";b:1;}'),(3966,1067,'_av_el_mgr_version','1.0'),(3967,1068,'_aviaLayoutBuilder_active','active'),(3968,1068,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(3969,1068,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}}s:5:\"index\";i:26;}i:7;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:44;}}s:5:\"index\";i:43;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:46;}}s:5:\"index\";i:45;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:19:\"av_animated_numbers\";s:7:\"content\";a:0:{}s:5:\"index\";i:48;}}s:5:\"index\";i:47;}}s:5:\"index\";i:42;}}'),(3970,1068,'_avia_sc_parser_state','check_only'),(3971,1068,'_av_alb_posts_elements_state','a:16:{s:9:\"av_button\";b:1;s:21:\"av_horizontal_gallery\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:19:\"av_animated_numbers\";b:1;s:17:\"av_slideshow_full\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:13:\"av_slide_full\";b:1;}'),(3972,1068,'_av_el_mgr_version','1.0'),(3973,1069,'_aviaLayoutBuilder_active','active'),(3974,1069,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][/av_section]'),(3975,1069,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}}s:5:\"index\";i:26;}}'),(3976,1069,'_avia_sc_parser_state','check_only'),(3977,1069,'_av_alb_posts_elements_state','a:15:{s:9:\"av_button\";b:1;s:21:\"av_horizontal_gallery\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:17:\"av_slideshow_full\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:13:\"av_slide_full\";b:1;}'),(3978,1069,'_av_el_mgr_version','1.0'),(3979,1070,'_wp_attached_file','2021/04/1649_2.png'),(3980,1070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:114;s:6:\"height\";i:109;s:4:\"file\";s:18:\"2021/04/1649_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1649_2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"1649_2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3981,1071,'_wp_attached_file','2021/04/iso9001_2.png'),(3982,1071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:115;s:6:\"height\";i:112;s:4:\"file\";s:21:\"2021/04/iso9001_2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"iso9001_2-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:19:\"iso9001_2-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3983,1072,'_wp_attached_file','2021/04/14001.png'),(3984,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:109;s:6:\"height\";i:109;s:4:\"file\";s:17:\"2021/04/14001.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"14001-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:15:\"14001-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3985,1073,'_wp_attached_file','2021/04/prova3.jpg'),(3986,1073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:112;s:6:\"height\";i:110;s:4:\"file\";s:18:\"2021/04/prova3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"prova3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:16:\"prova3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3987,1074,'_aviaLayoutBuilder_active','active'),(3988,1074,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'CERTIFICAZIONI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcslaq\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1070,1071,1072,1073\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section]'),(3989,1074,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}}s:5:\"index\";i:26;}i:7;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:44;}}s:5:\"index\";i:42;}}'),(3990,1074,'_avia_sc_parser_state','check_only'),(3991,1074,'_av_alb_posts_elements_state','a:15:{s:9:\"av_button\";b:1;s:21:\"av_horizontal_gallery\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:17:\"av_slideshow_full\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:13:\"av_slide_full\";b:1;}'),(3992,1074,'_av_el_mgr_version','1.0'),(3993,1075,'_aviaLayoutBuilder_active','active'),(3994,1075,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'CERTIFICAZIONI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-bnlyq\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1070,1071,1072,1073\' height=\'15\' size=\'thumbnail\' gap=\'large\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section]'),(3995,1075,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}}s:5:\"index\";i:26;}i:7;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:44;}}s:5:\"index\";i:42;}}'),(3996,1075,'_avia_sc_parser_state','check_only'),(3997,1075,'_av_alb_posts_elements_state','a:15:{s:9:\"av_button\";b:1;s:21:\"av_horizontal_gallery\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:18:\"av_masonry_entries\";b:1;s:17:\"av_slideshow_full\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:13:\"av_slide_full\";b:1;}'),(3998,1075,'_av_el_mgr_version','1.0'),(3999,1076,'_aviaLayoutBuilder_active','active'),(4000,1076,'_aviaLayoutBuilderCleanData','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'CERTIFICAZIONI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-brnsq\'][/av_heading]\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/prova3.jpg\' attachment=\'1073\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/iso9001_2.png\' attachment=\'1071\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/14001.png\' attachment=\'1072\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1649_2.png\' attachment=\'1070\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][/av_section]'),(4001,1076,'_avia_builder_shortcode_tree','a:8:{i:0;a:3:{s:3:\"tag\";s:17:\"av_slideshow_full\";s:7:\"content\";a:0:{}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:11:\"av_icon_box\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}}s:5:\"index\";i:1;}i:2;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:4;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:8;}i:3;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}}s:5:\"index\";i:18;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:15;}i:4;a:3:{s:3:\"tag\";s:18:\"av_masonry_entries\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:5;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:23;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:21:\"av_horizontal_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:25;}}s:5:\"index\";i:24;}}s:5:\"index\";i:22;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:9:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}i:1;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:2;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:30;}}s:5:\"index\";i:29;}i:3;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:4;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}}s:5:\"index\";i:32;}i:5;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}}s:5:\"index\";i:34;}i:6;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:37;}}s:5:\"index\";i:36;}i:7;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:39;}}s:5:\"index\";i:38;}i:8;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_font_icon\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}}s:5:\"index\";i:40;}}s:5:\"index\";i:26;}i:7;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:5:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}i:1;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:44;}i:2;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:47;}}s:5:\"index\";i:46;}i:3;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:49;}}s:5:\"index\";i:48;}i:4;a:3:{s:3:\"tag\";s:13:\"av_one_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:51;}}s:5:\"index\";i:50;}}s:5:\"index\";i:42;}}'),(4002,1076,'_avia_sc_parser_state','check_only'),(4003,1076,'_av_alb_posts_elements_state','a:17:{s:9:\"av_button\";b:1;s:21:\"av_horizontal_gallery\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:12:\"av_font_icon\";b:1;s:11:\"av_icon_box\";b:1;s:8:\"av_image\";b:1;s:18:\"av_masonry_entries\";b:1;s:17:\"av_slideshow_full\";b:1;s:11:\"av_one_full\";b:1;s:13:\"av_one_fourth\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:13:\"av_slide_full\";b:1;}'),(4004,1076,'_av_el_mgr_version','1.0'),(4005,517,'_edit_lock','1619247322:1'),(4006,517,'_edit_last','1'),(4007,517,'_avia_sc_parser_state','check_only'),(4008,517,'_yoast_wpseo_content_score','60'),(4009,1077,'_aviaLayoutBuilder_active','active'),(4010,1077,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n\r\n[av_heading heading=\'FACTS & FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7-845x684.jpg\' attachment=\'612\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Sandra Enfold\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-98ichx\']\r\nCEO - Enfold GYM\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-92f4it\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8trcr9\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8qjoel\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Personal Wellness & Vitalcoach \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8jwlx9\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-85aswt\']\r\n<strong>Specialty:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7t4q2t\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Enia Sanson\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7hm3dp\']\r\nHeadcoach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7auiv1\']\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-77o06d\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Pilates Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6zck31\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6vf7cl\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6rd6el\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-69ikx1\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3-845x684.jpg\' attachment=\'547\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-606ms5\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-5wre1x\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Adriana Aero\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5n3wsl\']\r\nAerobics\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-5k6b3h\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-5f6ug5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Aerobics\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-56hjwd\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-52lrhp\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-4xsaw5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-h2t45\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-4ksn8t\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-6-1030x494.jpg\' attachment=\'545\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-4e6h65\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-469out\']\r\n\r\n[av_heading heading=\'Mala Malone\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-43xssl\']\r\nFitness Classes\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-3wx4cd\']\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-djtct\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Running Coach Level 3\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3mnxg5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3crfcd\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-3agr9h\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-33zu8d\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2u0ve5\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2rpawl\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-2i1kdx\']\r\n\r\n[av_heading heading=\'Mark Strongus\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-2grmu5\']\r\nWeightlifting Coach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-2667ct\']\r\n[av_iconlist_item title=\'Strongman Competitor\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-22a8rx\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Weightlifting Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1vqd9h\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1qgfat\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-1lz0cd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-1eo0r1\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7.jpg\' attachment=\'612\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1b9fxx\']\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-15kn99\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-vj4lh\']\r\n\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Interested in becoming part of our team<strong>?</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-ra3c5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-lc7hp\']\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.</p>\r\n[/av_textblock]\r\n\r\n[av_button label=\'APPLY NOW\' link=\'page,513\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-fdohx\']\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-borrx\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n'),(4011,1077,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:13;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}}s:5:\"index\";i:18;}i:4;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:27;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}}s:5:\"index\";i:25;}i:5;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:34;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:38;}}s:5:\"index\";i:37;}}s:5:\"index\";i:32;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:40;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:42;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:44;}}s:5:\"index\";i:41;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:39;}}'),(4012,1077,'_avia_sc_parser_state','check_only'),(4013,1077,'_av_alb_posts_elements_state','a:11:{s:9:\"av_button\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:11:\"av_iconlist\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(4014,1077,'_av_el_mgr_version','1.0'),(4015,1078,'_wp_attached_file','2021/04/img-Scont-01.png'),(4016,1078,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:465;s:6:\"height\";i:473;s:4:\"file\";s:24:\"2021/04/img-Scont-01.png\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"img-Scont-01-295x300.png\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img-Scont-01-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:22:\"img-Scont-01-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:24:\"img-Scont-01-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"featured\";a:4:{s:4:\"file\";s:24:\"img-Scont-01-465x430.png\";s:5:\"width\";i:465;s:6:\"height\";i:430;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:24:\"img-Scont-01-465x400.png\";s:5:\"width\";i:465;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:24:\"img-Scont-01-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:24:\"img-Scont-01-465x375.png\";s:5:\"width\";i:465;s:6:\"height\";i:375;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:24:\"img-Scont-01-465x321.png\";s:5:\"width\";i:465;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:24:\"img-Scont-01-465x423.png\";s:5:\"width\";i:465;s:6:\"height\";i:423;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4017,1079,'_aviaLayoutBuilder_active','active'),(4018,1079,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS & FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_heading heading=\'Sandra Enfold\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' margin=\'\' padding=\'10\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-adw9x\']\r\nCEO - Enfold GYM\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-92f4it\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8trcr9\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8qjoel\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Personal Wellness & Vitalcoach \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8jwlx9\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-85aswt\']\r\n<strong>Specialty:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7t4q2t\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Enia Sanson\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7hm3dp\']\r\nHeadcoach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7auiv1\']\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-77o06d\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Pilates Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6zck31\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6vf7cl\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6rd6el\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-69ikx1\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3-845x684.jpg\' attachment=\'547\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-606ms5\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-5wre1x\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Adriana Aero\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5n3wsl\']\r\nAerobics\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-5k6b3h\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-5f6ug5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Aerobics\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-56hjwd\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-52lrhp\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-4xsaw5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-h2t45\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-4ksn8t\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-6-1030x494.jpg\' attachment=\'545\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-4e6h65\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-469out\']\r\n\r\n[av_heading heading=\'Mala Malone\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-43xssl\']\r\nFitness Classes\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-3wx4cd\']\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-djtct\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Running Coach Level 3\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3mnxg5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3crfcd\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-3agr9h\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-33zu8d\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2u0ve5\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2rpawl\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-2i1kdx\']\r\n\r\n[av_heading heading=\'Mark Strongus\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-2grmu5\']\r\nWeightlifting Coach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-2667ct\']\r\n[av_iconlist_item title=\'Strongman Competitor\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-22a8rx\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Weightlifting Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1vqd9h\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1qgfat\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-1lz0cd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-1eo0r1\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7.jpg\' attachment=\'612\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1b9fxx\']\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-15kn99\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-vj4lh\']\r\n\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Interested in becoming part of our team<strong>?</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-ra3c5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-lc7hp\']\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.</p>\r\n[/av_textblock]\r\n\r\n[av_button label=\'APPLY NOW\' link=\'page,513\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-fdohx\']\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-borrx\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n'),(4019,1079,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}}s:5:\"index\";i:9;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:13;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}}s:5:\"index\";i:16;}}s:5:\"index\";i:11;}i:3;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:21;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:20;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}}s:5:\"index\";i:23;}}s:5:\"index\";i:18;}i:4;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:28;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:27;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}}s:5:\"index\";i:30;}}s:5:\"index\";i:25;}i:5;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:35;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:34;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:38;}}s:5:\"index\";i:37;}}s:5:\"index\";i:32;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:40;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:42;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:44;}}s:5:\"index\";i:41;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:45;}}s:5:\"index\";i:39;}}'),(4020,1079,'_avia_sc_parser_state','check_only'),(4021,1079,'_av_alb_posts_elements_state','a:11:{s:9:\"av_button\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:11:\"av_iconlist\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(4022,1079,'_av_el_mgr_version','1.0'),(4023,1081,'_wp_attached_file','2021/04/graph-04.png'),(4024,1081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:588;s:6:\"height\";i:344;s:4:\"file\";s:20:\"2021/04/graph-04.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"graph-04-300x176.png\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"graph-04-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"graph-04-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"graph-04-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"graph-04-495x344.png\";s:5:\"width\";i:495;s:6:\"height\";i:344;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"graph-04-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"graph-04-588x321.png\";s:5:\"width\";i:588;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4025,1082,'_aviaLayoutBuilder_active','active'),(4026,1082,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS & FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04-300x176.png\' attachment=\'1081\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-85aswt\']\r\n<strong>Specialty:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7t4q2t\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Enia Sanson\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7hm3dp\']\r\nHeadcoach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7auiv1\']\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-77o06d\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Pilates Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6zck31\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6vf7cl\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6rd6el\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-69ikx1\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3-845x684.jpg\' attachment=\'547\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-606ms5\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-5wre1x\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Adriana Aero\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5n3wsl\']\r\nAerobics\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-5k6b3h\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-5f6ug5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Aerobics\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-56hjwd\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-52lrhp\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-4xsaw5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-h2t45\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-4ksn8t\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-6-1030x494.jpg\' attachment=\'545\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-4e6h65\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-469out\']\r\n\r\n[av_heading heading=\'Mala Malone\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-43xssl\']\r\nFitness Classes\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-3wx4cd\']\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-djtct\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Running Coach Level 3\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3mnxg5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3crfcd\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-3agr9h\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-33zu8d\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2u0ve5\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2rpawl\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-2i1kdx\']\r\n\r\n[av_heading heading=\'Mark Strongus\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-2grmu5\']\r\nWeightlifting Coach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-2667ct\']\r\n[av_iconlist_item title=\'Strongman Competitor\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-22a8rx\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Weightlifting Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1vqd9h\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1qgfat\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-1lz0cd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-1eo0r1\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7.jpg\' attachment=\'612\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1b9fxx\']\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-15kn99\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-vj4lh\']\r\n\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Interested in becoming part of our team<strong>?</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-ra3c5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-lc7hp\']\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.</p>\r\n[/av_textblock]\r\n\r\n[av_button label=\'APPLY NOW\' link=\'page,513\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-fdohx\']\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-borrx\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n'),(4027,1082,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}}s:5:\"index\";i:16;}i:4;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:25;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}}s:5:\"index\";i:23;}i:5;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:34;}}s:5:\"index\";i:32;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:35;}}s:5:\"index\";i:30;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:38;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:40;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:42;}}s:5:\"index\";i:39;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:37;}}'),(4028,1082,'_avia_sc_parser_state','check_only'),(4029,1082,'_av_alb_posts_elements_state','a:11:{s:9:\"av_button\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:11:\"av_iconlist\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(4030,1082,'_av_el_mgr_version','1.0'),(4031,1083,'_aviaLayoutBuilder_active','active'),(4032,1083,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS & FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7t4q2t\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Enia Sanson\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7hm3dp\']\r\nHeadcoach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7auiv1\']\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-77o06d\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Pilates Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6zck31\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6vf7cl\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6rd6el\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-69ikx1\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3-845x684.jpg\' attachment=\'547\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-606ms5\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-5wre1x\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Adriana Aero\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5n3wsl\']\r\nAerobics\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-5k6b3h\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-5f6ug5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Aerobics\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-56hjwd\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-52lrhp\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-4xsaw5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-h2t45\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-4ksn8t\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-6-1030x494.jpg\' attachment=\'545\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-4e6h65\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-469out\']\r\n\r\n[av_heading heading=\'Mala Malone\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-43xssl\']\r\nFitness Classes\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-3wx4cd\']\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-djtct\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Running Coach Level 3\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3mnxg5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3crfcd\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-3agr9h\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-33zu8d\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2u0ve5\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2rpawl\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-2i1kdx\']\r\n\r\n[av_heading heading=\'Mark Strongus\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-2grmu5\']\r\nWeightlifting Coach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-2667ct\']\r\n[av_iconlist_item title=\'Strongman Competitor\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-22a8rx\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Weightlifting Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1vqd9h\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1qgfat\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-1lz0cd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-1eo0r1\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7.jpg\' attachment=\'612\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1b9fxx\']\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-15kn99\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-vj4lh\']\r\n\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Interested in becoming part of our team<strong>?</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-ra3c5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-lc7hp\']\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.</p>\r\n[/av_textblock]\r\n\r\n[av_button label=\'APPLY NOW\' link=\'page,513\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-fdohx\']\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-borrx\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n'),(4033,1083,'_avia_builder_shortcode_tree','a:7:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:7;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:15;}}s:5:\"index\";i:14;}}s:5:\"index\";i:9;}i:3;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:17;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:19;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:20;}}s:5:\"index\";i:18;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:22;}}s:5:\"index\";i:21;}}s:5:\"index\";i:16;}i:4;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:24;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:26;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:27;}}s:5:\"index\";i:25;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:29;}}s:5:\"index\";i:28;}}s:5:\"index\";i:23;}i:5;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:31;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:33;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:34;}}s:5:\"index\";i:32;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:36;}}s:5:\"index\";i:35;}}s:5:\"index\";i:30;}i:6;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:38;}i:1;a:3:{s:3:\"tag\";s:14:\"av_three_fifth\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:40;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:41;}i:2;a:3:{s:3:\"tag\";s:9:\"av_button\";s:7:\"content\";a:0:{}s:5:\"index\";i:42;}}s:5:\"index\";i:39;}i:2;a:3:{s:3:\"tag\";s:12:\"av_one_fifth\";s:7:\"content\";a:0:{}s:5:\"index\";i:43;}}s:5:\"index\";i:37;}}'),(4034,1083,'_avia_sc_parser_state','check_only'),(4035,1083,'_av_alb_posts_elements_state','a:11:{s:9:\"av_button\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:11:\"av_iconlist\";b:1;s:11:\"av_one_full\";b:1;s:12:\"av_one_fifth\";b:1;s:14:\"av_three_fifth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(4036,1083,'_av_el_mgr_version','1.0'),(4037,1084,'_aviaLayoutBuilder_active','active'),(4038,1084,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS & FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png\' attachment=\'1081\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdky79\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7t4q2t\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Enia Sanson\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7hm3dp\']\r\nHeadcoach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7auiv1\']\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-77o06d\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Pilates Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6zck31\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6vf7cl\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6rd6el\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n'),(4039,1084,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}i:1;a:3:{s:3:\"tag\";s:11:\"av_iconlist\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:12;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:16;}}s:5:\"index\";i:15;}}s:5:\"index\";i:10;}}'),(4040,1084,'_avia_sc_parser_state','check_only'),(4041,1084,'_av_alb_posts_elements_state','a:9:{s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:11:\"av_iconlist\";b:1;s:8:\"av_image\";b:1;s:11:\"av_one_full\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;s:16:\"av_iconlist_item\";b:1;}'),(4042,1084,'_av_el_mgr_version','1.0'),(4043,1085,'_wp_attached_file','2021/04/graph-02.png'),(4044,1085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:674;s:6:\"height\";i:306;s:4:\"file\";s:20:\"2021/04/graph-02.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"graph-02-300x136.png\";s:5:\"width\";i:300;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"graph-02-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"graph-02-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"graph-02-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:20:\"graph-02-495x306.png\";s:5:\"width\";i:495;s:6:\"height\";i:306;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"graph-02-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4045,1086,'_wp_attached_file','2021/04/graph-03.png'),(4046,1086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:268;s:6:\"height\";i:335;s:4:\"file\";s:20:\"2021/04/graph-03.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"graph-03-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"graph-03-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:18:\"graph-03-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:20:\"graph-03-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:20:\"graph-03-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:20:\"graph-03-268x321.png\";s:5:\"width\";i:268;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4047,1087,'_aviaLayoutBuilder_active','active'),(4048,1087,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS & FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png\' attachment=\'1081\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdky79\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n\r\n[av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02-300x136.png\' attachment=\'1085\' attachment_size=\'medium\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdnc3u\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-6bxijp\' admin_preview_bg=\'\']\r\n<img class=\"alignnone wp-image-1086\" src=\"http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03-240x300.png\" alt=\"\" width=\"261\" height=\"326\" />\r\n[/av_textblock]\r\n\r\n[/av_cell_one_half][/av_layout_row]'),(4049,1087,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:1;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:10;}}'),(4050,1087,'_avia_sc_parser_state','check_only'),(4051,1087,'_av_alb_posts_elements_state','a:8:{s:16:\"av_cell_one_half\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:8:\"av_image\";b:1;s:11:\"av_one_full\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4052,1087,'_av_el_mgr_version','1.0'),(4053,1088,'_aviaLayoutBuilder_active','active'),(4054,1088,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS & FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png\' attachment=\'1081\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdky79\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n\r\n[av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02.png\' attachment=\'1085\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdnc3u\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-6bxijp\' admin_preview_bg=\'\']\r\n<img class=\"alignnone wp-image-1086\" src=\"http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03-240x300.png\" alt=\"\" width=\"261\" height=\"326\" />\r\n[/av_textblock]\r\n\r\n[/av_cell_one_half][/av_layout_row]'),(4055,1088,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:1;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_full\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:3;}}s:5:\"index\";i:2;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:3:{i:0;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:17:\"av_cell_one_third\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:2;a:3:{s:3:\"tag\";s:13:\"av_layout_row\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:8:\"av_image\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}s:5:\"index\";i:11;}i:1;a:3:{s:3:\"tag\";s:16:\"av_cell_one_half\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}s:5:\"index\";i:13;}}s:5:\"index\";i:10;}}'),(4056,1088,'_avia_sc_parser_state','check_only'),(4057,1088,'_av_alb_posts_elements_state','a:8:{s:16:\"av_cell_one_half\";b:1;s:17:\"av_cell_one_third\";b:1;s:13:\"av_layout_row\";b:1;s:10:\"av_heading\";b:1;s:8:\"av_image\";b:1;s:11:\"av_one_full\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4058,1088,'_av_el_mgr_version','1.0'),(4059,1089,'_aviaLayoutBuilder_active','active'),(4060,1089,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione-300x110.jpg\' attachment=\'1034\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4wats9\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'Bassa pressione e gravita’\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvecllr\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading heading=\'BASSA PRESSIONE E GRAVITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvedo7r\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nStampi bassa pressione e gravità, specialmente per teste cilindri e basamenti motore.\r\nCasse anime processo inorganico.\r\nCollaudi e campionature.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading heading=\'PROGETTAZIONE\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveffei\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa grande esperienza tecnica, maturata in oltre 50 anni di attività, ha portato gli operatori del nostro studio di progettazione ad un altissimo livello di specializzazione.\r\nLa capacità di recepire e gestire al meglio le esigenze del cliente, unitamente al grado di riservatezza delle informazioni acquisite, si concretizza con l’ottimizzazione del processo produttivo.\r\nOttimizzare significa per noi verificare la realizzabilità del progetto e apportare, in accordo con il cliente, le opportune modifiche, grazie alle quali si ottengono benefici durante le successive fasi di produzione, lavorazione, utilizzo e manutenzione.\r\nIl processo produttivo è realizzato con l’ausilio delle più moderne e potenti tecnologie disponibili sul mercato.\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'COLLAUDI E CAMPIONATURE\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveffei\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa fedeltà della riproduzione del modello 3D è garantita dal collaudo.\r\nTramite l’utilizzo di software, macchine e tecnologie di misurazione ottica il reparto collaudo acquisisce il modello 3D e confronta le quote definite nel progetto virtuale con quelle reali, evidenziando eventuali scostamenti dalle tolleranze\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-72ta9\']\r\n\r\n'),(4061,1089,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}'),(4062,1089,'_avia_sc_parser_state','check_only'),(4063,1089,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4064,1089,'_av_el_mgr_version','1.0'),(4065,1089,'_preview_display','gallery'),(4066,1089,'_preview_autorotation','disabled'),(4067,1089,'_preview_columns','6'),(4068,1089,'_portfolio_custom_link_url','http://'),(4069,1090,'_wp_attached_file','2016/05/graph-gravita-produzione-it.png'),(4070,1090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:309;s:4:\"file\";s:39:\"2016/05/graph-gravita-produzione-it.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"graph-gravita-produzione-it-300x132.png\";s:5:\"width\";i:300;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"graph-gravita-produzione-it-80x80.png\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"widget\";a:4:{s:4:\"file\";s:37:\"graph-gravita-produzione-it-36x36.png\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"square\";a:4:{s:4:\"file\";s:39:\"graph-gravita-produzione-it-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:39:\"graph-gravita-produzione-it-495x309.png\";s:5:\"width\";i:495;s:6:\"height\";i:309;s:9:\"mime-type\";s:9:\"image/png\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:39:\"graph-gravita-produzione-it-260x185.png\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4071,1091,'_aviaLayoutBuilder_active','active'),(4072,1091,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione-300x110.jpg\' attachment=\'1034\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4wats9\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'Bassa pressione e gravita’\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvecllr\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading heading=\'BASSA PRESSIONE E GRAVITA’\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-n7c7d\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nStampi bassa pressione e gravità, specialmente per teste cilindri e basamenti motore.\r\nCasse anime processo inorganico.\r\nCollaudi e campionature.\r\n\r\n<img class=\"alignnone  wp-image-1090\" src=\"http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it-300x132.png\" alt=\"\" width=\"595\" height=\"262\" />\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading heading=\'PROGETTAZIONE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-fdnrt\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa grande esperienza tecnica, maturata in oltre 50 anni di attività, ha portato gli operatori del nostro studio di progettazione ad un altissimo livello di specializzazione.\r\nLa capacità di recepire e gestire al meglio le esigenze del cliente, unitamente al grado di riservatezza delle informazioni acquisite, si concretizza con l’ottimizzazione del processo produttivo.\r\nOttimizzare significa per noi verificare la realizzabilità del progetto e apportare, in accordo con il cliente, le opportune modifiche, grazie alle quali si ottengono benefici durante le successive fasi di produzione, lavorazione, utilizzo e manutenzione.\r\nIl processo produttivo è realizzato con l’ausilio delle più moderne e potenti tecnologie disponibili sul mercato.\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'COLLAUDI E CAMPIONATURE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-11bt5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa fedeltà della riproduzione del modello 3D è garantita dal collaudo.\r\nTramite l’utilizzo di software, macchine e tecnologie di misurazione ottica il reparto collaudo acquisisce il modello 3D e confronta le quote definite nel progetto virtuale con quelle reali, evidenziando eventuali scostamenti dalle tolleranze\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-72ta9\']\r\n\r\n'),(4073,1091,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}'),(4074,1091,'_avia_sc_parser_state','check_only'),(4075,1091,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4076,1091,'_av_el_mgr_version','1.0'),(4077,1091,'_preview_display','gallery'),(4078,1091,'_preview_autorotation','disabled'),(4079,1091,'_preview_columns','6'),(4080,1091,'_portfolio_custom_link_url','http://'),(4081,1092,'_wp_attached_file','2016/05/800x0-bassa-pressione-gravita-produzione01.jpg'),(4082,1092,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:54:\"2016/05/800x0-bassa-pressione-gravita-produzione01.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione01-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"800x0-bassa-pressione-gravita-produzione01-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione01-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:52:\"800x0-bassa-pressione-gravita-produzione01-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione01-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione01-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione01-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione01-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione01-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione01-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione01-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione01-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4083,1093,'_wp_attached_file','2016/05/800x0-bassa-pressione-gravita-produzione02.jpg'),(4084,1093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:54:\"2016/05/800x0-bassa-pressione-gravita-produzione02.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione02-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"800x0-bassa-pressione-gravita-produzione02-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione02-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:52:\"800x0-bassa-pressione-gravita-produzione02-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione02-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione02-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione02-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione02-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione02-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione02-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione02-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione02-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4085,1094,'_wp_attached_file','2016/05/800x0-bassa-pressione-gravita-produzione03.jpg'),(4086,1094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:54:\"2016/05/800x0-bassa-pressione-gravita-produzione03.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione03-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"800x0-bassa-pressione-gravita-produzione03-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione03-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:52:\"800x0-bassa-pressione-gravita-produzione03-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione03-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione03-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione03-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione03-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione03-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione03-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione03-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione03-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4087,1095,'_wp_attached_file','2016/05/800x0-bassa-pressione-gravita-produzione04.jpg'),(4088,1095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:54:\"2016/05/800x0-bassa-pressione-gravita-produzione04.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione04-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"800x0-bassa-pressione-gravita-produzione04-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione04-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:52:\"800x0-bassa-pressione-gravita-produzione04-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione04-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione04-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione04-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione04-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione04-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione04-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione04-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione04-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4089,1096,'_wp_attached_file','2016/05/800x0-bassa-pressione-gravita-produzione05.jpg'),(4090,1096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:54:\"2016/05/800x0-bassa-pressione-gravita-produzione05.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione05-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"800x0-bassa-pressione-gravita-produzione05-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione05-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:52:\"800x0-bassa-pressione-gravita-produzione05-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione05-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione05-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione05-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione05-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione05-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione05-705x470.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione05-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:54:\"800x0-bassa-pressione-gravita-produzione05-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4091,1097,'_aviaLayoutBuilder_active','active'),(4092,1097,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione-300x110.jpg\' attachment=\'1034\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4wats9\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'Bassa pressione e gravita’\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvecllr\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading heading=\'BASSA PRESSIONE E GRAVITA’\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-n7c7d\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nStampi bassa pressione e gravità, specialmente per teste cilindri e basamenti motore.\r\nCasse anime processo inorganico.\r\nCollaudi e campionature.\r\n\r\n<img class=\"alignnone  wp-image-1090\" src=\"http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it-300x132.png\" alt=\"\" width=\"595\" height=\"262\" />\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading heading=\'PROGETTAZIONE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-fdnrt\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa grande esperienza tecnica, maturata in oltre 50 anni di attività, ha portato gli operatori del nostro studio di progettazione ad un altissimo livello di specializzazione.\r\nLa capacità di recepire e gestire al meglio le esigenze del cliente, unitamente al grado di riservatezza delle informazioni acquisite, si concretizza con l’ottimizzazione del processo produttivo.\r\nOttimizzare significa per noi verificare la realizzabilità del progetto e apportare, in accordo con il cliente, le opportune modifiche, grazie alle quali si ottengono benefici durante le successive fasi di produzione, lavorazione, utilizzo e manutenzione.\r\nIl processo produttivo è realizzato con l’ausilio delle più moderne e potenti tecnologie disponibili sul mercato.\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'COLLAUDI E CAMPIONATURE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-11bt5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa fedeltà della riproduzione del modello 3D è garantita dal collaudo.\r\nTramite l’utilizzo di software, macchine e tecnologie di misurazione ottica il reparto collaudo acquisisce il modello 3D e confronta le quote definite nel progetto virtuale con quelle reali, evidenziando eventuali scostamenti dalle tolleranze\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1092,1093,1094,1095,1096\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-72ta9\']\r\n\r\n'),(4093,1097,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:9;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}}s:5:\"index\";i:7;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}}'),(4094,1097,'_avia_sc_parser_state','check_only'),(4095,1097,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4096,1097,'_av_el_mgr_version','1.0'),(4097,1097,'_preview_display','gallery'),(4098,1097,'_preview_autorotation','disabled'),(4099,1097,'_preview_columns','6'),(4100,1097,'_portfolio_custom_link_url','http://'),(4101,1099,'_aviaLayoutBuilder_active','active'),(4102,1099,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knven3fc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-a6hcj\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveo722\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveo722\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-qxkz\']\r\n\r\n'),(4103,1099,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(4104,1099,'_avia_sc_parser_state','check_only'),(4105,1099,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4106,1099,'_av_el_mgr_version','1.0'),(4107,1099,'_preview_display','gallery'),(4108,1099,'_preview_autorotation','disabled'),(4109,1099,'_preview_columns','6'),(4110,1099,'_portfolio_custom_link_url','http://'),(4111,1100,'_wp_attached_file','2016/05/800x0-1.jpg'),(4112,1100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:532;s:4:\"file\";s:19:\"2016/05/800x0-1.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"800x0-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"800x0-1-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"800x0-1-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"800x0-1-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"800x0-1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"800x0-1-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"800x0-1-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"800x0-1-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"800x0-1-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"800x0-1-705x469.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-1-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-1-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4113,1101,'_wp_attached_file','2016/05/800x0-2.jpg'),(4114,1101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:513;s:4:\"file\";s:19:\"2016/05/800x0-2.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"800x0-2-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"800x0-2-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"800x0-2-768x492.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"800x0-2-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"800x0-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"800x0-2-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"800x0-2-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"800x0-2-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"800x0-2-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"800x0-2-705x452.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-2-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-2-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4115,1102,'_wp_attached_file','2016/05/800x0-3.jpg'),(4116,1102,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:520;s:4:\"file\";s:19:\"2016/05/800x0-3.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"800x0-3-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"800x0-3-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"800x0-3-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"800x0-3-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"800x0-3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"800x0-3-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"800x0-3-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"800x0-3-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"800x0-3-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"800x0-3-705x458.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-3-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-3-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4117,1103,'_wp_attached_file','2016/05/800x0-4.jpg');
INSERT INTO `wp_postmeta` VALUES (4118,1103,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:532;s:4:\"file\";s:19:\"2016/05/800x0-4.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"800x0-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"800x0-4-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"800x0-4-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"800x0-4-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"800x0-4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"800x0-4-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"800x0-4-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"800x0-4-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"800x0-4-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"800x0-4-705x469.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-4-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-4-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4119,1104,'_wp_attached_file','2016/05/800x0-6.jpg'),(4120,1104,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2016/05/800x0-6.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"800x0-6-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"800x0-6-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"800x0-6-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"800x0-6-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"800x0-6-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"800x0-6-800x430.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"800x0-6-495x400.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"800x0-6-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"800x0-6-710x375.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"masonry\";a:4:{s:4:\"file\";s:19:\"800x0-6-705x529.jpg\";s:5:\"width\";i:705;s:6:\"height\";i:529;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-6-800x321.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-6-800x423.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4121,1105,'_wp_attached_file','2016/05/800x0-8.jpg'),(4122,1105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:338;s:6:\"height\";i:451;s:4:\"file\";s:19:\"2016/05/800x0-8.jpg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"800x0-8-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"800x0-8-80x80.jpg\";s:5:\"width\";i:80;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"widget\";a:4:{s:4:\"file\";s:17:\"800x0-8-36x36.jpg\";s:5:\"width\";i:36;s:6:\"height\";i:36;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"square\";a:4:{s:4:\"file\";s:19:\"800x0-8-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"featured\";a:4:{s:4:\"file\";s:19:\"800x0-8-338x430.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:430;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"portfolio\";a:4:{s:4:\"file\";s:19:\"800x0-8-338x400.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"portfolio_small\";a:4:{s:4:\"file\";s:19:\"800x0-8-260x185.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"magazine\";a:4:{s:4:\"file\";s:19:\"800x0-8-338x375.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"entry_with_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-8-338x321.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"entry_without_sidebar\";a:4:{s:4:\"file\";s:19:\"800x0-8-338x423.jpg\";s:5:\"width\";i:338;s:6:\"height\";i:423;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4123,1106,'_aviaLayoutBuilder_active','active'),(4124,1106,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'1100,1101,1102,1103,1104,1105\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(4125,1106,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(4126,1106,'_avia_sc_parser_state','check_only'),(4127,1106,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4128,1106,'_av_el_mgr_version','1.0'),(4129,1106,'_preview_display','gallery'),(4130,1106,'_preview_autorotation','disabled'),(4131,1106,'_preview_columns','6'),(4132,1106,'_portfolio_custom_link_url','http://'),(4133,1107,'_aviaLayoutBuilder_active','active'),(4134,1107,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(4135,1107,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(4136,1107,'_avia_sc_parser_state','check_only'),(4137,1107,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4138,1107,'_av_el_mgr_version','1.0'),(4139,1107,'_preview_display','gallery'),(4140,1107,'_preview_autorotation','disabled'),(4141,1107,'_preview_columns','6'),(4142,1107,'_portfolio_custom_link_url','http://'),(4143,16,'_avia_builder_template_contenuto','{{{CONTENUTO}}}[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\n\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\n\n[/av_three_fourth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\n\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\n\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\n<ul>\n 	<li>Paraurti</li>\n 	<li>Pannelli porta</li>\n 	<li>Rivestimenti vari</li>\n 	<li>Plance</li>\n</ul>\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\n\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\n\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\n\nTipologia stampi:\n<ul>\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\n 	<li>Stampi co-iniettati termoplastici</li>\n 	<li>Stampi inietto-compressione</li>\n 	<li>Stampi one-shot (Incotech)</li>\n 	<li>Stampi compressione termoindurenti (SMC)</li>\n</ul>\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\n[/av_textblock]\n\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\n\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\n\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\n[/av_textblock]\n\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\n<table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\n</tr>\n<tr>\n<td>Fidia GFTM V3</td>\n<td>Anno 2015</td>\n<td>4000X – 3000Y – 1740Z</td>\n</tr>\n<tr>\n<td>Sachman TRT 314</td>\n<td>Anno 2014</td>\n<td>3000X – 1600Y – 2000Z</td>\n</tr>\n<tr>\n<td>Sachman T15HS (no1)</td>\n<td>Anno 2004</td>\n<td>2500X – 1200Y – 1100Z</td>\n</tr>\n<tr>\n<td>Sachman T15HS (no2)</td>\n<td>Anno 2004</td>\n<td>2500X – 1200Y – 1100Z</td>\n</tr>\n<tr>\n<td>FPT Pragma HS</td>\n<td>Anno 2000</td>\n<td>3000X – 1100Y – 1900Z</td>\n</tr>\n<tr>\n<td>Sigma Zenit M5</td>\n<td>Anno 2000</td>\n<td>1250X – 600Y – 685Z</td>\n</tr>\n<tr>\n<td>Sigma Leader 7</td>\n<td>Anno 2003</td>\n<td>2150X – 810Y – 630Z</td>\n</tr>\n<tr>\n<td colspan=\"3\"><strong>\nArea di lavorazione CNC DEEP DRILLING </strong></td>\n</tr>\n<tr>\n<td>IMSA MF1500 BB</td>\n<td>Anno 2004</td>\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\n</tr>\n<tr>\n<td colspan=\"3\"><strong>\nArea di lavorazione EDM</strong></td>\n</tr>\n<tr>\n<td>CDM ROVELLA BF1810</td>\n<td>Anno 2005</td>\n<td>1800X – 1100Y – 1000Z</td>\n</tr>\n<tr>\n<td colspan=\"3\"><strong>\nPresse prova chiusura stampi</strong></td>\n</tr>\n<tr>\n<td>MILLUTENISL 143</td>\n<td>Anno 2003</td>\n<td>1540 x 1300 --- H 1400</td>\n</tr>\n<tr>\n<td>NAVA 2MPS 250/TE+RT</td>\n<td>Anno 2015</td>\n<td>3000 x 2000 --- H 2500</td>\n</tr>\n</tbody>\n</table>\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']'),(4144,1108,'_aviaLayoutBuilder_active','active'),(4145,1108,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni-300x110.jpg\' attachment=\'1038\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PORTASTAMPI\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvexakn\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(4146,1108,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(4147,1108,'_avia_sc_parser_state','check_only'),(4148,1108,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4149,1108,'_av_el_mgr_version','1.0'),(4150,1108,'_preview_display','gallery'),(4151,1108,'_preview_autorotation','disabled'),(4152,1108,'_preview_columns','6'),(4153,1108,'_portfolio_custom_link_url','http://'),(4154,1109,'_aviaLayoutBuilder_active','active'),(4155,1109,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione-300x110.jpg\' attachment=\'1032\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PRESSOFUSIONE\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvezget\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(4156,1109,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(4157,1109,'_avia_sc_parser_state','check_only'),(4158,1109,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4159,1109,'_av_el_mgr_version','1.0'),(4160,1109,'_preview_display','gallery'),(4161,1109,'_preview_autorotation','disabled'),(4162,1109,'_preview_columns','6'),(4163,1109,'_portfolio_custom_link_url','http://'),(4164,1111,'_aviaLayoutBuilder_active','active'),(4165,1111,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'RICERCA E SVILUPPO\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvf3gtf\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(4166,1111,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(4167,1111,'_avia_sc_parser_state','check_only'),(4168,1111,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4169,1111,'_av_el_mgr_version','1.0'),(4170,1111,'_preview_display','gallery'),(4171,1111,'_preview_autorotation','disabled'),(4172,1111,'_preview_columns','6'),(4173,1111,'_portfolio_custom_link_url','http://'),(4174,1113,'_aviaLayoutBuilder_active','active'),(4175,1113,'_aviaLayoutBuilderCleanData','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti-300x110.jpg\' attachment=\'1027\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'SIMULAZIONE\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvf74u8\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\r\n\r\n'),(4176,1113,'_avia_builder_shortcode_tree','a:3:{i:0;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:15:\"av_three_fourth\";s:7:\"content\";a:1:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:2;}}s:5:\"index\";i:1;}}s:5:\"index\";i:0;}i:1;a:3:{s:3:\"tag\";s:10:\"av_section\";s:7:\"content\";a:2:{i:0;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:5;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:6;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:7;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:8;}}s:5:\"index\";i:4;}i:1;a:3:{s:3:\"tag\";s:11:\"av_one_half\";s:7:\"content\";a:4:{i:0;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:10;}i:1;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:11;}i:2;a:3:{s:3:\"tag\";s:10:\"av_heading\";s:7:\"content\";a:0:{}s:5:\"index\";i:12;}i:3;a:3:{s:3:\"tag\";s:12:\"av_textblock\";s:7:\"content\";a:0:{}s:5:\"index\";i:13;}}s:5:\"index\";i:9;}}s:5:\"index\";i:3;}i:2;a:3:{s:3:\"tag\";s:18:\"av_masonry_gallery\";s:7:\"content\";a:0:{}s:5:\"index\";i:14;}}'),(4177,1113,'_avia_sc_parser_state','check_only'),(4178,1113,'_av_alb_posts_elements_state','a:6:{s:10:\"av_heading\";b:1;s:18:\"av_masonry_gallery\";b:1;s:11:\"av_one_half\";b:1;s:15:\"av_three_fourth\";b:1;s:10:\"av_section\";b:1;s:12:\"av_textblock\";b:1;}'),(4179,1113,'_av_el_mgr_version','1.0'),(4180,1113,'_preview_display','gallery'),(4181,1113,'_preview_autorotation','disabled'),(4182,1113,'_preview_columns','6'),(4183,1113,'_portfolio_custom_link_url','http://');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=1114 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2020-10-08 06:03:51','2020-10-08 06:03:51','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2020-10-08 06:03:51','2020-10-08 06:03:51','',0,'http://anycare.noappname.net/?p=1',0,'post','',1),(4,1,'2018-05-15 14:39:29','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2018-05-15 14:39:29','0000-00-00 00:00:00','',0,'https://kriesi.at/themes/enfold-law/?post_type=avia_framework_post&amp;p=4',0,'avia_framework_post','',0),(5,1,'2018-05-15 14:39:29','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2018-05-15 14:39:29','0000-00-00 00:00:00','',0,'https://kriesi.at/themes/enfold-law/?post_type=avia_framework_post&amp;p=5',0,'avia_framework_post','',0),(6,1,'2020-10-08 06:10:02','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2020-10-08 06:10:02','0000-00-00 00:00:00','',0,'http://anycare.noappname.net/?post_type=avia_framework_post&p=6',0,'avia_framework_post','',0),(7,1,'2020-10-08 06:10:02','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2020-10-08 06:10:02','0000-00-00 00:00:00','',0,'http://anycare.noappname.net/?post_type=avia_framework_post&p=7',0,'avia_framework_post','',0),(8,1,'2020-10-08 06:10:02','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2020-10-08 06:10:02','0000-00-00 00:00:00','',0,'http://anycare.noappname.net/?post_type=avia_framework_post&p=8',0,'avia_framework_post','',0),(9,1,'2020-10-08 06:10:02','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2020-10-08 06:10:02','0000-00-00 00:00:00','',0,'http://anycare.noappname.net/?post_type=avia_framework_post&p=9',0,'avia_framework_post','',0),(10,1,'2020-10-08 06:10:02','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2020-10-08 06:10:02','0000-00-00 00:00:00','',0,'http://anycare.noappname.net/?post_type=avia_framework_post&p=10',0,'avia_framework_post','',0),(11,1,'2020-10-08 06:10:02','0000-00-00 00:00:00','','avia_template_builder_snippets','','draft','closed','closed','','','','','2020-10-08 06:10:02','0000-00-00 00:00:00','',0,'http://anycare.noappname.net/?post_type=avia_framework_post&p=11',0,'avia_framework_post','',0),(12,1,'2014-07-09 15:46:53','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2014-07-09 15:46:53','0000-00-00 00:00:00','',0,'http://192.168.1.104/restaurant/?post_type=avia_framework_post&#038;p=4',0,'avia_framework_post','',0),(13,1,'2014-07-09 15:46:53','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2014-07-09 15:46:53','0000-00-00 00:00:00','',0,'http://192.168.1.104/restaurant/?post_type=avia_framework_post&#038;p=5',0,'avia_framework_post','',0),(14,1,'2014-07-09 15:46:53','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2014-07-09 15:46:53','0000-00-00 00:00:00','',0,'http://192.168.1.104/restaurant/?post_type=avia_framework_post&#038;p=6',0,'avia_framework_post','',0),(15,1,'2014-07-09 15:46:53','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2014-07-09 15:46:53','0000-00-00 00:00:00','',0,'http://192.168.1.104/restaurant/?post_type=avia_framework_post&#038;p=7',0,'avia_framework_post','',0),(16,1,'2014-07-09 15:47:31','0000-00-00 00:00:00','','avia_template_builder_snippets','','draft','closed','closed','','','','','2014-07-09 15:47:31','0000-00-00 00:00:00','',0,'http://192.168.1.104/restaurant/?post_type=avia_framework_post&#038;p=10',0,'avia_framework_post','',0),(17,1,'2014-09-17 20:10:23','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2014-09-17 20:10:23','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-blog/?post_type=avia_framework_post&amp;p=9',0,'avia_framework_post','',0),(18,1,'2014-09-17 20:10:23','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2014-09-17 20:10:23','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-blog/?post_type=avia_framework_post&amp;p=10',0,'avia_framework_post','',0),(19,1,'2014-08-24 17:15:21','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2014-08-24 17:15:21','0000-00-00 00:00:00','',0,'http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=4',0,'avia_framework_post','',0),(20,1,'2014-08-24 17:15:21','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2014-08-24 17:15:21','0000-00-00 00:00:00','',0,'http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=5',0,'avia_framework_post','',0),(21,1,'2014-08-24 17:15:21','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2014-08-24 17:15:21','0000-00-00 00:00:00','',0,'http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=6',0,'avia_framework_post','',0),(22,1,'2018-03-31 19:05:33','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2018-03-31 19:05:33','0000-00-00 00:00:00','',0,'http://wp/portfolio-light/?post_type=avia_framework_post&amp;p=3',0,'avia_framework_post','',0),(23,1,'2018-03-31 19:05:33','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2018-03-31 19:05:33','0000-00-00 00:00:00','',0,'http://wp/portfolio-light/?post_type=avia_framework_post&amp;p=4',0,'avia_framework_post','',0),(24,1,'2015-11-04 20:04:12','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2015-11-04 20:04:12','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-minimal-portfolio/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(25,1,'2014-08-24 17:15:21','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2014-08-24 17:15:21','0000-00-00 00:00:00','',0,'http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(26,1,'2014-08-24 17:18:25','0000-00-00 00:00:00','','avia_template_builder_snippets','','draft','closed','closed','','','','','2014-08-24 17:18:25','0000-00-00 00:00:00','',0,'http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(36,1,'2012-08-24 18:16:35','2012-08-24 18:16:35','http://www.kriesi.at\n<blockquote>Entries with this post type link to a different page with their headline. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.</blockquote>','This is a post with post type \"Link\"','','publish','open','open','','this-is-a-post-with-post-type-link','','','2012-08-24 18:16:35','2012-08-24 18:16:35','',0,'http://192.168.1.104/enfold-blog/?p=36',0,'post','',0),(40,1,'2015-01-24 18:20:21','2015-01-24 18:20:21','[gallery link=\"file\" size=\"square\" ids=\"836,835,834\"]\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\n<ul>\n 	<li>Nulla consequat massa quis enim.</li>\n 	<li>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</li>\n 	<li>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</li>\n 	<li>Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.</li>\n</ul>\nAenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.\n\n<!--more-->\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nlor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.','A small gallery','','publish','open','open','','a-small-gallery','','','2015-01-24 18:20:21','2015-01-24 18:20:21','',0,'http://192.168.1.104/enfold-blog/?p=40',0,'post','',0),(45,1,'2016-03-01 08:40:34','0000-00-00 00:00:00','','avia_shop_banner_image','','draft','closed','closed','','','','','2016-03-01 08:40:34','0000-00-00 00:00:00','',0,'http://test.kriesi.at/travel/?post_type=avia_framework_post&amp;p=45',0,'avia_framework_post','',0),(47,1,'2013-12-24 18:48:06','2013-12-24 18:48:06','http://vimeo.com/groups/stockfootage/videos/41629603\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.\n<blockquote>Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n\n&nbsp;</blockquote>\n<!--more-->\n\nPhasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus.\n\nNullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo.','Entry with Post Format \"Video\"','','publish','open','open','','entry-with-post-format-video','','\nhttp://vimeo.com/groups/stockfootage/videos/41629603','2013-12-24 18:48:06','2013-12-24 18:48:06','',0,'http://192.168.1.104/enfold-blog/?p=47',0,'post','',0),(49,1,'2014-02-12 18:49:48','2014-02-12 18:49:48','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\n<ol>\n 	<li>Nulla consequat massa quis enim.</li>\n 	<li>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</li>\n 	<li>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</li>\n</ol>\nNullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n\n<!--more-->\n\nPhasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus. Donec vitae sapien ut libero venenatis faucibus.\n<blockquote>Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Fusce vulputate eleifend sapien.</blockquote>\nVestibulum purus quam, scelerisque ut, mollis sed, nonummy id, metus. Nullam accumsan lorem in du.','Entry without preview image','','publish','open','open','','entry-without-preview-image','','','2014-02-12 18:49:48','2014-02-12 18:49:48','',0,'http://192.168.1.104/enfold-blog/?p=49',0,'post','',0),(51,1,'2015-05-11 18:55:31','2015-05-11 18:55:31','[audio mp3=\"http://www.archive.org/download/Macroform2011/Macroform-600LightYears.mp3\" preload=\"auto\"][/audio]\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\n<blockquote>Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer.</blockquote>\n<ul>\n 	<li>Donec posuere vulputate arcu.</li>\n 	<li>Phasellus accumsan cursus velit.</li>\n 	<li>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</li>\n 	<li>Sed aliquam, nisi quis porttitor congue</li>\n</ul>\n<!--more-->\n\nNunc nec neque. Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Maecenas malesuada. Praesent congue erat at massa. Sed cursus turpis vitae tortor.\n<ul>\n 	<li>Donec posuere vulputate arcu.</li>\n 	<li>Phasellus accumsan cursus velit.</li>\n 	<li>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</li>\n 	<li>Sed aliquam, nisi quis porttitor congue</li>\n</ul>','Entry with Audio','','publish','open','open','','entry-with-audio','','','2015-05-11 18:55:31','2015-05-11 18:55:31','',0,'http://192.168.1.104/enfold-blog/?p=51',0,'post','',0),(55,1,'2012-05-24 18:59:53','2012-05-24 18:59:53','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\n<blockquote>Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</blockquote>\n<!--more-->\n\nNunc nec neque. Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Maecenas malesuada. Praesent congue erat at massa. Sed cursus turpis vitae tortor.\n<ul>\n 	<li>Donec posuere vulputate arcu.</li>\n 	<li>Phasellus accumsan cursus velit.</li>\n 	<li>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</li>\n 	<li>Sed aliquam, nisi quis porttitor congue</li>\n</ul>','A nice post','','publish','open','open','','a-nice-post','','','2012-05-24 18:59:53','2012-05-24 18:59:53','',0,'http://192.168.1.104/enfold-blog/?p=55',0,'post','',0),(63,1,'2011-02-09 21:41:23','2011-02-09 21:41:23','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n<blockquote>At massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, <strong>venenatis vitae, justo</strong>. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.</blockquote>\nAecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing se\n\n<!--more-->\n\nAenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus.','How to: Pasta','','publish','open','open','','how-to-pasta','','','2011-02-09 21:41:23','2011-02-09 21:41:23','',0,'http://192.168.1.104/restaurant/?p=63',0,'post','',0),(64,1,'2014-08-24 20:23:37','0000-00-00 00:00:00','','avia_featured_media','','draft','closed','closed','','','','','2014-08-24 20:23:37','0000-00-00 00:00:00','',0,'http://192.168.1.104/enfold-blog/?post_type=avia_framework_post&amp;p=64',0,'avia_framework_post','',0),(65,1,'2018-04-17 22:22:55','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2018-04-17 22:22:55','0000-00-00 00:00:00','',0,'https://kriesi.at/themes/enfold-elegant-portfolio/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(66,1,'2015-11-04 20:04:12','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2015-11-04 20:04:12','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-minimal-portfolio/?post_type=avia_framework_post&amp;p=9',0,'avia_framework_post','',0),(68,1,'2014-08-24 18:56:26','2014-08-24 18:56:26','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\n<blockquote>Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.</blockquote>\n<!--more-->\n\nNunc nec neque. Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Maecenas malesuada. Praesent congue erat at massa. Sed cursus turpis vitae tortor.\n<ul>\n 	<li>Donec posuere vulputate arcu.</li>\n 	<li>Phasellus accumsan cursus velit.</li>\n 	<li>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</li>\n 	<li>Sed aliquam, nisi quis porttitor congue</li>\n</ul>','A nice entry','','publish','open','open','','a-nice-entry','','','2014-08-24 18:56:26','2014-08-24 18:56:26','',0,'http://192.168.1.104/enfold-blog/?p=1',0,'post','',1),(81,1,'2012-03-09 22:12:16','2012-03-09 22:12:16','Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. <strong>Aenean imperdiet. </strong>\n<ul>\n	<li>Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui.</li>\n	<li>Eoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero.</li>\n	<li>Sit amet adipiscing sem neque sed ipsum.</li>\n	<li>Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem.</li>\n	<li>Maecenas nec odio et ante tincidunt tempus.</li>\n</ul>\nNunc nonummy metus. Vestibulum volutpat pretium libero. Cras id dui. Aenean ut eros et nisl sagittis vestibulum. Nullam nulla eros, ultricies sit amet, nonummy id, imperdiet feugiat, pede. Sed lectus.\n\n<!--more-->\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n<blockquote>At massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, <strong>venenatis vitae, justo</strong>. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.</blockquote>\nAecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing se','The new Pizza oven','','publish','open','open','','the-new-pizza-oven','','','2012-03-09 22:12:16','2012-03-09 22:12:16','',0,'http://192.168.1.104/restaurant/?p=81',0,'post','',0),(83,1,'2014-07-09 22:13:04','2014-07-09 22:13:04','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n<blockquote>At massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, <strong>venenatis vitae, justo</strong>. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.</blockquote>\nAecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing se\n\n<!--more-->\n\nAenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus.','How to: Selecting the perfect wine','','publish','open','open','','how-to-selecting-the-perfect-wine','','','2014-07-09 22:13:04','2014-07-09 22:13:04','',0,'http://192.168.1.104/restaurant/?p=83',0,'post','',0),(155,1,'2013-01-24 18:20:21','2013-01-24 18:20:21','[gallery link=\"file\" columns=\"5\" size=\"gallery\" ids=\"548,612,547,546,545\"]\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\n<ul>\n 	<li>Nulla consequat massa quis enim.</li>\n 	<li>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</li>\n 	<li>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</li>\n 	<li>Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.</li>\n</ul>\nAenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.\n\n<!--more-->\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nlor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.','A small gallery','','publish','open','open','','a-small-gallery-2','','','2013-01-24 18:20:21','2013-01-24 18:20:21','',0,'http://192.168.1.104/enfold-blog/?p=40',0,'post','',0),(158,1,'2014-05-11 18:55:31','2014-05-11 18:55:31','[audio mp3=\"http://www.archive.org/download/Macroform2011/Macroform-600LightYears.mp3\" preload=\"auto\"][/audio]\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.\n<blockquote>Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer.</blockquote>\n<ul>\n	<li>Donec posuere vulputate arcu.</li>\n	<li>Phasellus accumsan cursus velit.</li>\n	<li>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</li>\n	<li>Sed aliquam, nisi quis porttitor congue</li>\n</ul>\n<!--more-->\n\nNunc nec neque. Phasellus leo dolor, tempus non, auctor et, hendrerit quis, nisi. Curabitur ligula sapien, tincidunt non, euismod vitae, posuere imperdiet, leo. Maecenas malesuada. Praesent congue erat at massa. Sed cursus turpis vitae tortor.\n<ul>\n	<li>Donec posuere vulputate arcu.</li>\n	<li>Phasellus accumsan cursus velit.</li>\n	<li>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;</li>\n	<li>Sed aliquam, nisi quis porttitor congue</li>\n</ul>','Entry with Audio','','publish','open','open','','entry-with-audio-2','','','2014-05-11 18:55:31','2014-05-11 18:55:31','',0,'http://192.168.1.104/enfold-blog/?p=51',0,'post','',0),(198,1,'2015-11-04 20:04:12','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2015-11-04 20:04:12','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-minimal-portfolio/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(199,1,'2015-07-14 13:37:51','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2015-07-14 13:37:51','0000-00-00 00:00:00','',0,'http://test.kriesi.at/minimal-portfolio/?post_type=avia_framework_post&amp;p=4',0,'avia_framework_post','',0),(200,1,'2015-07-14 13:37:51','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2015-07-14 13:37:51','0000-00-00 00:00:00','',0,'http://test.kriesi.at/minimal-portfolio/?post_type=avia_framework_post&amp;p=5',0,'avia_framework_post','',0),(201,1,'2015-07-14 13:37:51','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2015-07-14 13:37:51','0000-00-00 00:00:00','',0,'http://test.kriesi.at/minimal-portfolio/?post_type=avia_framework_post&amp;p=6',0,'avia_framework_post','',0),(202,1,'2015-07-14 13:37:51','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2015-07-14 13:37:51','0000-00-00 00:00:00','',0,'http://test.kriesi.at/minimal-portfolio/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(203,1,'2015-07-14 13:37:51','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2015-07-14 13:37:51','0000-00-00 00:00:00','',0,'http://test.kriesi.at/minimal-portfolio/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(204,1,'2015-07-14 14:50:00','0000-00-00 00:00:00','','avia_template_builder_snippets','','draft','closed','closed','','','','','2015-07-14 14:50:00','0000-00-00 00:00:00','',0,'http://test.kriesi.at/minimal-portfolio/?post_type=avia_framework_post&amp;p=10',0,'avia_framework_post','',0),(206,1,'2018-03-31 19:05:33','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2018-03-31 19:05:33','0000-00-00 00:00:00','',0,'http://wp/portfolio-light/?post_type=avia_framework_post&amp;p=5',0,'avia_framework_post','',0),(207,1,'2018-03-31 19:05:33','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2018-03-31 19:05:33','0000-00-00 00:00:00','',0,'http://wp/portfolio-light/?post_type=avia_framework_post&amp;p=6',0,'avia_framework_post','',0),(208,1,'2018-03-31 19:05:33','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2018-03-31 19:05:33','0000-00-00 00:00:00','',0,'http://wp/portfolio-light/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(209,1,'2018-04-24 13:40:01','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2018-04-24 13:40:01','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-lawyer/?post_type=avia_framework_post&amp;p=3',0,'avia_framework_post','',0),(210,1,'2018-04-24 13:40:01','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2018-04-24 13:40:01','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-lawyer/?post_type=avia_framework_post&amp;p=4',0,'avia_framework_post','',0),(211,1,'2018-04-24 13:40:01','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2018-04-24 13:40:01','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-lawyer/?post_type=avia_framework_post&amp;p=5',0,'avia_framework_post','',0),(212,1,'2018-04-24 13:40:01','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2018-04-24 13:40:01','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-lawyer/?post_type=avia_framework_post&amp;p=6',0,'avia_framework_post','',0),(213,1,'2018-04-24 13:40:01','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2018-04-24 13:40:01','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-lawyer/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(317,1,'2016-02-29 13:12:00','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2016-02-29 13:12:00','0000-00-00 00:00:00','',0,'http://test.kriesi.at/travel/?post_type=avia_framework_post&amp;p=4',0,'avia_framework_post','',0),(318,1,'2016-02-29 13:12:00','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2016-02-29 13:12:00','0000-00-00 00:00:00','',0,'http://test.kriesi.at/travel/?post_type=avia_framework_post&amp;p=5',0,'avia_framework_post','',0),(319,1,'2016-02-29 13:12:00','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2016-02-29 13:12:00','0000-00-00 00:00:00','',0,'http://test.kriesi.at/travel/?post_type=avia_framework_post&amp;p=6',0,'avia_framework_post','',0),(320,1,'2016-02-29 13:12:00','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2016-02-29 13:12:00','0000-00-00 00:00:00','',0,'http://test.kriesi.at/travel/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(321,1,'2016-02-29 13:12:00','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2016-02-29 13:12:00','0000-00-00 00:00:00','',0,'http://test.kriesi.at/travel/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(322,1,'2016-02-29 13:37:51','0000-00-00 00:00:00','','avia_template_builder_snippets','','draft','closed','closed','','','','','2016-02-29 13:37:51','0000-00-00 00:00:00','',0,'http://test.kriesi.at/travel/?post_type=avia_framework_post&amp;p=9',0,'avia_framework_post','',0),(330,1,'2016-02-29 13:10:37','2016-02-29 13:10:37','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'CERTIFICAZIONI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/prova3.jpg\' attachment=\'1073\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/iso9001_2.png\' attachment=\'1071\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/14001.png\' attachment=\'1072\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1649_2.png\' attachment=\'1070\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][/av_section]','Welcome','','publish','closed','open','','welcome','','','2021-04-24 06:32:59','2021-04-24 06:32:59','',0,'http://test.kriesi.at/travel/?page_id=2',0,'page','',0),(331,1,'2010-01-09 15:46:11','2010-01-09 15:46:11','Welcome! This is our new Homepage. Fresh and modern as it should be for every restaurant ;)\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. <strong>Donec</strong> quam felis, ultricies nec, pellentesque eu, pretium quis, sem. <a href=\"#\">Nulla</a> consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, <strong>venenatis vitae, justo</strong>. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi.\n\n<!--more-->\n\nAenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus. Phasellus viverra nulla ut metus varius laoreet. Quisque rutrum. Aenean imperdiet. Etiam ultricies nisi vel augue. Curabitur ullamcorper ultricies nisi. Nam eget dui. Etiam rhoncus. Maecenas tempus, tellus eget condimentum rhoncus, sem quam semper libero, sit amet adipiscing sem neque sed ipsum. Nam quam nunc, blandit vel, luctus pulvinar, hendrerit id, lorem. Maecenas nec odio et ante tincidunt tempus.','Welcome on our new Homepage!','','publish','open','open','','hello-world-2','','','2010-01-09 15:46:11','2010-01-09 15:46:11','',0,'http://192.168.1.104/restaurant/?p=1',0,'post','',1),(341,1,'2014-07-14 21:20:55','2014-07-14 21:20:55','','logo_restaurant_white','','inherit','open','open','','logo_restaurant_white','','','2014-07-14 21:20:55','2014-07-14 21:20:55','',12,'http://anycare.noappname.net/wp-content/uploads/2014/07/logo_restaurant_white.png',0,'attachment','image/png',0),(342,1,'2014-07-14 21:20:57','2014-07-14 21:20:57','','logo_restaurant','','inherit','open','open','','logo_restaurant','','','2014-07-14 21:20:57','2014-07-14 21:20:57','',12,'http://anycare.noappname.net/wp-content/uploads/2014/07/logo_restaurant.png',0,'attachment','image/png',0),(344,1,'2014-07-14 21:25:33','2014-07-14 21:25:33','','Ricotta Cheese','with basil leaves and cherry tomatoes','inherit','open','open','','ricotta-cheese-2','','','2014-07-14 21:25:33','2014-07-14 21:25:33','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/cheese.jpg',0,'attachment','image/jpeg',0),(345,1,'2014-07-14 21:25:38','2014-07-14 21:25:38','','Burger','Our award winning Cheesburger','inherit','open','open','','hamburger-with-fries','','','2014-07-14 21:25:38','2014-07-14 21:25:38','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/burger.jpg',0,'attachment','image/jpeg',0),(346,1,'2014-07-14 21:25:40','2014-07-14 21:25:40','','Coffee','With Yauco Selecto beans. Some say the most exclusive beans in the world.','inherit','open','open','','coffee-2','','','2014-07-14 21:25:40','2014-07-14 21:25:40','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/coffee.jpg',0,'attachment','image/jpeg',0),(347,1,'2014-07-14 21:25:43','2014-07-14 21:25:43','','Dessert','Pastries with fruits','inherit','open','open','','pastries-with-fruits-2','','','2014-07-14 21:25:43','2014-07-14 21:25:43','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/fruit.jpg',0,'attachment','image/jpeg',0),(348,1,'2014-07-14 21:25:46','2014-07-14 21:25:46','','Kitchen Team','Our award winning Chefs','inherit','open','open','','kitchen_chef_edit','','','2014-07-14 21:25:46','2014-07-14 21:25:46','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/kitchen_chef_edit.jpg',0,'attachment','image/jpeg',0),(349,1,'2014-07-14 21:25:49','2014-07-14 21:25:49','','Pasta alla carbonara','Classic Pasta as you would expect it with the best ingredients','inherit','open','open','','pasta-alla-carbonara-2','','','2014-07-14 21:25:49','2014-07-14 21:25:49','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/pasta.jpg',0,'attachment','image/jpeg',0),(350,1,'2014-07-14 21:25:52','2014-07-14 21:25:52','','Vegetarian Pizza','You are vegetarian? No problem. We got dozens of dishes for you','inherit','open','open','','vegetarian-pizza-2','','','2014-07-14 21:25:52','2014-07-14 21:25:52','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/pizza.jpg',0,'attachment','image/jpeg',0),(351,1,'2014-07-14 21:25:56','2014-07-14 21:25:56','','Carrot Soup','Best ingredients for our best soup','inherit','open','open','','soup_narrow','','','2014-07-14 21:25:56','2014-07-14 21:25:56','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/soup_narrow.jpg',0,'attachment','image/jpeg',0),(352,1,'2014-07-14 21:25:58','2014-07-14 21:25:58','','Wine','Select from over 400 Wines','inherit','open','open','','wine-goblet-with-fresh-ingredients','','','2014-07-14 21:25:58','2014-07-14 21:25:58','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/wine.jpg',0,'attachment','image/jpeg',0),(353,1,'2014-07-14 21:27:11','2014-07-14 21:27:11','','Dinning Room','Our 20 people Dinning Room for rent','inherit','open','open','','restaurant_hotel_brown','','','2014-07-14 21:27:11','2014-07-14 21:27:11','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/restaurant_hotel_brown.jpg',0,'attachment','image/jpeg',0),(354,1,'2014-07-14 21:27:14','2014-07-14 21:27:14','','Party Room','Our 60 people Party Room for rent','inherit','open','open','','restaurant_wide','','','2014-07-14 21:27:14','2014-07-14 21:27:14','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/restaurant_wide.jpg',0,'attachment','image/jpeg',0),(355,1,'2014-07-14 21:28:09','2014-07-14 21:28:09','','Marker','','inherit','open','open','','marker','','','2014-07-14 21:28:09','2014-07-14 21:28:09','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/marker.png',0,'attachment','image/png',0),(356,1,'2014-07-14 21:28:26','2014-07-14 21:28:26','','Fruit Background','','inherit','open','open','','fruit_bg','','','2014-07-14 21:28:26','2014-07-14 21:28:26','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/fruit_bg.jpg',0,'attachment','image/jpeg',0),(357,1,'2014-07-14 21:28:27','2014-07-14 21:28:27','','Floor Plan','','inherit','open','open','','floor_plan','','','2014-07-14 21:28:27','2014-07-14 21:28:27','',0,'http://anycare.noappname.net/wp-content/uploads/2014/07/floor_plan.png',0,'attachment','image/png',0),(358,1,'2014-07-14 21:01:27','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2014-07-14 21:01:27','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-restaurant/?post_type=avia_framework_post&#038;p=7',0,'avia_framework_post','',0),(359,1,'2014-07-14 21:01:27','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2014-07-14 21:01:27','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-restaurant/?post_type=avia_framework_post&#038;p=8',0,'avia_framework_post','',0),(360,1,'2014-07-14 21:01:27','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2014-07-14 21:01:27','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-restaurant/?post_type=avia_framework_post&#038;p=9',0,'avia_framework_post','',0),(361,1,'2014-07-14 21:01:27','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2014-07-14 21:01:27','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-restaurant/?post_type=avia_framework_post&#038;p=10',0,'avia_framework_post','',0),(371,1,'2020-10-08 06:17:31','2020-10-08 06:17:31','','Trasparente','','inherit','open','closed','','trasparente','','','2020-10-08 06:17:31','2020-10-08 06:17:31','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/Trasparente.png',0,'attachment','image/png',0),(372,1,'2020-10-08 06:18:48','2020-10-08 06:18:48','','ALBERO','','inherit','open','closed','','albero','','','2020-10-08 06:18:48','2020-10-08 06:18:48','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/ALBERO.jpg',0,'attachment','image/jpeg',0),(373,1,'2020-10-08 06:18:50','2020-10-08 06:18:50','','Elderly care','Young carer walking with the elderly woman in the park','inherit','open','closed','','elderly-care','','','2020-10-08 06:18:50','2020-10-08 06:18:50','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/BADANTE-_FOTO-_01.jpeg',0,'attachment','image/jpeg',0),(374,1,'2020-10-08 06:18:51','2020-10-08 06:18:51','','FISIOTERAPIA -FOTO_02','','inherit','open','closed','','fisioterapia-foto_02','','','2020-10-08 06:18:51','2020-10-08 06:18:51','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/FISIOTERAPIA-FOTO_02.jpg',0,'attachment','image/jpeg',0),(375,1,'2020-10-08 06:18:51','2020-10-08 06:18:51','','FISIOTERAPIA -FOTO_03','','inherit','open','closed','','fisioterapia-foto_03','','','2020-10-08 06:18:51','2020-10-08 06:18:51','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/FISIOTERAPIA-FOTO_03.jpg',0,'attachment','image/jpeg',0),(376,1,'2020-10-08 06:19:14','2020-10-08 06:19:14','','bench-man-people-woman','','inherit','open','closed','','bench-man-people-woman','','','2020-10-08 06:19:14','2020-10-08 06:19:14','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/bench-man-people-woman.jpg',0,'attachment','image/jpeg',0),(377,1,'2020-10-08 06:19:15','2020-10-08 06:19:15','','elderly-old-recreation-elderly-couple-69415','','inherit','open','closed','','elderly-old-recreation-elderly-couple-69415','','','2020-10-08 06:19:15','2020-10-08 06:19:15','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/elderly-old-recreation-elderly-couple-69415.jpeg',0,'attachment','image/jpeg',0),(378,1,'2020-10-08 06:19:16','2020-10-08 06:19:16','','headache-pain-pills-medication-159211','','inherit','open','closed','','headache-pain-pills-medication-159211','','','2020-10-08 06:19:16','2020-10-08 06:19:16','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/headache-pain-pills-medication-159211.jpeg',0,'attachment','image/jpeg',0),(379,1,'2020-10-08 06:19:16','2020-10-08 06:19:16','','medical-appointment-doctor-healthcare-40568','','inherit','open','closed','','medical-appointment-doctor-healthcare-40568','','','2020-10-08 06:19:16','2020-10-08 06:19:16','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/medical-appointment-doctor-healthcare-40568.jpeg',0,'attachment','image/jpeg',0),(380,1,'2020-10-08 06:19:17','2020-10-08 06:19:17','','pexels-photo-2253911','','inherit','open','closed','','pexels-photo-2253911','','','2020-10-08 06:19:17','2020-10-08 06:19:17','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/pexels-photo-2253911.jpeg',0,'attachment','image/jpeg',0),(381,1,'2020-10-08 06:19:18','2020-10-08 06:19:18','','pexels-photo-3786131','','inherit','open','closed','','pexels-photo-3786131','','','2020-10-08 06:19:18','2020-10-08 06:19:18','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/pexels-photo-3786131.jpeg',0,'attachment','image/jpeg',0),(382,1,'2020-10-08 06:19:19','2020-10-08 06:19:19','','pexels-photo-3873147','','inherit','open','closed','','pexels-photo-3873147','','','2020-10-08 06:19:19','2020-10-08 06:19:19','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/pexels-photo-3873147.jpeg',0,'attachment','image/jpeg',0),(383,1,'2020-10-08 06:19:19','2020-10-08 06:19:19','','pexels-photo-3912370','','inherit','open','closed','','pexels-photo-3912370','','','2020-10-08 06:19:19','2020-10-08 06:19:19','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/pexels-photo-3912370.jpeg',0,'attachment','image/jpeg',0),(384,1,'2020-10-08 06:19:21','2020-10-08 06:19:21','','thermometer-headache-pain-pills-139398','','inherit','open','closed','','thermometer-headache-pain-pills-139398','','','2020-10-08 06:19:21','2020-10-08 06:19:21','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/thermometer-headache-pain-pills-139398.jpeg',0,'attachment','image/jpeg',0),(385,1,'2020-10-08 06:19:21','2020-10-08 06:19:21','','women-friends-friendship-helping-together-160767','','inherit','open','closed','','women-friends-friendship-helping-together-160767','','','2020-10-08 06:19:21','2020-10-08 06:19:21','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/women-friends-friendship-helping-together-160767.jpeg',0,'attachment','image/jpeg',0),(386,1,'2016-03-18 13:53:26','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2016-03-18 13:53:26','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-travel/?post_type=avia_framework_post&amp;p=9',0,'avia_framework_post','',0),(390,1,'2020-10-08 06:36:54','2020-10-08 06:36:54','','Elderly care','Young carer walking with the elderly woman in the park','inherit','open','closed','','elderly-care-2','','','2020-10-08 06:36:54','2020-10-08 06:36:54','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/BADANTE-_FOTO-_01-1.jpeg',0,'attachment','image/jpeg',0),(398,1,'2020-10-08 06:44:28','2020-10-08 06:44:28','','gallery_servizi_1','','inherit','open','closed','','gallery_servizi_1','','','2020-10-08 06:44:28','2020-10-08 06:44:28','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/gallery_servizi_1.png',0,'attachment','image/png',0),(399,1,'2020-10-08 06:44:41','2020-10-08 06:44:41','','gallery_servizi_2','','inherit','open','closed','','gallery_servizi_2','','','2020-10-08 06:44:41','2020-10-08 06:44:41','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/gallery_servizi_2.png',0,'attachment','image/png',0),(401,1,'2020-10-08 06:45:51','2020-10-08 06:45:51','','gallery_servizi_3','','inherit','open','closed','','gallery_servizi_3','','','2020-10-08 06:45:51','2020-10-08 06:45:51','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/gallery_servizi_3.png',0,'attachment','image/png',0),(405,1,'2020-10-08 06:53:37','2020-10-08 06:53:37','','ser_1','','inherit','open','closed','','ser_1','','','2020-10-08 06:53:37','2020-10-08 06:53:37','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/ser_1.png',0,'attachment','image/png',0),(406,1,'2020-10-08 06:54:16','2020-10-08 06:54:16','','ser_2','','inherit','open','closed','','ser_2','','','2020-10-08 06:54:16','2020-10-08 06:54:16','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/ser_2.png',0,'attachment','image/png',0),(408,1,'2020-10-08 06:55:47','2020-10-08 06:55:47','','ser_3','','inherit','open','closed','','ser_3','','','2020-10-08 06:55:47','2020-10-08 06:55:47','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/ser_3.png',0,'attachment','image/png',0),(409,1,'2020-10-08 06:56:22','2020-10-08 06:56:22','','ser_4','','inherit','open','closed','','ser_4','','','2020-10-08 06:56:22','2020-10-08 06:56:22','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/ser_4.png',0,'attachment','image/png',0),(411,1,'2020-10-08 06:57:20','2020-10-08 06:57:20','','ser_5','','inherit','open','closed','','ser_5','','','2020-10-08 06:57:20','2020-10-08 06:57:20','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/ser_5.png',0,'attachment','image/png',0),(453,1,'2020-10-09 05:34:06','2020-10-09 05:34:06','','alberino','','inherit','open','closed','','alberino','','','2020-10-09 05:34:06','2020-10-09 05:34:06','',0,'http://anycare.noappname.net/wp-content/uploads/2020/10/alberino.png',0,'attachment','image/png',0),(458,1,'2020-10-12 12:45:54','0000-00-00 00:00:00','','avia_banner_image','','draft','closed','closed','','','','','2020-10-12 12:45:54','0000-00-00 00:00:00','',0,'http://anycare.noappname.net/?post_type=avia_framework_post&p=458',0,'avia_framework_post','',0),(459,1,'2020-10-12 12:45:54','0000-00-00 00:00:00','','avia_custom_marker_icon','','draft','closed','closed','','','','','2020-10-12 12:45:54','0000-00-00 00:00:00','',0,'http://anycare.noappname.net/?post_type=avia_framework_post&p=459',0,'avia_framework_post','',0),(460,1,'2020-10-12 12:45:54','0000-00-00 00:00:00','','avia_fallback_image_to_replace_google_maps','','draft','closed','closed','','','','','2020-10-12 12:45:54','0000-00-00 00:00:00','',0,'http://anycare.noappname.net/?post_type=avia_framework_post&p=460',0,'avia_framework_post','',0),(462,1,'2020-10-12 12:46:02','2020-10-12 12:46:02','.phone-info {\n    font-size: 16px;\n	  color: red !important;\n}\n#top .social_bookmarks li a {\n    font-size: 25px;\n}','enfold','','publish','closed','closed','','enfold','','','2020-10-13 08:02:13','2020-10-13 08:02:13','',0,'http://anycare.noappname.net/index.php/2020/10/12/enfold/',0,'custom_css','',0),(463,1,'2020-10-12 12:46:02','2020-10-12 12:46:02','.phone-info {\n    font-size: 13px;\n}','enfold','','inherit','closed','closed','','462-revision-v1','','','2020-10-12 12:46:02','2020-10-12 12:46:02','',462,'http://anycare.noappname.net/index.php/2020/10/12/462-revision-v1/',0,'revision','',0),(465,1,'2020-10-12 12:46:29','2020-10-12 12:46:29','.phone-info {\n    font-size: 14px;\n}','enfold','','inherit','closed','closed','','462-revision-v1','','','2020-10-12 12:46:29','2020-10-12 12:46:29','',462,'http://anycare.noappname.net/index.php/2020/10/12/462-revision-v1/',0,'revision','',0),(479,1,'2020-10-12 13:39:43','2020-10-12 13:39:43','<label> Inserisci nome e cognome:\r\n    [text* your-name] </label>\r\n\r\n<label> Inserisci la tua email\r\n    [email* your-email] </label>\r\n\r\n\r\n<label> Inserisci il tuo messaggio\r\n    [textarea your-message] </label>\r\n\r\n[submit \"Send\"]\n1\nManorama \"Richiesta di contatto\"\nManorama <wordpress@manorama.it>\ninfo@manorama.it\nDa: [your-name] <[your-email]>\r\nOggetto: [your-subject]\r\n\r\nMessaggio:\r\n[your-message]\r\n\r\n--\nReply-To: [your-email]\n\n\n\n\nAnycare \"[your-subject]\"\nAnycare <wordpress@anycare.noappname.net>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on Anycare (http://anycare.noappname.net)\nReply-To: paulmccash@gmail.com\n\n\n\nGrazie mille, abbiamo ricevuto il tuo messaggio. Verra\' cintattato il prima possibile\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2021-04-17 09:30:32','2021-04-17 09:30:32','',0,'http://anycare.noappname.net/?post_type=wpcf7_contact_form&#038;p=479',0,'wpcf7_contact_form','',0),(495,1,'2018-04-17 22:22:55','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2018-04-17 22:22:55','0000-00-00 00:00:00','',0,'https://kriesi.at/themes/enfold-elegant-portfolio/?post_type=avia_framework_post&amp;p=4',0,'avia_framework_post','',0),(496,1,'2018-04-17 22:22:55','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2018-04-17 22:22:55','0000-00-00 00:00:00','',0,'https://kriesi.at/themes/enfold-elegant-portfolio/?post_type=avia_framework_post&amp;p=5',0,'avia_framework_post','',0),(497,1,'2018-04-17 22:22:55','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2018-04-17 22:22:55','0000-00-00 00:00:00','',0,'https://kriesi.at/themes/enfold-elegant-portfolio/?post_type=avia_framework_post&amp;p=6',0,'avia_framework_post','',0),(498,1,'2018-04-17 22:22:55','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2018-04-17 22:22:55','0000-00-00 00:00:00','',0,'https://kriesi.at/themes/enfold-elegant-portfolio/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(507,1,'2016-05-11 13:48:14','2016-05-11 13:48:14','','News','','publish','closed','closed','','news','','','2016-05-11 13:48:14','2016-05-11 13:48:14','',0,'http://wpoffice/enfold-fitness/?page_id=507',0,'page','',0),(509,1,'2016-05-11 13:48:28','2016-05-11 13:48:28','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Classes<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_hr class=\'invisible\' height=\'50\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n[/av_section]\n\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'-1\' columns=\'3\' paginate=\'pagination\' query_orderby=\'name\' query_order=\'ASC\' size=\'flex\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title excerpt\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']','Classes','','publish','closed','closed','','classes','','','2016-05-11 13:48:28','2016-05-11 13:48:28','',0,'http://wpoffice/enfold-fitness/?page_id=509',0,'page','',0),(511,1,'2016-05-11 13:48:37','2016-05-11 13:48:37','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading heading=\'Gallery<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'30\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_masonry_gallery ids=\'612,548,547,546,544,549,545,543,712\' items=\'-1\' columns=\'3\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Video Tour trough the GYM<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem.</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_font_icon icon=\'ue885\' font=\'entypo-fontello\' style=\'border\' caption=\'\' link=\'manually,https://www.youtube.com/watch?v=WbsC6gxZajk\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'#ffffff\']\nClick to open video tour\n[/av_font_icon]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][/av_section]','Gallery','','publish','closed','closed','','gallery','','','2016-05-11 13:48:37','2016-05-11 13:48:37','',515,'http://wpoffice/enfold-fitness/?page_id=511',0,'page','',0),(513,1,'2016-05-11 13:48:44','2016-05-11 13:48:44','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Contact<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<strong>Address:</strong>\n1818 N Vermont Ave\nLos Angeles, CA, United States\n\n(555) 774 433\n<a href=\"mailto:office@enfold-gym.com\">office@enfold-gym.com</a>\n[/av_textblock]\n\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<strong>Opening hours:</strong>\nMo-Fr: 8:00-22:00\nSa: 8:00-24:00\nSo: 8:00-14:00\n[/av_textblock]\n\n[/av_one_fourth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-2-1.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_three_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Get in touch<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_contact email=\'test@enfold-gym.com\' title=\'\' button=\'Submit\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'\' color=\'av-custom-form-color av-light-form\']\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_half\'][/av_contact_field]\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_half\'][/av_contact_field]\n[av_contact_field label=\'Subject\' type=\'text\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\n[av_contact_field label=\'Message\' type=\'textarea\' check=\'is_empty\' options=\'\' multi_select=\'\' width=\'\'][/av_contact_field]\n[/av_contact]\n\n[/av_three_fifth][av_two_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading heading=\'Also<strong>...</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#ffffff\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n\nCras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[/av_two_fifth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nCras dapibus. Vivamus elementum semper nisi. <strong>Aenean</strong> vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_google_map height=\'400px\' zoom=\'12\' saturation=\'fill\' hue=\'#ffffff\' zoom_control=\'aviaTBzoom_control\']\n[av_gmap_location address=\'Santa monica\' city=\'\' country=\'\' long=\'-118.4911912\' lat=\'34.0194543\' marker=\'726\' imagesize=\'40\' tooltip_display=\'\'][/av_gmap_location]\n[/av_google_map]','Contact','','publish','closed','closed','','contact','','','2016-05-11 13:48:44','2016-05-11 13:48:44','',0,'http://wpoffice/enfold-fitness/?page_id=513',0,'page','',0),(515,1,'2016-05-11 13:49:10','2016-05-11 13:49:10','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_heading tag=\'h1\' padding=\'30\' heading=\'About us<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_button label=\'OUR TEAM\' link=\'page,517\' link_target=\'\' size=\'large\' position=\'left\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'30\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_button label=\'OUR STUDIOS\' link=\'page,519\' link_target=\'\' size=\'large\' position=\'left\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\n\n[/av_one_half][/av_section][av_masonry_gallery ids=\'612,548,547,546,544\' items=\'6\' columns=\'5\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_half vertical_align=\'middle\' padding=\'0px\' padding_sync=\'true\' background_color=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1.jpg\' attachment=\'547\' attachment_size=\'full\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'100px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\']\n\n[av_heading heading=\'How it started<strong>...</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_cell_one_half]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading heading=\'The future is bright<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\nactive members\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\naround the world\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]','About','','publish','closed','closed','','about','','','2016-05-11 13:49:10','2016-05-11 13:49:10','',0,'http://wpoffice/enfold-fitness/?page_id=515',0,'page','',0),(517,1,'2016-05-11 13:50:04','2016-05-11 13:50:04','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS &amp; FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png\' attachment=\'1081\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdky79\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n\r\n[av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02.png\' attachment=\'1085\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdnc3u\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-6bxijp\' admin_preview_bg=\'\']\r\n<img class=\"alignnone wp-image-1086\" src=\"http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03-240x300.png\" alt=\"\" width=\"261\" height=\"326\" />\r\n[/av_textblock]\r\n\r\n[/av_cell_one_half][/av_layout_row]','Our Team','','publish','closed','closed','','team','','','2021-04-24 06:53:19','2021-04-24 06:53:19','',515,'http://wpoffice/enfold-fitness/?page_id=517',0,'page','',0),(519,1,'2016-05-11 13:50:19','2016-05-11 13:50:19','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Our Studio<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][/av_section][av_google_map height=\'400px\' zoom=\'12\' saturation=\'fill\' hue=\'#ffffff\' zoom_control=\'aviaTBzoom_control\']\n[av_gmap_location address=\'Santa monica\' city=\'\' country=\'\' long=\'-118.4911912\' lat=\'34.0194543\' marker=\'726\' imagesize=\'40\'][/av_gmap_location]\n[/av_google_map]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/bg1-1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Floor Plan<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][av_image_hotspot src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-2-1.png\' attachment=\'735\' attachment_size=\'full\' animation=\'fade-in\' hotspot_layout=\'numbered\' hotspot_tooltip_display=\'\' hotspot_mobile=\'aviaTBhotspot_mobile\']\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'37.6,16.1\']\nMain Entry\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'35.1,23.1\']\nReception\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'26.4,32.8\']\nChanging room\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'57.4,24.3\']\nOpen GYM area\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'46.3,48.1\']\nCourse Room A\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'31.3,63.8\']\nCourse Room B\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'48.8,74.7\']\nCourse Room C\n[/av_image_spot]\n[av_image_spot tooltip_pos=\'av-tt-pos-above av-tt-align-centered\' tooltip_width=\'av-tt-default-width\' tooltip_style=\'main_color av-tooltip-shadow\' link=\'\' link_target=\'\' hotspot_color=\'custom\' custom_bg=\'#d63e2d\' custom_font=\'#ffffff\' custom_pulse=\'\' hotspot_pos=\'68.7,63.8\']\nMassage Therapy Room\n[/av_image_spot]\n[/av_image_hotspot]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'740+\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\']\nMembers\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'8300 m²\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\nfor your training\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'4500 kg\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\nof equipment\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading heading=\'Studio Impressions<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_masonry_gallery ids=\'612,548,547,546,544,712,545,549\' items=\'8\' columns=\'4\' paginate=\'none\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']','Our Studio','','publish','closed','closed','','studio','','','2016-05-11 13:50:19','2016-05-11 13:50:19','',515,'http://wpoffice/enfold-fitness/?page_id=519',0,'page','',0),(527,1,'2020-10-13 05:27:22','2020-10-13 05:27:22','.phone-info {\n    font-size: 14px;\n}\n#top .social_bookmarks li a {\n    font-size: 25px;\n}','enfold','','inherit','closed','closed','','462-revision-v1','','','2020-10-13 05:27:22','2020-10-13 05:27:22','',462,'http://anycare.noappname.net/index.php/2020/10/13/462-revision-v1/',0,'revision','',0),(528,1,'2016-05-11 13:52:53','2016-05-11 13:52:53','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Timetable<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_table purpose=\'tabular\' pricing_table_design=\'avia_pricing_minimal\' pricing_hidden_cells=\'\' caption=\'Classes times might change. Please let us know if you are going to attend so we can inform you if necessary\' responsive_styling=\'avia_responsive_table\']\n[av_row row_style=\'avia-heading-row\'][av_cell col_style=\'avia-desc-col\'][/av_cell][av_cell col_style=\'\']MONDAY[/av_cell][av_cell col_style=\'\']TUESDAY[/av_cell][av_cell col_style=\'\']WEDNESDAY[/av_cell][av_cell col_style=\'\']THURSDAY[/av_cell][av_cell col_style=\'\']FRIDAY[/av_cell][av_cell col_style=\'\']SATURDAY[/av_cell][av_cell col_style=\'\']SUNDAY[/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']05.00 - 06.00[/av_cell][av_cell col_style=\'\']Boxing[/av_cell][av_cell col_style=\'\']Boxing[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Cardio[/av_cell][av_cell col_style=\'\']Cardio[/av_cell][av_cell col_style=\'\'][/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']06.00 - 07.00[/av_cell][av_cell col_style=\'\']Boxing\n[/av_cell][av_cell col_style=\'\']Boxing[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Indoor Cycling[/av_cell][av_cell col_style=\'\']Indoor Cycling[/av_cell][av_cell col_style=\'\']Crossfit[/av_cell][av_cell col_style=\'\']Crossfit[/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']07.00 - 08.00[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Boxing[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Indoor Cycling[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Crossfit[/av_cell][av_cell col_style=\'\'][/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']08.00 - 09.00[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Indoor Cycling[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Indoor Cycling[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\'][/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']09.00 - 10.00[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Indoor Cycling[/av_cell][av_cell col_style=\'\']Crossfit[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Cardio[/av_cell][av_cell col_style=\'\'][/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']10.00 - 11.00[/av_cell][av_cell col_style=\'\']Yoga[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Crossfit[/av_cell][av_cell col_style=\'\']Crossfit[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Cardio[/av_cell][av_cell col_style=\'\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']11.00 - 12.00[/av_cell][av_cell col_style=\'\']Yoga[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Crossfit[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'avia-heading-row\'][av_cell col_style=\'avia-desc-col\']12.00 - 16.00[/av_cell][av_cell col_style=\'\']-[/av_cell][av_cell col_style=\'\']-[/av_cell][av_cell col_style=\'\']-[/av_cell][av_cell col_style=\'\']-[/av_cell][av_cell col_style=\'\']-[/av_cell][av_cell col_style=\'\']-[/av_cell][av_cell col_style=\'\']-[/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']16.00 - 17.00[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Gym Fitness[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Indoor Cycling[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\'][/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']17.00 - 18.00[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Gym Fitness[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Indoor Cycling[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\'][/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']18.00 - 19.00[/av_cell][av_cell col_style=\'\']Open Gym[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Zumba[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Yoga[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']19.00 - 20.00[/av_cell][av_cell col_style=\'\']Open Gym[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Zumba[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Yoga[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Yoga[/av_cell][/av_row]\n[av_row row_style=\'\'][av_cell col_style=\'avia-desc-col\']20.00 - 21.00[/av_cell][av_cell col_style=\'\']Open Gym[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Zumba[/av_cell][av_cell col_style=\'\'][/av_cell][av_cell col_style=\'\']Yoga[/av_cell][av_cell col_style=\'\']Yoga[/av_cell][av_cell col_style=\'\']Yoga[/av_cell][/av_row]\n[/av_table]\n\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1.jpg\' attachment=\'544\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading heading=\'Please keep in mind when registering for a class<strong>:</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\nactive members\n[/av_animated_numbers]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\naround the world\n[/av_animated_numbers]\n\n[/av_cell_one_third]\n[/av_layout_row]','Timetable','','publish','closed','closed','','timetable','','','2016-05-11 13:52:53','2016-05-11 13:52:53','',0,'http://wpoffice/enfold-fitness/?page_id=528',0,'page','',0),(530,1,'2020-10-13 08:02:13','2020-10-13 08:02:13','.phone-info {\n    font-size: 16px;\n	  color: red !important;\n}\n#top .social_bookmarks li a {\n    font-size: 25px;\n}','enfold','','inherit','closed','closed','','462-revision-v1','','','2020-10-13 08:02:13','2020-10-13 08:02:13','',462,'http://anycare.noappname.net/index.php/2020/10/13/462-revision-v1/',0,'revision','',0),(541,1,'2016-05-11 16:20:32','2016-05-11 16:20:32','','logo','','inherit','open','closed','','logo','','','2016-05-11 16:20:32','2016-05-11 16:20:32','',330,'http://cs1.noappname.net/wp-content/uploads/2016/02/logo-1.png',0,'attachment','image/png',0),(542,1,'2016-05-11 16:20:33','2016-05-11 16:20:33','','logo white','','inherit','open','closed','','logo-white','','','2016-05-11 16:20:33','2016-05-11 16:20:33','',330,'http://cs1.noappname.net/wp-content/uploads/2016/02/logo-white-1.png',0,'attachment','image/png',0),(543,1,'2016-05-11 16:20:51','2016-05-11 16:20:51','','','','inherit','open','closed','','bg1','','','2016-05-11 16:20:51','2016-05-11 16:20:51','',330,'http://cs1.noappname.net/wp-content/uploads/2016/02/bg1-1.jpg',0,'attachment','image/jpeg',0),(544,1,'2016-05-11 16:20:53','2016-05-11 16:20:53','','','','inherit','open','closed','','hero-5','','','2016-05-11 16:20:53','2016-05-11 16:20:53','',330,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1.jpg',0,'attachment','image/jpeg',0),(545,1,'2016-05-11 16:20:55','2016-05-11 16:20:55','','','','inherit','open','closed','','hero-6','','','2016-05-11 16:20:55','2016-05-11 16:20:55','',330,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-6-1.jpg',0,'attachment','image/jpeg',0),(546,1,'2016-05-11 16:20:58','2016-05-11 16:20:58','','','','inherit','open','closed','','hero-1','','','2016-05-11 16:20:58','2016-05-11 16:20:58','',330,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1.jpg',0,'attachment','image/jpeg',0),(547,1,'2016-05-11 16:21:01','2016-05-11 16:21:01','','','','inherit','open','closed','','hero-3','','','2016-05-11 16:21:01','2016-05-11 16:21:01','',330,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1.jpg',0,'attachment','image/jpeg',0),(548,1,'2016-05-11 16:21:04','2016-05-11 16:21:04','','','','inherit','open','closed','','hero-4','','','2016-05-11 16:21:04','2016-05-11 16:21:04','',330,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1.jpg',0,'attachment','image/jpeg',0),(549,1,'2016-05-11 16:21:07','2016-05-11 16:21:07','','','','inherit','open','closed','','hero-2','','','2016-05-11 16:21:07','2016-05-11 16:21:07','',330,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-2-1.jpg',0,'attachment','image/jpeg',0),(553,1,'2014-09-17 20:10:23','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2014-09-17 20:10:23','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-blog/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(554,1,'2014-09-17 20:10:23','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2014-09-17 20:10:23','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-blog/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(555,1,'2015-11-04 20:04:12','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2015-11-04 20:04:12','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-minimal-portfolio/?post_type=avia_framework_post&amp;p=10',0,'avia_framework_post','',0),(556,1,'2015-11-04 20:04:12','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2015-11-04 20:04:12','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-minimal-portfolio/?post_type=avia_framework_post&amp;p=11',0,'avia_framework_post','',0),(557,1,'2018-05-15 14:39:29','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2018-05-15 14:39:29','0000-00-00 00:00:00','',0,'https://kriesi.at/themes/enfold-law/?post_type=avia_framework_post&amp;p=6',0,'avia_framework_post','',0),(558,1,'2018-05-15 14:39:29','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2018-05-15 14:39:29','0000-00-00 00:00:00','',0,'https://kriesi.at/themes/enfold-law/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(559,1,'2018-05-15 14:39:29','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2018-05-15 14:39:29','0000-00-00 00:00:00','',0,'https://kriesi.at/themes/enfold-law/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(560,1,'2020-11-10 10:53:31','2020-11-10 10:53:31','<blockquote class=\"wp-embedded-content\" data-secret=\"Eyd8SKKI0x\"><a href=\"https://kriesi.at/\">Home</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Home&#8221; &#8212; Kriesi.at - Premium WordPress Themes\" src=\"https://kriesi.at/embed#?secret=Eyd8SKKI0x\" data-secret=\"Eyd8SKKI0x\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>','','','publish','closed','closed','','b0268193f0cbd776f2a9c43df56d9186','','','2020-11-10 10:53:31','2020-11-10 10:53:31','',0,'http://pelucchi.noappname.net/index.php/2020/11/10/b0268193f0cbd776f2a9c43df56d9186/',0,'oembed_cache','',0),(561,1,'2020-11-10 10:53:41','2020-11-10 10:53:41','<iframe title=\"Free HD stock video footage - Cloud time lapse (See Description for High Quality download link)\" src=\"https://player.vimeo.com/video/41629603?dnt=1&amp;app_id=122963\" width=\"1280\" height=\"720\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen></iframe>','','','publish','closed','closed','','3575cebe6a8975300c4abc1b45d76eb7','','','2020-11-10 10:53:41','2020-11-10 10:53:41','',0,'http://pelucchi.noappname.net/index.php/2020/11/10/3575cebe6a8975300c4abc1b45d76eb7/',0,'oembed_cache','',0),(575,1,'2016-05-12 12:48:28','2016-05-12 12:48:28','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'RICERCA E SVILUPPO\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvf3gtf\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','RICERCA E SVILUPPO','Lorem ipsum dan massa. Cum sociis natoque penatibus et magnis dis consequat vitae par.','publish','open','closed','','weight-lifting','','','2021-04-24 07:32:44','2021-04-24 07:32:44','',0,'http://test.kriesi.at/enfold-gym/?post_type=portfolio&#038;p=575',0,'portfolio','',0),(576,1,'2016-05-12 12:57:00','2016-05-12 12:57:00','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione-300x110.jpg\' attachment=\'1032\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PRESSOFUSIONE\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvezget\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','PRESSOFUSIONE','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget.','publish','open','closed','','aerobics','','','2021-04-24 07:29:51','2021-04-24 07:29:51','',0,'http://test.kriesi.at/enfold-gym/?post_type=portfolio&#038;p=576',0,'portfolio','',0),(577,1,'2016-05-12 12:57:48','2016-05-12 12:57:48','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione-300x110.jpg\' attachment=\'1034\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4wats9\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'Bassa pressione e gravita’\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvecllr\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading heading=\'BASSA PRESSIONE E GRAVITA’\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-n7c7d\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nStampi bassa pressione e gravità, specialmente per teste cilindri e basamenti motore.\r\nCasse anime processo inorganico.\r\nCollaudi e campionature.\r\n\r\n<img class=\"alignnone wp-image-1090\" src=\"http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it-300x132.png\" alt=\"\" width=\"595\" height=\"262\" />\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading heading=\'PROGETTAZIONE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-fdnrt\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa grande esperienza tecnica, maturata in oltre 50 anni di attività, ha portato gli operatori del nostro studio di progettazione ad un altissimo livello di specializzazione.\r\nLa capacità di recepire e gestire al meglio le esigenze del cliente, unitamente al grado di riservatezza delle informazioni acquisite, si concretizza con l’ottimizzazione del processo produttivo.\r\nOttimizzare significa per noi verificare la realizzabilità del progetto e apportare, in accordo con il cliente, le opportune modifiche, grazie alle quali si ottengono benefici durante le successive fasi di produzione, lavorazione, utilizzo e manutenzione.\r\nIl processo produttivo è realizzato con l’ausilio delle più moderne e potenti tecnologie disponibili sul mercato.\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'COLLAUDI E CAMPIONATURE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-11bt5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa fedeltà della riproduzione del modello 3D è garantita dal collaudo.\r\nTramite l’utilizzo di software, macchine e tecnologie di misurazione ottica il reparto collaudo acquisisce il modello 3D e confronta le quote definite nel progetto virtuale con quelle reali, evidenziando eventuali scostamenti dalle tolleranze\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1092,1093,1094,1095,1096\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-72ta9\']','BASSA PRESSIONE E GRAVITA\'','Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridi.','publish','open','closed','','crossfit','','','2021-04-24 07:17:40','2021-04-24 07:17:40','',0,'http://test.kriesi.at/enfold-gym/?post_type=portfolio&#038;p=577',0,'portfolio','',0),(578,1,'2016-05-12 12:58:26','2016-05-12 12:58:26','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni-300x110.jpg\' attachment=\'1038\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PORTASTAMPI\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvexakn\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','PORTASTAMPI','Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus.','publish','open','closed','','pumping-iron','','','2021-04-24 07:28:17','2021-04-24 07:28:17','',0,'http://test.kriesi.at/enfold-gym/?post_type=portfolio&#038;p=578',0,'portfolio','',0),(579,1,'2016-05-12 12:59:28','2016-05-12 12:59:28','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','PLASTICA','Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.','publish','open','closed','','gymnastics','','','2021-04-24 07:25:19','2021-04-24 07:25:19','',0,'http://test.kriesi.at/enfold-gym/?post_type=portfolio&#038;p=579',0,'portfolio','',0),(580,1,'2016-05-12 13:00:28','2016-05-12 13:00:28','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti-300x110.jpg\' attachment=\'1027\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'SIMULAZIONE\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvf74u8\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','SIMULAZIONE','Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam loapi. ','publish','open','closed','','running-spinning','','','2021-04-24 07:35:49','2021-04-24 07:35:49','',0,'http://test.kriesi.at/enfold-gym/?post_type=portfolio&#038;p=580',0,'portfolio','',0),(606,1,'2018-04-17 22:21:53','2018-04-17 22:21:53','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, <strong>ultricies</strong> nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus.</blockquote>\nVivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.\n\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante, dapibus in, viverra quis, feugiat a, tellus.','Invitation!','Welcome my Friends! This is your first post. Edit or delete it, then start blogging!','publish','open','open','','invitation','','','2018-04-17 22:21:53','2018-04-17 22:21:53','',0,'https://kriesi.at/themes/enfold-elegant-portfolio/?p=1',0,'post','',1),(612,1,'2016-05-13 10:01:35','2016-05-13 10:01:35','','','','inherit','open','closed','','hero-7','','','2016-05-13 10:01:35','2016-05-13 10:01:35','',515,'http://cs1.noappname.net/wp-content/uploads/2016/05/hero-7-1.jpg',0,'attachment','image/jpeg',0),(712,1,'2016-05-16 10:30:15','2016-05-16 10:30:15','','','','inherit','open','closed','','sauna_woman','','','2016-05-16 10:30:15','2016-05-16 10:30:15','',511,'http://cs1.noappname.net/wp-content/uploads/2016/05/sauna_woman-1-1.jpg',0,'attachment','image/jpeg',0),(726,1,'2016-05-16 14:17:04','2016-05-16 14:17:04','','marker','','inherit','open','closed','','marker-2','','','2016-05-16 14:17:04','2016-05-16 14:17:04','',519,'http://cs1.noappname.net/wp-content/uploads/2016/05/marker-1.png',0,'attachment','image/png',0),(730,1,'2016-05-16 18:15:35','2016-05-16 18:15:35','','floorplan','','inherit','open','closed','','floorplan','','','2016-05-16 18:15:35','2016-05-16 18:15:35','',519,'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-3.png',0,'attachment','image/png',0),(732,1,'2016-05-16 18:19:54','2016-05-16 18:19:54','','floorplan','','inherit','open','closed','','floorplan-2','','','2016-05-16 18:19:54','2016-05-16 18:19:54','',519,'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-1-1.png',0,'attachment','image/png',0),(735,1,'2016-05-16 18:28:58','2016-05-16 18:28:58','','floorplan','','inherit','open','closed','','floorplan-3','','','2016-05-16 18:28:58','2016-05-16 18:28:58','',519,'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-2-1.png',0,'attachment','image/png',0),(736,1,'2016-05-11 16:19:36','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2016-05-11 16:19:36','0000-00-00 00:00:00','',0,'http://test.kriesi.at/enfold-gym/?post_type=avia_framework_post&amp;p=4',0,'avia_framework_post','',0),(737,1,'2016-05-11 16:19:36','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2016-05-11 16:19:36','0000-00-00 00:00:00','',0,'http://test.kriesi.at/enfold-gym/?post_type=avia_framework_post&amp;p=5',0,'avia_framework_post','',0),(738,1,'2016-05-11 16:19:36','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2016-05-11 16:19:36','0000-00-00 00:00:00','',0,'http://test.kriesi.at/enfold-gym/?post_type=avia_framework_post&amp;p=6',0,'avia_framework_post','',0),(739,1,'2016-05-11 16:19:36','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2016-05-11 16:19:36','0000-00-00 00:00:00','',0,'http://test.kriesi.at/enfold-gym/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(740,1,'2016-05-11 16:19:36','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2016-05-11 16:19:36','0000-00-00 00:00:00','',0,'http://test.kriesi.at/enfold-gym/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(771,1,'2016-06-01 12:23:05','2016-06-01 12:23:05','','iconset.flaticon-sports','','inherit','open','closed','','iconset-flaticon-sports','','','2016-06-01 12:23:05','2016-06-01 12:23:05','',0,'http://cs1.noappname.net/wp-content/uploads/2016/06/iconset.flaticon-sports-1.zip',0,'attachment','application/zip',0),(841,1,'2020-11-10 13:34:34','2020-11-10 13:34:34','','pelucchi','','inherit','open','closed','','pelucchi','','','2020-11-10 13:34:34','2020-11-10 13:34:34','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/pelucchi.png',0,'attachment','image/png',0),(842,1,'2020-11-10 13:37:47','2020-11-10 13:37:47','','Testata KOLLMORGEN','','inherit','open','closed','','testata-kollmorgen','','','2020-11-10 13:37:47','2020-11-10 13:37:47','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Testata-KOLLMORGEN.jpg',0,'attachment','image/jpeg',0),(847,1,'2020-11-10 13:43:36','2020-11-10 13:43:36','','Testata BAUER (1)','','inherit','open','closed','','testata-bauer-1','','','2020-11-10 13:43:36','2020-11-10 13:43:36','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Testata-BAUER-1.jpg',0,'attachment','image/jpeg',0),(854,1,'2020-11-10 13:48:41','2020-11-10 13:48:41','','Testata BAUER (1)','','inherit','open','closed','','testata-bauer-1-2','','','2020-11-10 13:48:41','2020-11-10 13:48:41','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Testata-BAUER-1-1.jpg',0,'attachment','image/jpeg',0),(855,1,'2020-11-10 13:48:43','2020-11-10 13:48:43','','Testata KOLLMORGEN','','inherit','open','closed','','testata-kollmorgen-2','','','2020-11-10 13:48:43','2020-11-10 13:48:43','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Testata-KOLLMORGEN-1.jpg',0,'attachment','image/jpeg',0),(868,1,'2020-11-10 14:30:22','2020-11-10 14:30:22','','bgm-bg-series-gear-motor','','inherit','open','closed','','bgm-bg-series-gear-motor','','','2020-11-10 14:30:22','2020-11-10 14:30:22','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/bgm-bg-series-gear-motor.jpg',0,'attachment','image/jpeg',0),(871,1,'2020-11-10 14:43:19','2020-11-10 14:43:19','','motion_control','','inherit','open','closed','','motion_control','','','2020-11-10 14:43:19','2020-11-10 14:43:19','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/motion_control.png',0,'attachment','image/png',0),(872,1,'2020-11-10 14:43:44','2020-11-10 14:43:44','','avg_control','','inherit','open','closed','','avg_control','','','2020-11-10 14:43:44','2020-11-10 14:43:44','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/avg_control.png',0,'attachment','image/png',0),(873,1,'2020-11-10 14:44:42','2020-11-10 14:44:42','','food_solution','','inherit','open','closed','','food_solution','','','2020-11-10 14:44:42','2020-11-10 14:44:42','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/food_solution.png',0,'attachment','image/png',0),(874,1,'2020-11-10 14:45:08','2020-11-10 14:45:08','','beverafe_solution','','inherit','open','closed','','beverafe_solution','','','2020-11-10 14:45:08','2020-11-10 14:45:08','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/beverafe_solution.png',0,'attachment','image/png',0),(875,1,'2020-11-10 14:45:52','2020-11-10 14:45:52','','pharma_solution','','inherit','open','closed','','pharma_solution','','','2020-11-10 14:45:52','2020-11-10 14:45:52','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/pharma_solution.png',0,'attachment','image/png',0),(876,1,'2020-11-10 14:46:10','2020-11-10 14:46:10','','transfer_solution','','inherit','open','closed','','transfer_solution','','','2020-11-10 14:46:10','2020-11-10 14:46:10','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/transfer_solution.png',0,'attachment','image/png',0),(877,1,'2020-11-10 14:46:25','2020-11-10 14:46:25','','pressofusione','','inherit','open','closed','','pressofusione','','','2020-11-10 14:46:25','2020-11-10 14:46:25','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/pressofusione.png',0,'attachment','image/png',0),(878,1,'2020-11-10 14:46:39','2020-11-10 14:46:39','','confezionamento','','inherit','open','closed','','confezionamento','','','2020-11-10 14:46:39','2020-11-10 14:46:39','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/confezionamento.png',0,'attachment','image/png',0),(879,1,'2020-11-10 14:46:53','2020-11-10 14:46:53','','utensili','','inherit','open','closed','','utensili','','','2020-11-10 14:46:53','2020-11-10 14:46:53','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/utensili.png',0,'attachment','image/png',0),(881,1,'2020-11-10 14:55:28','2020-11-10 14:55:28','','bauer-gear-logo','','inherit','open','closed','','bauer-gear-logo','','','2020-11-10 14:55:28','2020-11-10 14:55:28','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/bauer-gear-logo.png',0,'attachment','image/png',0),(883,1,'2020-11-10 14:56:55','2020-11-10 14:56:55','','thomson_products_wlogo','','inherit','open','closed','','thomson_products_wlogo','','','2020-11-10 14:56:55','2020-11-10 14:56:55','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/thomson_products_wlogo.png',0,'attachment','image/png',0),(884,1,'2020-11-10 14:57:19','2020-11-10 14:57:19','','Kollmorgen_text_nor_blue','','inherit','open','closed','','kollmorgen_text_nor_blue','','','2020-11-10 14:57:19','2020-11-10 14:57:19','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Kollmorgen_text_nor_blue.png',0,'attachment','image/png',0),(886,1,'2020-11-10 15:00:31','2020-11-10 15:00:31','','thomson','','inherit','open','closed','','thomson','','','2020-11-10 15:00:31','2020-11-10 15:00:31','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/thomson.png',0,'attachment','image/png',0),(892,1,'2020-11-10 15:11:07','2020-11-10 15:11:07','','biglietto','','inherit','open','closed','','biglietto','','','2020-11-10 15:11:07','2020-11-10 15:11:07','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/biglietto.png',0,'attachment','image/png',0),(899,1,'2020-11-13 09:57:44','2020-11-13 09:57:44','','logo_fpmotion','','inherit','open','closed','','logo_fpmotion','','','2020-11-13 09:57:44','2020-11-13 09:57:44','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/logo_fpmotion.png',0,'attachment','image/png',0),(900,1,'2020-11-13 10:01:03','2020-11-13 10:01:03','','logo_fp_motion','','inherit','open','closed','','logo_fp_motion','','','2020-11-13 10:01:03','2020-11-13 10:01:03','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/logo_fp_motion.png',0,'attachment','image/png',0),(901,1,'2020-11-13 10:06:34','2020-11-13 10:06:34','','Thomson_per_movimenti_di_precisione','','inherit','open','closed','','thomson_per_movimenti_di_precisione','','','2020-11-13 10:06:34','2020-11-13 10:06:34','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Thomson_per_movimenti_di_precisione.jpg',0,'attachment','image/jpeg',0),(905,1,'2020-11-13 10:10:19','2020-11-13 10:10:19','','transfer','','inherit','open','closed','','transfer','','','2020-11-13 10:10:19','2020-11-13 10:10:19','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/transfer.png',0,'attachment','image/png',0),(913,1,'2020-11-13 15:03:35','2020-11-13 15:03:35','','Kollmorgen srl corporate brochure web 2020','','inherit','open','closed','','kollmorgen-srl-corporate-brochure-web-2020','','','2020-11-13 15:03:35','2020-11-13 15:03:35','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Kollmorgen-srl-corporate-brochure-web-2020.pdf',0,'attachment','application/pdf',0),(916,1,'2020-11-13 15:08:51','2020-11-13 15:08:51','','pdf-icon','','inherit','open','closed','','pdf-icon','','','2020-11-13 15:08:51','2020-11-13 15:08:51','',0,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/pdf-icon.png',0,'attachment','image/png',0),(922,1,'2021-04-17 07:26:20','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-04-17 07:26:20','0000-00-00 00:00:00','',0,'http://www.manorama.it/?p=922',0,'post','',0),(923,1,'2021-04-17 07:27:13','2021-04-17 07:27:13','','manorama_logo','','inherit','open','closed','','manorama_logo','','','2021-04-17 07:27:13','2021-04-17 07:27:13','',0,'http://www.manorama.it/wp-content/uploads/2021/04/manorama_logo.png',0,'attachment','image/png',0),(924,1,'2021-04-17 07:28:20','2021-04-17 07:28:20','','manorama_logo','','inherit','open','closed','','manorama_logo-2','','','2021-04-17 07:28:20','2021-04-17 07:28:20','',0,'http://www.manorama.it/wp-content/uploads/2021/04/manorama_logo-1.png',0,'attachment','image/png',0),(925,1,'2021-04-17 07:32:43','2021-04-17 07:32:43','','slide_1','','inherit','open','closed','','slide_1','','','2021-04-17 07:32:43','2021-04-17 07:32:43','',0,'http://www.manorama.it/wp-content/uploads/2021/04/slide_1.png',0,'attachment','image/png',0),(926,1,'2021-04-17 07:32:50','2021-04-17 07:32:50','','slide_2','','inherit','open','closed','','slide_2','','','2021-04-17 07:32:50','2021-04-17 07:32:50','',0,'http://www.manorama.it/wp-content/uploads/2021/04/slide_2.png',0,'attachment','image/png',0),(927,1,'2021-04-17 07:32:57','2021-04-17 07:32:57','','slide_0','','inherit','open','closed','','slide_0','','','2021-04-17 07:32:57','2021-04-17 07:32:57','',0,'http://www.manorama.it/wp-content/uploads/2021/04/slide_0.png',0,'attachment','image/png',0),(928,1,'2021-04-17 07:33:02','2021-04-17 07:33:02','','slide_3','','inherit','open','closed','','slide_3','','','2021-04-17 07:33:02','2021-04-17 07:33:02','',0,'http://www.manorama.it/wp-content/uploads/2021/04/slide_3.png',0,'attachment','image/png',0),(929,1,'2021-04-17 07:33:10','2021-04-17 07:33:10','','slide_5','','inherit','open','closed','','slide_5','','','2021-04-17 07:33:10','2021-04-17 07:33:10','',0,'http://www.manorama.it/wp-content/uploads/2021/04/slide_5.png',0,'attachment','image/png',0),(936,1,'2021-04-17 08:14:16','2021-04-17 08:14:16','','firma','','inherit','open','closed','','firma','','','2021-04-17 08:14:16','2021-04-17 08:14:16','',0,'http://www.manorama.it/wp-content/uploads/2021/04/firma.png',0,'attachment','image/png',0),(938,1,'2021-04-17 08:15:21','2021-04-17 08:15:21','','OIQV0895','','inherit','open','closed','','oiqv0895','','','2021-04-17 08:15:21','2021-04-17 08:15:21','',0,'http://www.manorama.it/wp-content/uploads/2021/04/OIQV0895.jpg',0,'attachment','image/jpeg',0),(943,1,'2021-04-17 08:37:14','2021-04-17 08:37:14','','orari','','inherit','open','closed','','orari','','','2021-04-17 08:37:14','2021-04-17 08:37:14','',0,'http://www.manorama.it/wp-content/uploads/2021/04/orari.jpg',0,'attachment','image/jpeg',0),(953,1,'2021-04-17 08:59:02','2021-04-17 08:59:02','','stampa_ricamo-scialle_blujpg','','inherit','open','closed','','stampa_ricamo-scialle_blujpg','','','2021-04-17 08:59:02','2021-04-17 08:59:02','',0,'http://www.manorama.it/wp-content/uploads/2021/04/stampa_ricamo-scialle_blujpg.jpg',0,'attachment','image/jpeg',0),(954,1,'2021-04-17 08:59:19','2021-04-17 08:59:19','','fiumi_di_luce','','inherit','open','closed','','fiumi_di_luce','','','2021-04-17 08:59:19','2021-04-17 08:59:19','',0,'http://www.manorama.it/wp-content/uploads/2021/04/fiumi_di_luce.jpg',0,'attachment','image/jpeg',0),(955,1,'2021-04-17 08:59:31','2021-04-17 08:59:31','','stola_fiore_ricami','','inherit','open','closed','','stola_fiore_ricami','','','2021-04-17 08:59:31','2021-04-17 08:59:31','',0,'http://www.manorama.it/wp-content/uploads/2021/04/stola_fiore_ricami.jpg',0,'attachment','image/jpeg',0),(961,1,'2021-04-17 09:04:10','2021-04-17 09:04:10','','foulard_seta','','inherit','open','closed','','foulard_seta','','','2021-04-17 09:04:10','2021-04-17 09:04:10','',0,'http://www.manorama.it/wp-content/uploads/2021/04/foulard_seta.jpg',0,'attachment','image/jpeg',0),(962,1,'2021-04-17 09:04:32','2021-04-17 09:04:32','','imperial_ricami','','inherit','open','closed','','imperial_ricami','','','2021-04-17 09:04:32','2021-04-17 09:04:32','',0,'http://www.manorama.it/wp-content/uploads/2021/04/imperial_ricami.jpg',0,'attachment','image/jpeg',0),(963,1,'2021-04-17 09:04:54','2021-04-17 09:04:54','','stola_stampa','','inherit','open','closed','','stola_stampa','','','2021-04-17 09:04:54','2021-04-17 09:04:54','',0,'http://www.manorama.it/wp-content/uploads/2021/04/stola_stampa.jpg',0,'attachment','image/jpeg',0),(965,1,'2021-04-17 09:05:48','2021-04-17 09:05:48','','stola_stampa-fiore_russo','','inherit','open','closed','','stola_stampa-fiore_russo','','','2021-04-17 09:05:48','2021-04-17 09:05:48','',0,'http://www.manorama.it/wp-content/uploads/2021/04/stola_stampa-fiore_russo.jpg',0,'attachment','image/jpeg',0),(966,1,'2021-04-17 09:06:12','2021-04-17 09:06:12','','stola_stampa_ricamo','','inherit','open','closed','','stola_stampa_ricamo','','','2021-04-17 09:06:12','2021-04-17 09:06:12','',0,'http://www.manorama.it/wp-content/uploads/2021/04/stola_stampa_ricamo.jpg',0,'attachment','image/jpeg',0),(967,1,'2021-04-17 09:06:29','2021-04-17 09:06:29','','stola_cashmere','','inherit','open','closed','','stola_cashmere','','','2021-04-17 09:06:29','2021-04-17 09:06:29','',0,'http://www.manorama.it/wp-content/uploads/2021/04/stola_cashmere.jpg',0,'attachment','image/jpeg',0),(969,1,'2021-04-17 09:07:11','2021-04-17 09:07:11','','stola_cashmere_1','','inherit','open','closed','','stola_cashmere_1','','','2021-04-17 09:07:11','2021-04-17 09:07:11','',0,'http://www.manorama.it/wp-content/uploads/2021/04/stola_cashmere_1.jpg',0,'attachment','image/jpeg',0),(978,1,'2021-04-17 09:20:41','2021-04-17 09:20:41','','96775-img-2240_JPG_800_0_cover_60','','inherit','open','closed','','96775-img-2240_jpg_800_0_cover_60','','','2021-04-17 09:20:41','2021-04-17 09:20:41','',0,'http://www.manorama.it/wp-content/uploads/2021/04/96775-img-2240_JPG_800_0_cover_60.jpg',0,'attachment','image/jpeg',0),(981,1,'2016-03-18 13:53:26','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2016-03-18 13:53:26','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-travel/?post_type=avia_framework_post&amp;p=10',0,'avia_framework_post','',0),(982,1,'2016-03-18 13:53:26','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2016-03-18 13:53:26','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-travel/?post_type=avia_framework_post&amp;p=11',0,'avia_framework_post','',0),(983,1,'2016-03-18 13:57:46','0000-00-00 00:00:00','','avia_shop_banner_image','','draft','closed','closed','','','','','2016-03-18 13:57:46','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-travel/?post_type=avia_framework_post&amp;p=16',0,'avia_framework_post','',0),(984,1,'2016-03-18 13:53:26','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2016-03-18 13:53:26','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-travel/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(985,1,'2016-05-09 13:37:22','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2016-05-09 13:37:22','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-fitness/?post_type=avia_framework_post&amp;p=4',0,'avia_framework_post','',0),(986,1,'2016-03-18 13:53:26','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2016-03-18 13:53:26','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-travel/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(987,1,'2016-06-01 12:11:41','0000-00-00 00:00:00','','avia_logo','','draft','closed','closed','','','','','2016-06-01 12:11:41','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-gym/?post_type=avia_framework_post&amp;p=4',0,'avia_framework_post','',0),(988,1,'2016-06-01 12:11:41','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2016-06-01 12:11:41','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-gym/?post_type=avia_framework_post&amp;p=5',0,'avia_framework_post','',0),(989,1,'2016-06-01 12:11:41','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2016-06-01 12:11:41','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-gym/?post_type=avia_framework_post&amp;p=6',0,'avia_framework_post','',0),(990,1,'2016-06-01 12:11:41','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2016-06-01 12:11:41','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-gym/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(991,1,'2016-06-01 12:11:41','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2016-06-01 12:11:41','0000-00-00 00:00:00','',0,'http://www.kriesi.at/themes/enfold-gym/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(992,1,'2016-05-09 13:37:57','0000-00-00 00:00:00','','avia_shop_banner_image','','draft','closed','closed','','','','','2016-05-09 13:37:57','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-fitness/?post_type=avia_framework_post&amp;p=9',0,'avia_framework_post','',0),(993,1,'2016-05-09 13:37:22','0000-00-00 00:00:00','','avia_favicon','','draft','closed','closed','','','','','2016-05-09 13:37:22','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-fitness/?post_type=avia_framework_post&amp;p=5',0,'avia_framework_post','',0),(994,1,'2016-05-09 13:37:22','0000-00-00 00:00:00','','avia_custom_logo_for_preloader','','draft','closed','closed','','','','','2016-05-09 13:37:22','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-fitness/?post_type=avia_framework_post&amp;p=6',0,'avia_framework_post','',0),(995,1,'2016-05-09 13:37:22','0000-00-00 00:00:00','','avia_custom_background_image','','draft','closed','closed','','','','','2016-05-09 13:37:22','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-fitness/?post_type=avia_framework_post&amp;p=7',0,'avia_framework_post','',0),(996,1,'2016-05-09 13:37:22','0000-00-00 00:00:00','','avia_transparency_logo','','draft','closed','closed','','','','','2016-05-09 13:37:22','0000-00-00 00:00:00','',0,'http://wpoffice/enfold-fitness/?post_type=avia_framework_post&amp;p=8',0,'avia_framework_post','',0),(997,1,'2021-04-23 20:05:17','2021-04-23 20:05:17','','Customer Login','','publish','closed','closed','','customer-login','','','2021-04-23 20:05:17','2021-04-23 20:05:17','',0,'http://cs1.noappname.net/index.php/2021/04/23/customer-login/',1,'nav_menu_item','',0),(998,1,'2021-04-23 20:05:17','2021-04-23 20:05:17','','Registration','','publish','closed','closed','','registration','','','2021-04-23 20:05:17','2021-04-23 20:05:17','',0,'http://cs1.noappname.net/index.php/2021/04/23/registration/',2,'nav_menu_item','',0),(999,1,'2016-05-11 13:53:03','2016-05-11 13:53:03','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading tag=\'h1\' padding=\'30\' heading=\'Pricing<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/bg1-1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_one_third first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'bottom-to-top\' mobile_display=\'\']\n\n[av_heading tag=\'h3\' padding=\'15\' heading=\'BASIC\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1-845x684.jpg\' attachment=\'546\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\n\n[av_heading tag=\'h3\' padding=\'10\' heading=\'19,90$\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\nper month\n[/av_heading]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#a0a0a0\']\n<p style=\"text-align: center;\">Crossfit 3 times a week</p>\n<p style=\"text-align: center;\">Access until 16:00</p>\n<p style=\"text-align: center;\">-</p>\n<p style=\"text-align: center;\">-</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_button_big label=\'Sign Up\' description_pos=\'below\' link=\'page,513\' link_target=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' custom_font=\'#ffffff\' color=\'theme-color\' custom_bg=\'#444444\' color_hover=\'theme-color-subtle\' custom_bg_hover=\'#444444\'][/av_button_big]\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'15px,0px,0px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'bottom-to-top\' mobile_display=\'\']\n\n[av_heading tag=\'h3\' padding=\'15\' heading=\'ADVANCED\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\n\n[av_heading tag=\'h3\' padding=\'10\' heading=\'49,00$\' color=\'custom-color-heading\' style=\'blockquote modern-quote modern-centered\' custom_font=\'#000000\' size=\'50\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\']\nper month\n[/av_heading]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_textblock size=\'\' font_color=\'custom\' color=\'#a0a0a0\']\n<p style=\"text-align: center;\">Crossfit 5 times a week</p>\n<p style=\"text-align: center;\">Access until 24:00</p>\n<p style=\"text-align: center;\">Zumba Classes</p>\n<p style=\"text-align: center;\">Sauna access</p>\n[/av_textblock]\n\n[av_hr class=\'invisible\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_button_big label=\'Sign Up\' description_pos=\'below\' link=\'page,513\' link_target=\'\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' custom_font=\'#ffffff\' color=\'theme-color\' custom_bg=\'#444444\' color_hover=\'theme-color-subtle\' custom_bg_hover=\'#444444\'][/av_button_big]\n\n[/av_one_third][av_one_third min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px,0px,30px,0px\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'bottom-to-top\' mobile_display=\'\']\n\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\naround the world\n[/av_animated_numbers]\n\n[av_hr class=\'custom\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-fat\' custom_width=\'30px\' custom_border_color=\'#ffffff\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'no\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_animated_numbers number=\'298.000\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\nactive members\n[/av_animated_numbers]\n\n[av_hr class=\'custom\' height=\'15\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-fat\' custom_width=\'30px\' custom_border_color=\'#ffffff\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'no\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\n\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\nStarting Price\n[/av_animated_numbers]\n\n[/av_one_third]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_heading tag=\'h1\' padding=\'30\' heading=\'FAQ<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading heading=\'Studio related\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<ul>\n 	<li>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</li>\n 	<li>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</li>\n 	<li>Nullam dictum felis eu pede mollis pretium. Integer tincidunt.</li>\n</ul>\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading heading=\'Pricing related\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum agnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.</li>\n</ul>\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading heading=\'Groups and Classes\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<ul>\n 	<li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n 	<li>Aenean commodo ligula eget dolor. Aenean massa.</li>\n 	<li>Cum agnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.</li>\n</ul>\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading heading=\'Access to the GYM\' tag=\'h4\' style=\'blockquote modern-quote\' size=\'\' subheading_active=\'\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\n<ul>\n 	<li>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.</li>\n 	<li>In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</li>\n 	<li>Nullam dictum felis eu pede mollis pretium. Integer tincidunt.</li>\n</ul>\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half][/av_section]','Pricing','','publish','closed','closed','','pricing','','','2016-05-11 13:53:03','2016-05-11 13:53:03','',0,'http://wpoffice/enfold-fitness/?page_id=530',0,'page','',0),(1000,1,'2016-05-11 23:25:50','2016-05-11 23:25:50','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n[av_heading heading=\'Our Mission<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'30\' color=\'\' custom_font=\'\'][/av_heading]\n\n[av_one_half first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis <a href=\"#\">parturient montes</a>, nascetur ridiculus mus.\n\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n\nCras dapibus. <strong>Vivamus elementum</strong> semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula.\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\']\n[av_cell_one_half vertical_align=\'middle\' padding=\'0px\' padding_sync=\'true\' background_color=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-2-1-1030x494.jpg\' attachment=\'549\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\']\n\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'100px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Our Philosophy<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\n[/av_textblock]\n\n[/av_cell_one_half]\n[/av_layout_row]\n\n[av_masonry_gallery ids=\'548,546,544\' items=\'3\' columns=\'3\' paginate=\'none\' size=\'flex\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/bg1-1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[av_heading tag=\'h1\' padding=\'20\' heading=\'What our customers say<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\n\n[/av_one_fifth][av_testimonials style=\'slider_large\' columns=\'2\' interval=\'5\' font_color=\'\' custom_title=\'\' custom_content=\'\']\n[av_testimonial_single src=\'612\' name=\'Marina Markuson\' subtitle=\'CTO - Enfolding Insurrance\' link=\'http://\' linktext=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_testimonial_single]\n[av_testimonial_single src=\'546\' name=\'Sandra Sanson\' subtitle=\'CEO - Happy Media\' link=\'\' linktext=\'\']\nAnteger tincidunt. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim.\n[/av_testimonial_single]\n[/av_testimonials]\n\n[/av_section]','Our Mission','','publish','closed','closed','','our-mission','','','2016-05-11 23:25:50','2016-05-11 23:25:50','',515,'http://test.kriesi.at/enfold-gym/?page_id=560',0,'page','',0),(1002,1,'2021-04-23 20:05:18','2021-04-23 20:05:18',' ','','','publish','closed','closed','','1002','','','2021-04-24 06:58:41','2021-04-24 06:58:41','',0,'http://cs1.noappname.net/index.php/2021/04/23/',1,'nav_menu_item','',0),(1005,1,'2021-04-23 20:05:18','2021-04-23 20:05:18',' ','','','publish','closed','closed','','1005','','','2021-04-24 06:58:41','2021-04-24 06:58:41','',515,'http://cs1.noappname.net/index.php/2021/04/23/',2,'nav_menu_item','',0),(1013,1,'2021-04-23 20:10:54','2021-04-23 20:10:54','','logo','','inherit','open','closed','','logo-2','','','2021-04-23 20:10:54','2021-04-23 20:10:54','',0,'http://cs1.noappname.net/wp-content/uploads/2021/04/logo.png',0,'attachment','image/png',0),(1014,1,'2021-04-23 20:14:05','2021-04-23 20:14:05','','1200x0-imgHeaderfacts','','inherit','open','closed','','1200x0-imgheaderfacts','','','2021-04-23 20:14:05','2021-04-23 20:14:05','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderfacts.jpg',0,'attachment','image/jpeg',0),(1015,1,'2021-04-23 20:14:06','2021-04-23 20:14:06','','1800x0-imgHomeCostampGroup-fullwidth_3','','inherit','open','closed','','1800x0-imghomecostampgroup-fullwidth_3','','','2021-04-23 20:14:06','2021-04-23 20:14:06','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/1800x0-imgHomeCostampGroup-fullwidth_3.jpg',0,'attachment','image/jpeg',0),(1016,1,'2021-04-23 20:14:08','2021-04-23 20:14:08','','1200x0-imgHeader50_2','','inherit','open','closed','','1200x0-imgheader50_2','','','2021-04-23 20:14:08','2021-04-23 20:14:08','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeader50_2.jpg',0,'attachment','image/jpeg',0),(1017,1,'2021-04-23 20:14:24','2021-04-23 20:14:24','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'549\' video=\'http://\' mobile_image=\'\' video_format=\'\' video_ratio=\'16:9\' title=\'Fight the Weakness<strong>.</strong>\' custom_title_size=\'70\' custom_content_size=\'38\' caption_pos=\'caption_center\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,530\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-97b4sq\' fallback_link=\'https://\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\']\r\nWE GO THE JOURNEY WITH YOU\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'547\' video=\'\' mobile_image=\'\' video_format=\'\' video_ratio=\'\' title=\'Have fun in groups<strong>.</strong>\' custom_title_size=\'70\' custom_content_size=\'29\' caption_pos=\'caption_center\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-91k5eq\' fallback_link=\'https://\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#d63d2d\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:14:24','2021-04-23 20:14:24','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1018,1,'2021-04-23 20:15:53','2021-04-23 20:15:53','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'Fight the Weakness<strong>.</strong>\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\nWE GO THE JOURNEY WITH YOU\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'547\' video=\'\' mobile_image=\'\' video_format=\'\' video_ratio=\'\' title=\'Have fun in groups<strong>.</strong>\' custom_title_size=\'70\' custom_content_size=\'29\' caption_pos=\'caption_center\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-91k5eq\' fallback_link=\'https://\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#d63d2d\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:15:53','2021-04-23 20:15:53','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1019,1,'2021-04-23 20:16:44','2021-04-23 20:16:44','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'547\' video=\'\' mobile_image=\'\' video_format=\'\' video_ratio=\'\' title=\'Have fun in groups<strong>.</strong>\' custom_title_size=\'70\' custom_content_size=\'29\' caption_pos=\'caption_center\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-91k5eq\' fallback_link=\'https://\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#d63d2d\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:16:44','2021-04-23 20:16:44','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1020,1,'2021-04-23 20:17:47','2021-04-23 20:17:47','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-ad0hu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#d63d2d\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:17:47','2021-04-23 20:17:47','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1021,1,'2021-04-23 20:19:19','2021-04-23 20:19:19','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#d63d2d\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:19:19','2021-04-23 20:19:19','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1022,1,'2021-04-23 20:20:02','2021-04-23 20:20:02','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf102\' font=\'flaticon-sports\' title=\'Get in shape now.\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av_uid=\'av-8dkxsi\']\r\nLorem ipsum dolor sit amet, consec olor etscing elit. Aenget dolor.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:20:02','2021-04-23 20:20:02','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1023,1,'2021-04-24 07:00:16','2021-04-24 07:00:16','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri  valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\nSerieta\', professionalita\', competenza\n[/av_slide_full]\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\n[/av_slideshow_full]\n\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\n\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\n[/av_icon_box]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\n\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\n[/av_icon_box]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\n\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\n[/av_icon_box]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\n\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\n\n[/av_one_fifth]\n[/av_section]\n\n[av_masonry_entries link=\'portfolio_entries\' wc_prod_visible=\'\' prod_order_by=\'\' prod_order=\'\' date_filter=\'\' date_filter_start=\'\' date_filter_end=\'\' date_filter_format=\'yy/mm/dd\' sort=\'no\' query_orderby=\'title\' query_order=\'ASC\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'3\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'6\' paginate=\'none\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-5d4fai\']\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\n\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\n\n[/av_one_full]\n[/av_section]\n\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\n\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\n\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\n[/av_textblock]\n\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\n\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\n\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\n\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\n\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\n\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\n\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\n\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\n\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\n[/av_font_icon]\n\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\n\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\n[/av_font_icon]\n\n[/av_one_fifth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\n[av_heading heading=\'CERTIFICAZIONI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-brnsq\'][/av_heading]\n\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\n\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/prova3.jpg\' attachment=\'1073\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\n\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\n\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/iso9001_2.png\' attachment=\'1071\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\n\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\n\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/14001.png\' attachment=\'1072\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\n\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\n\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1649_2.png\' attachment=\'1070\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\n\n[/av_one_fourth]\n[/av_section]\n\n','Welcome','','inherit','closed','closed','','330-autosave-v1','','','2021-04-24 07:00:16','2021-04-24 07:00:16','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-autosave-v1/',0,'revision','',0),(1024,1,'2021-04-23 20:24:13','2021-04-23 20:24:13','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf124\' font=\'flaticon-sports\' title=\'#1 destinaton for sports<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-surbe\']\r\nAenean massa. Cum sociis natoque penatibus et magnis dis partdiculus mus.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:24:13','2021-04-23 20:24:13','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1025,1,'2021-04-23 20:27:30','2021-04-23 20:27:30','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box position=\'left_content\' boxed=\'av-no-box\' icon=\'uf123\' font=\'flaticon-sports\' title=\'Free nutrition plans<strong>.</strong>\' link=\'\' linktarget=\'\' linkelement=\'\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av_uid=\'av-7no6be\']\r\nDonec quam felis, ultricies nec, pellentesque equat massa quis enim.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:27:30','2021-04-23 20:27:30','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1026,1,'2021-04-23 20:29:03','2021-04-23 20:29:03','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/bg1.jpg\' attachment=\'543\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:29:03','2021-04-23 20:29:03','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1027,1,'2021-04-23 20:30:47','2021-04-23 20:30:47','','1200x0-imgHeaderClienti','','inherit','open','closed','','1200x0-imgheaderclienti','','','2021-04-23 20:30:47','2021-04-23 20:30:47','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti.jpg',0,'attachment','image/jpeg',0),(1028,1,'2021-04-23 20:30:55','2021-04-23 20:30:55','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti-300x110.jpg\' attachment=\'1027\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:30:55','2021-04-23 20:30:55','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1029,1,'2021-04-23 20:35:20','2021-04-23 20:35:20','','1200x0-imgHeaderAziende','','inherit','open','closed','','1200x0-imgheaderaziende','','','2021-04-23 20:35:20','2021-04-23 20:35:20','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende.jpg',0,'attachment','image/jpeg',0),(1030,1,'2021-04-23 20:35:26','2021-04-23 20:35:26','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Welcome to the Enfold-Gym<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7e194a\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:35:26','2021-04-23 20:35:26','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1031,1,'2021-04-23 20:36:12','2021-04-23 20:36:12','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=oXdzvMLiE7Q\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:36:12','2021-04-23 20:36:12','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1032,1,'2021-04-23 20:42:49','2021-04-23 20:42:49','','pressofusione','','inherit','open','closed','','pressofusione-2','','','2021-04-23 20:42:49','2021-04-23 20:42:49','',576,'http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione.jpg',0,'attachment','image/jpeg',0),(1033,1,'2021-04-23 20:43:02','2021-04-23 20:43:02','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1.jpg\' attachment=\'547\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Aerobics<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'600 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'12 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Medium\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a1\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_animated_numbers number=\'45\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\n8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\n8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\n12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\n8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1-845x684.jpg\' attachment=\'546\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\r\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']','PRESSOFUSIONE','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget.','inherit','closed','closed','','576-revision-v1','','','2021-04-23 20:43:02','2021-04-23 20:43:02','',576,'http://cs1.noappname.net/index.php/2021/04/23/576-revision-v1/',0,'revision','',0),(1034,1,'2021-04-23 20:44:00','2021-04-23 20:44:00','','1200x0-imgHeaderPressione','','inherit','open','closed','','1200x0-imgheaderpressione','','','2021-04-23 20:44:00','2021-04-23 20:44:00','',577,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione.jpg',0,'attachment','image/jpeg',0),(1035,1,'2021-04-23 20:44:12','2021-04-23 20:44:12','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1.jpg\' attachment=\'548\' attachment_size=\'full\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading heading=\'CrossFit<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'900 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'6 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Medium\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a1\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_animated_numbers number=\'60\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/hero-7-1-845x684.jpg\' attachment=\'612\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\r\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']','PRESSIONE','Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridi.','inherit','closed','closed','','577-revision-v1','','','2021-04-23 20:44:12','2021-04-23 20:44:12','',577,'http://cs1.noappname.net/index.php/2021/04/23/577-revision-v1/',0,'revision','',0),(1036,1,'2021-04-23 20:44:51','2021-04-23 20:44:51','','1200x0-imgHeaderPlastica','','inherit','open','closed','','1200x0-imgheaderplastica','','','2021-04-23 20:44:51','2021-04-23 20:44:51','',579,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica.jpg',0,'attachment','image/jpeg',0),(1037,1,'2021-04-23 20:45:06','2021-04-23 20:45:06','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-6-1.jpg\' attachment=\'545\' attachment_size=\'full\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading heading=\'Gymnastics<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'750 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'5 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Medium\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a1\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_animated_numbers number=\'120\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1-845x684.jpg\' attachment=\'546\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\r\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']','PLASTICA','Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.','inherit','closed','closed','','579-revision-v1','','','2021-04-23 20:45:06','2021-04-23 20:45:06','',579,'http://cs1.noappname.net/index.php/2021/04/23/579-revision-v1/',0,'revision','',0),(1038,1,'2021-04-23 20:46:26','2021-04-23 20:46:26','','1200x0-imgHeaderCertificazioni','','inherit','open','closed','','1200x0-imgheadercertificazioni','','','2021-04-23 20:46:26','2021-04-23 20:46:26','',578,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni.jpg',0,'attachment','image/jpeg',0),(1039,1,'2021-04-23 20:46:52','2021-04-23 20:46:52','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-2-1.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'scroll\' position=\'bottom center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading heading=\'Pumping Iron<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'600 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'4 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Easy\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a0\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_animated_numbers number=\'45\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-2-1-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h4 style=\"text-align: center;\">Marcus Strongus</h4>\r\n<p style=\"text-align: center;\">Weight Lifting Coach</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'543,549,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']','PORTASTAMPI','Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus.','inherit','closed','closed','','578-revision-v1','','','2021-04-23 20:46:52','2021-04-23 20:46:52','',578,'http://cs1.noappname.net/index.php/2021/04/23/578-revision-v1/',0,'revision','',0),(1040,1,'2021-04-23 20:47:35','2021-04-23 20:47:35','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1.jpg\' attachment=\'547\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading heading=\'Running &amp; Spinning<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'1200 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'8 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Easy\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a0\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_animated_numbers number=\'90\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1-845x684.jpg\' attachment=\'547\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h4 style=\"text-align: center;\">Sandra Sanderson</h4>\r\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']','SIMULAZIONE','Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam loapi. ','inherit','closed','closed','','580-revision-v1','','','2021-04-23 20:47:35','2021-04-23 20:47:35','',580,'http://cs1.noappname.net/index.php/2021/04/23/580-revision-v1/',0,'revision','',0),(1041,1,'2021-04-23 20:49:00','2021-04-23 20:49:00','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1.jpg\' attachment=\'546\' attachment_size=\'full\' attach=\'scroll\' position=\'top center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h1\' padding=\'0\' heading=\'Weight Lifting<strong>.</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'800 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'4 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Hard\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a2\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_animated_numbers number=\'30\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-2-1-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h4 style=\"text-align: center;\">Van Helwing</h4>\r\n<p style=\"text-align: center;\">Weight lifting coach</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'547,548,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']','RICERCA E SVILUPPO','Lorem ipsum dan massa. Cum sociis natoque penatibus et magnis dis consequat vitae par.','inherit','closed','closed','','575-revision-v1','','','2021-04-23 20:49:00','2021-04-23 20:49:00','',575,'http://cs1.noappname.net/index.php/2021/04/23/575-revision-v1/',0,'revision','',0),(1042,1,'2021-04-23 20:52:19','2021-04-23 20:52:19','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE&amp;feature=youtu.be\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:52:19','2021-04-23 20:52:19','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1043,1,'2021-04-23 20:53:25','2021-04-23 20:53:25','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-9fnvm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-23 20:53:25','2021-04-23 20:53:25','',330,'http://cs1.noappname.net/index.php/2021/04/23/330-revision-v1/',0,'revision','',0),(1044,1,'2021-04-24 05:39:41','2021-04-24 05:39:41','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'button button-two\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-80xhm\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 05:39:41','2021-04-24 05:39:41','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1045,1,'2021-04-24 05:40:22','2021-04-24 05:40:22','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'Have fun in groups<strong>.</strong>\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-abnvu\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\']\r\nSTAY MOTIVATED AND FIND NEW FRIENDS\r\n[/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 05:40:22','2021-04-24 05:40:22','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1046,1,'2021-04-24 05:41:59','2021-04-24 05:41:59','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'button\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 05:41:59','2021-04-24 05:41:59','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1047,1,'2021-04-24 05:42:40','2021-04-24 05:42:40','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LA STORIA\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nDa 50 anni, ci occupiamo di pressofusione lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf123\' font=\'flaticon-sports\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nIl nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti. lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum  lorem ipsum\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 05:42:40','2021-04-24 05:42:40','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1048,1,'2021-04-24 05:44:16','2021-04-24 05:44:16','','logo','','inherit','open','closed','','logo-3','','','2021-04-24 05:44:16','2021-04-24 05:44:16','',0,'http://cs1.noappname.net/wp-content/uploads/2021/04/logo-1.png',0,'attachment','image/png',0),(1049,1,'2021-04-24 05:55:08','2021-04-24 05:55:08','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knurn34v\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-6udv2i\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' link=\'page,515\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-6l46q2\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 05:55:08','2021-04-24 05:55:08','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1050,1,'2021-04-24 06:01:33','2021-04-24 06:01:33','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'LEARN MORE\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:01:33','2021-04-24 06:01:33','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1051,1,'2021-04-24 06:02:01','2021-04-24 06:02:01','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n\r\n[/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'Classes to take in our our GYM<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-67c5gy\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-5n7wxu\']\r\n<p style=\"text-align: center;\">We offer a multitude of fun and motivating classes that allow you to work out alone or with friends. Our trainers are highly educated and will make sure you give your all.\r\nThe classes are:</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:02:01','2021-04-24 06:02:01','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1052,1,'2021-04-24 06:06:16','2021-04-24 06:06:16','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth][/av_section][av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'Subscribe to our Newsletter<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-53q3ia\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4wpv9e\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_contact email=\'\' title=\'\' button=\'Subscribe\' on_send=\'\' sent=\'Your message has been sent!\' link=\'manually,http://\' subject=\'\' autorespond=\'\' captcha=\'\' hide_labels=\'aviaTBhide_labels\' form_align=\'centered\' color=\'\' av_uid=\'av-4ldsoa\']\r\n[av_contact_field label=\'Name\' type=\'text\' options=\'\' check=\'is_empty\' width=\'element_third\' multi_select=\'\' av_uid=\'av-4fo87m\'][/av_contact_field]\r\n[av_contact_field label=\'E-Mail\' type=\'text\' options=\'\' check=\'is_email\' width=\'element_third\' multi_select=\'\' av_uid=\'av-45j0u2\'][/av_contact_field]\r\n[/av_contact]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-eqvd6\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:06:16','2021-04-24 06:06:16','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1053,1,'2021-04-24 06:07:04','2021-04-24 06:07:04','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1.jpg\' attachment=\'548\' attachment_size=\'full\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading heading=\'CrossFit<strong>.</strong>\' tag=\'h1\' style=\'blockquote modern-quote\' size=\'70\' subheading_active=\'\' subheading_size=\'15\' padding=\'0\' color=\'\' custom_font=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'900 kcal / hour\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8de\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'6 paricipants\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue80b\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Difficulty: Medium\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue8a1\' font=\'entypo-fontello\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_three_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'3\' border_color=\'#ffffff\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_animated_numbers number=\'60\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\']\r\nMinutes\r\n[/av_animated_numbers]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'What we do in this class<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n\r\nDonec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim.\r\n<blockquote>Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo.</blockquote>\r\n[/av_textblock]\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Please bring along<strong>:</strong>\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'0\' heading=\'Schedule\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\']\r\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00 - 9:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 12:00-13:00\r\n[/av_iconlist_item]\r\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\']\r\nFrom 8:00-9:00\r\n[/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\']\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\']\r\n\r\n[av_heading tag=\'h3\' padding=\'15\' heading=\'Coach\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\'][/av_heading]\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/hero-7-1-845x684.jpg\' attachment=\'612\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\'][/av_image]\r\n\r\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\']\r\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\r\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\r\n[/av_textblock]\r\n\r\n[/av_one_fourth]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\']','BASSA PRESSIONE E GRAVITA\'','Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridi.','inherit','closed','closed','','577-revision-v1','','','2021-04-24 06:07:04','2021-04-24 06:07:04','',577,'http://cs1.noappname.net/index.php/2021/04/24/577-revision-v1/',0,'revision','',0),(1054,1,'2021-04-24 07:13:32','2021-04-24 07:13:32','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione-300x110.jpg\' attachment=\'1034\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4wats9\']\n\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\n\n[av_heading heading=\'Bassa pressione e gravita’\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvecllr\' admin_preview_bg=\'\'][/av_heading]\n\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\n\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\n\n[av_heading heading=\'BASSA PRESSIONE E GRAVITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvedo7r\' admin_preview_bg=\'\'][/av_heading]\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\nStampi bassa pressione e gravità, specialmente per teste cilindri e basamenti motore.\nCasse anime processo inorganico.\nCollaudi e campionature.\n[/av_textblock]\n\n[/av_one_half][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\n\n[av_heading heading=\'Schedule\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\n\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'20\' custom_content_size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-21ttrt\']\n[av_iconlist_item title=\'Monday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1uj1w9\']\nFrom 8:00 - 9:00\n[/av_iconlist_item]\n[av_iconlist_item title=\'Tuesday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1r0ehd\']\nFrom 8:00 - 9:00\n[/av_iconlist_item]\n[av_iconlist_item title=\'Thursday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-5ybq1\']\nFrom 12:00-13:00\n[/av_iconlist_item]\n[av_iconlist_item title=\'Friday\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue862\' font=\'entypo-fontello\' av_uid=\'av-1ffzqp\']\nFrom 8:00-9:00\n[/av_iconlist_item]\n[/av_iconlist]\n\n[av_button label=\'SIGN UP\' link=\'page,513\' link_target=\'\' size=\'x-large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-16v0a9\']\n\n[/av_one_fourth][av_one_fourth min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px,0px,9px,0px\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-14cyrt\']\n\n[av_heading heading=\'Coach\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'15\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\n\n[av_image src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7-845x684.jpg\' attachment=\'612\' attachment_size=\'gallery\' align=\'center\' styling=\'no-styling\' hover=\'\' link=\'\' target=\'\' caption=\'\' font_size=\'\' appearance=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' av_uid=\'av-qdg89\'][/av_image]\n\n[av_hr class=\'invisible\' height=\'10\' shadow=\'no-shadow\' position=\'center\' custom_border=\'av-border-thin\' custom_width=\'50px\' custom_border_color=\'\' custom_margin_top=\'30px\' custom_margin_bottom=\'30px\' icon_select=\'yes\' custom_icon_color=\'\' icon=\'ue808\' font=\'entypo-fontello\' av_uid=\'av-jvpvl\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-f7w7l\']\n<h4 style=\"text-align: center;\">Vanessa Paradi</h4>\n<p style=\"text-align: center;\">Aerobics Trainer Level 3</p>\n[/av_textblock]\n\n[/av_one_fourth][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-72ta9\']\n\n','BASSA PRESSIONE E GRAVITA\'','Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridi.','inherit','closed','closed','','577-autosave-v1','','','2021-04-24 07:13:32','2021-04-24 07:13:32','',577,'http://cs1.noappname.net/index.php/2021/04/24/577-autosave-v1/',0,'revision','',0),(1055,1,'2021-04-24 06:14:10','2021-04-24 06:14:10','','bosh','','inherit','open','closed','','bosh','','','2021-04-24 06:14:10','2021-04-24 06:14:10','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/bosh.jpg',0,'attachment','image/jpeg',0),(1056,1,'2021-04-24 06:14:10','2021-04-24 06:14:10','','lofo-ferrari','','inherit','open','closed','','lofo-ferrari','','','2021-04-24 06:14:10','2021-04-24 06:14:10','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/lofo-ferrari.jpg',0,'attachment','image/jpeg',0),(1057,1,'2021-04-24 06:14:16','2021-04-24 06:14:16','','dacia','','inherit','open','closed','','dacia','','','2021-04-24 06:14:16','2021-04-24 06:14:16','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/dacia.jpg',0,'attachment','image/jpeg',0),(1058,1,'2021-04-24 06:14:17','2021-04-24 06:14:17','','gm','','inherit','open','closed','','gm','','','2021-04-24 06:14:17','2021-04-24 06:14:17','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/gm.jpg',0,'attachment','image/jpeg',0),(1059,1,'2021-04-24 06:14:17','2021-04-24 06:14:17','','maserati','','inherit','open','closed','','maserati','','','2021-04-24 06:14:17','2021-04-24 06:14:17','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/maserati.jpg',0,'attachment','image/jpeg',0),(1060,1,'2021-04-24 06:14:18','2021-04-24 06:14:18','','fca','','inherit','open','closed','','fca','','','2021-04-24 06:14:18','2021-04-24 06:14:18','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/fca.jpg',0,'attachment','image/jpeg',0),(1061,1,'2021-04-24 06:14:18','2021-04-24 06:14:18','','nissan','','inherit','open','closed','','nissan','','','2021-04-24 06:14:18','2021-04-24 06:14:18','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/nissan.jpg',0,'attachment','image/jpeg',0),(1062,1,'2021-04-24 06:14:19','2021-04-24 06:14:19','','renault','','inherit','open','closed','','renault','','','2021-04-24 06:14:19','2021-04-24 06:14:19','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/renault.jpg',0,'attachment','image/jpeg',0),(1063,1,'2021-04-24 06:14:20','2021-04-24 06:14:20','','lamborghini','','inherit','open','closed','','lamborghini','','','2021-04-24 06:14:20','2021-04-24 06:14:20','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/lamborghini.jpg',0,'attachment','image/jpeg',0),(1064,1,'2021-04-24 06:14:21','2021-04-24 06:14:21','','bmw','','inherit','open','closed','','bmw','','','2021-04-24 06:14:21','2021-04-24 06:14:21','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/bmw.jpg',0,'attachment','image/jpeg',0),(1065,1,'2021-04-24 06:14:33','2021-04-24 06:14:33','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvc8580\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'25\' size=\'large\' gap=\'large\' active=\'enlarge\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:14:33','2021-04-24 06:14:33','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1066,1,'2021-04-24 06:15:31','2021-04-24 06:15:31','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'25\' size=\'thumbnail\' gap=\'large\' active=\'enlarge\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:15:31','2021-04-24 06:15:31','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1067,1,'2021-04-24 06:16:54','2021-04-24 06:16:54','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'0\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:16:54','2021-04-24 06:16:54','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1068,1,'2021-04-24 06:17:39','2021-04-24 06:17:39','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section][av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'What are you waiting for<strong>?</strong>\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' padding=\'20\' color=\'\' custom_font=\'\' av_uid=\'av-3oqk16\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-bjh1m\']\r\n<p style=\"text-align: center;\">Enfold Gym leads the fitness industry when it comes to helping people reach their fitness goals. We have Crossfit courses, a full weight room, multiple cardio areas, personal trainings, group classes, and more!</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>stronger</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2opnre\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'Grow <strong>Faster</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-2cdd5u\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'uf139\' font=\'flaticon-sports\' style=\'border\' caption=\'Eat <strong>healthy</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-7le2q\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'Compete with <strong>others</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-624vm\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'Improve your <strong>health</strong>\' link=\'\' linktarget=\'\' size=\'40px\' position=\'center\' color=\'\' av_uid=\'av-1eq2oi\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-18kzkq\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'50px\' padding_sync=\'true\' background_color=\'#ffffff\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-11cm4a\']\r\n\r\n[av_animated_numbers number=\'19,90$\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#0a0a0a\' av_uid=\'av-zf97e\']\r\nStarting Price\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-ples2\']\r\n\r\n[av_animated_numbers number=\'7 Days\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-1vi1e\']\r\na week open\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'50px,50px,50px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-f4ae2\']\r\n\r\n[av_animated_numbers number=\'87 Studios\' icon_select=\'no\' icon=\'ue800\' font=\'entypo-fontello\' font_size=\'50\' font_size_description=\'22\' link=\'\' linktarget=\'no\' color=\'font-custom\' custom_color=\'#ffffff\' av_uid=\'av-8mq7m\']\r\naround the world\r\n[/av_animated_numbers]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:17:39','2021-04-24 06:17:39','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1069,1,'2021-04-24 06:26:23','2021-04-24 06:26:23','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][/av_section]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:26:23','2021-04-24 06:26:23','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1070,1,'2021-04-24 06:29:11','2021-04-24 06:29:11','','1649_2','','inherit','open','closed','','1649_2','','','2021-04-24 06:29:11','2021-04-24 06:29:11','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/1649_2.png',0,'attachment','image/png',0),(1071,1,'2021-04-24 06:29:12','2021-04-24 06:29:12','','iso9001_2','','inherit','open','closed','','iso9001_2','','','2021-04-24 06:29:12','2021-04-24 06:29:12','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/iso9001_2.png',0,'attachment','image/png',0),(1072,1,'2021-04-24 06:29:12','2021-04-24 06:29:12','','14001','','inherit','open','closed','','14001','','','2021-04-24 06:29:12','2021-04-24 06:29:12','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/14001.png',0,'attachment','image/png',0),(1073,1,'2021-04-24 06:29:13','2021-04-24 06:29:13','','prova3','','inherit','open','closed','','prova3','','','2021-04-24 06:29:13','2021-04-24 06:29:13','',330,'http://cs1.noappname.net/wp-content/uploads/2021/04/prova3.jpg',0,'attachment','image/jpeg',0),(1074,1,'2021-04-24 06:29:21','2021-04-24 06:29:21','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'CERTIFICAZIONI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcslaq\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1070,1071,1072,1073\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:29:21','2021-04-24 06:29:21','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1075,1,'2021-04-24 06:30:37','2021-04-24 06:30:37','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'CERTIFICAZIONI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1070,1071,1072,1073\' height=\'15\' size=\'thumbnail\' gap=\'large\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full][/av_section]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:30:37','2021-04-24 06:30:37','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0),(1076,1,'2021-04-24 06:32:59','2021-04-24 06:32:59','[av_slideshow_full size=\'no scaling\' min_height=\'0px\' stretch=\'\' control_layout=\'av-control-minimal\' src=\'\' attachment=\'\' attachment_size=\'\' position=\'top left\' repeat=\'no-repeat\' attach=\'scroll\' conditional_play=\'\' animation=\'slide_up\' autoplay=\'false\' interval=\'6\' id=\'\' custom_class=\'\' av_uid=\'av-9ie9mi\']\r\n[av_slide_full slide_type=\'image\' id=\'1015\' video=\'http://\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'16:9\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'#222222\' custom_content=\'#4c4c4c\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'PRICING\' button_color=\'theme-color\' link1=\'page,515\' link_target1=\'\' button_label2=\'LEARN MORE\' button_color2=\'theme-color-subtle\' link2=\'page,515\' link_target2=\'\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-7bx0y\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\' overlay_enable=\'\'][/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1014\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'I nostri valori\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'29\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'SEE OUR CLASSES\' button_color=\'light\' link1=\'page,509\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.3\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-a6u9u\']\r\nSerieta\', professionalita\', competenza\r\n[/av_slide_full]\r\n[av_slide_full slide_type=\'image\' id=\'1016\' video=\'\' mobile_image=\'\' fallback_link=\'https://\' title=\'\' video_format=\'\' video_ratio=\'\' caption_pos=\'caption_center\' custom_title_size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' custom_content_size=\'38\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' custom_title=\'\' custom_content=\'\' heading_tag=\'\' heading_class=\'\' link_apply=\'\' link=\'lightbox\' link_target=\'\' button_label=\'GIVE IT A TRY NOW\' button_color=\'light\' link1=\'page,515\' link_target1=\'\' button_label2=\'\' button_color2=\'light\' link2=\'manually,http://\' link_target2=\'\' overlay_enable=\'aviaTBaviaTBoverlay_enable\' overlay_opacity=\'0.4\' overlay_color=\'#0a0a0a\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6tp5u\' video_autoplay=\'\' video_controls=\'\' video_mute=\'\' video_loop=\'\'][/av_slide_full]\r\n[/av_slideshow_full]\r\n\r\n[av_layout_row border=\'\' min_height=\'0\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-8p9f4y\']\r\n[av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background=\'bg_color\' background_color=\'#0063c5\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-8hf4bu\']\r\n\r\n[av_icon_box icon=\'uf162\' font=\'flaticon-sports\' title=\'I MERCATI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'#ffffff\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-8dkxsi\' admin_preview_bg=\'\']\r\nL’automotive è il mercato di riferimento di Co.Stamp. L’esperienza maturata negli anni con le più importanti fonderie fornitrici di OEM e Tier 1 del mondo ci ha reso un partner qualificato per questo settore specifico, dalle esigenze qualitative molto elevate.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-84grqy\']\r\n\r\n[av_icon_box icon=\'ue826\' font=\'entypo-fontello\' title=\'RICERCA E SVILUPPO\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7no6be\' admin_preview_bg=\'\']\r\nMetodologie di lavoro sempre in aggiornamento, per affrontare con consapevolezza le sfide di ogni giorno. Il nostro reparto di ricerca e sviluppo opera con l’obiettivo di allungare la vita degli stampi e migliorare la qualità dei pezzi prodotti.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'top\' padding=\'90px,50px,90px,50px\' background_color=\'#3c3c3c\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'center center\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7sz9y2\']\r\n\r\n[av_icon_box icon=\'uf124\' font=\'flaticon-sports\' title=\'LE CERTIFICAZIONI\' position=\'left_content\' icon_style=\'\' boxed=\'av-no-box\' font_color=\'custom\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#ffffff\' custom_border=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' heading_tag=\'\' heading_class=\'\' link=\'\' linktarget=\'\' linkelement=\'\' id=\'\' custom_class=\'\' av_uid=\'av-surbe\' admin_preview_bg=\'\']\r\nLa qualita\' e\' il punto di partenza del nostro lavoro. Le certificazioni confermano, nero su bianco, questo aspetto fondamentale alla base della metodologia di lavoro Costamp.  Una qualita\' riconosciuta dai nostri clienti e dal mercato in cui operiamo.\r\n[/av_icon_box]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende-300x110.jpg\' attachment=\'1029\' attachment_size=\'medium\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-7kmucy\']\r\n[av_heading heading=\'BENVENUTI IN COSTAMP GROUP\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-9jkb6\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-78v7l6\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-71lefm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6udv2i\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Una realta\' da 50 anni, sempre in crescita.  Scopri chi siamo, la nostra storia, e gli obbiettivi che abbiamo raggiunto in questi anni.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-6r4kui\']\r\n\r\n[/av_one_fifth][av_button label=\'DETTAGLI\' icon_select=\'yes-right-icon\' icon=\'ue879\' font=\'entypo-fontello\' icon_hover=\'aviaTBicon_hover\' size=\'large\' position=\'center\' label_display=\'\' title_attr=\'\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' link=\'manually,#\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-6l46q2\' admin_preview_bg=\'\']\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'header_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-6dbmey\']\r\n[av_heading heading=\'I PROCESSI AZIENDALI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvbynbc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-lluki\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5vzi1u\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-5n7wxu\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">Pressofusione, bassa pressione e gravita\', plastica e portastampi. Il tutto con alla base un lavoro di ricerca, di cura dei dettagli per avere un risultato pressoche\' perfetto.</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-5lxure\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_masonry_entries link=\'portfolio_entries\' sort=\'no\' items=\'6\' columns=\'3\' paginate=\'none\' query_orderby=\'title\' query_order=\'ASC\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' id=\'\' caption_elements=\'title\' caption_styling=\'overlay\' caption_display=\'on-hover-hide\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-5d4fai\']\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n[av_heading heading=\'I NOSTRI CLIENTI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-700sa\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_horizontal_gallery ids=\'1055,1056,1057,1058,1059,1060,1061,1062,1063,1064\' height=\'10\' size=\'thumbnail\' gap=\'no\' active=\'\' initial=\'\' control_layout=\'av-control-default\' links=\'active\' lightbox_text=\'\' link_dest=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcauif\'][/av_horizontal_gallery]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2.jpg\' attachment=\'549\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'https://www.youtube.com/watch?v=IKSZu1KoycE\' video_ratio=\'16:9\' video_mobile_disabled=\'aviaTBvideo_mobile_disabled\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-3xbcjm\']\r\n[av_heading heading=\'I NOSTRI NUMERI\' tag=\'h1\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'50\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'20\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvcjeve\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3m6ire\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3ducfm\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-bjh1m\' admin_preview_bg=\'\']\r\n<p style=\"text-align: center;\">50 anni di storia, le aziende del gruppo, i dipendenti che fanno parte delle singole divisioni. Ecco spiegato COSTAMP GROUP in pochi ma significativi numeri</p>\r\n[/av_textblock]\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-302wsa\']\r\n\r\n[/av_one_fifth][av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2wv316\']\r\n\r\n[av_font_icon icon=\'uf102\' font=\'flaticon-sports\' style=\'border\' caption=\'311 <strong>DIPENDENTI</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2opnre\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2mlhh6\']\r\n\r\n[av_font_icon icon=\'uf10e\' font=\'flaticon-sports\' style=\'border\' caption=\'5 <strong>Aziende del gruppo</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2cdd5u\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-2asto2\']\r\n\r\n[av_font_icon icon=\'ue80d\' font=\'entypo-fontello\' style=\'border\' caption=\'50 anni <strong>di storia</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-7le2q\' admin_preview_bg=\'\'][/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1ujyvu\']\r\n\r\n[av_font_icon icon=\'uf10c\' font=\'flaticon-sports\' style=\'border\' caption=\'49.8 Milioni <strong>di fatturato</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-624vm\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-1l6cka\']\r\n\r\n[av_font_icon icon=\'uf12e\' font=\'flaticon-sports\' style=\'border\' caption=\'69% di personale <strong>in produzione</strong>\' size=\'40px\' position=\'center\' color=\'\' link=\'\' linktarget=\'\' animation=\'\' id=\'\' custom_class=\'\' av_uid=\'av-1eq2oi\' admin_preview_bg=\'\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor.\r\n[/av_font_icon]\r\n\r\n[/av_one_fifth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-59cx7e\']\r\n\r\n[av_heading heading=\'CERTIFICAZIONI\' tag=\'h1\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'20\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_one_fourth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/prova3.jpg\' attachment=\'1073\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/iso9001_2.png\' attachment=\'1071\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/14001.png\' attachment=\'1072\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][av_one_fourth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' av_uid=\'av-4p976y\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1649_2.png\' attachment=\'1070\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvcxonr\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_one_fourth][/av_section]','Welcome','','inherit','closed','closed','','330-revision-v1','','','2021-04-24 06:32:59','2021-04-24 06:32:59','',330,'http://cs1.noappname.net/index.php/2021/04/24/330-revision-v1/',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1077,1,'2021-04-24 06:45:13','2021-04-24 06:45:13','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n\r\n[av_heading heading=\'FACTS &amp; FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full][/av_section][av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7-845x684.jpg\' attachment=\'612\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Sandra Enfold\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-98ichx\']\r\nCEO - Enfold GYM\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-92f4it\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8trcr9\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8qjoel\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Personal Wellness &amp; Vitalcoach \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8jwlx9\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-85aswt\']\r\n<strong>Specialty:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7t4q2t\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Enia Sanson\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7hm3dp\']\r\nHeadcoach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7auiv1\']\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-77o06d\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Pilates Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6zck31\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6vf7cl\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6rd6el\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-69ikx1\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3-845x684.jpg\' attachment=\'547\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-606ms5\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-5wre1x\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Adriana Aero\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5n3wsl\']\r\nAerobics\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-5k6b3h\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-5f6ug5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Aerobics\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-56hjwd\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-52lrhp\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-4xsaw5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-h2t45\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-4ksn8t\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-6-1030x494.jpg\' attachment=\'545\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-4e6h65\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-469out\']\r\n\r\n[av_heading heading=\'Mala Malone\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-43xssl\']\r\nFitness Classes\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-3wx4cd\']\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-djtct\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Running Coach Level 3\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3mnxg5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3crfcd\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-3agr9h\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-33zu8d\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2u0ve5\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2rpawl\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-2i1kdx\']\r\n\r\n[av_heading heading=\'Mark Strongus\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-2grmu5\']\r\nWeightlifting Coach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-2667ct\']\r\n[av_iconlist_item title=\'Strongman Competitor\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-22a8rx\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Weightlifting Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1vqd9h\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1qgfat\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-1lz0cd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-1eo0r1\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7.jpg\' attachment=\'612\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1b9fxx\']\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-15kn99\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-vj4lh\']\r\n\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Interested in becoming part of our team<strong>?</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-ra3c5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-lc7hp\']\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.</p>\r\n[/av_textblock]\r\n\r\n[av_button label=\'APPLY NOW\' link=\'page,513\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-fdohx\']\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-borrx\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]','Our Team','','inherit','closed','closed','','517-revision-v1','','','2021-04-24 06:45:13','2021-04-24 06:45:13','',517,'http://cs1.noappname.net/index.php/2021/04/24/517-revision-v1/',0,'revision','',0),(1078,1,'2021-04-24 06:46:25','2021-04-24 06:46:25','','img-Scont-01','','inherit','open','closed','','img-scont-01','','','2021-04-24 06:46:25','2021-04-24 06:46:25','',517,'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01.png',0,'attachment','image/png',0),(1079,1,'2021-04-24 06:46:38','2021-04-24 06:46:38','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS &amp; FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_heading heading=\'Sandra Enfold\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' margin=\'\' padding=\'10\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\']\r\nCEO - Enfold GYM\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-92f4it\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8trcr9\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8qjoel\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Personal Wellness &amp; Vitalcoach \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-8jwlx9\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-85aswt\']\r\n<strong>Specialty:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7t4q2t\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Enia Sanson\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7hm3dp\']\r\nHeadcoach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7auiv1\']\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-77o06d\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Pilates Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6zck31\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6vf7cl\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6rd6el\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-69ikx1\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3-845x684.jpg\' attachment=\'547\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-606ms5\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-5wre1x\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Adriana Aero\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5n3wsl\']\r\nAerobics\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-5k6b3h\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-5f6ug5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Aerobics\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-56hjwd\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-52lrhp\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-4xsaw5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-h2t45\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-4ksn8t\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-6-1030x494.jpg\' attachment=\'545\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-4e6h65\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-469out\']\r\n\r\n[av_heading heading=\'Mala Malone\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-43xssl\']\r\nFitness Classes\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-3wx4cd\']\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-djtct\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Running Coach Level 3\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3mnxg5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3crfcd\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-3agr9h\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-33zu8d\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2u0ve5\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2rpawl\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-2i1kdx\']\r\n\r\n[av_heading heading=\'Mark Strongus\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-2grmu5\']\r\nWeightlifting Coach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-2667ct\']\r\n[av_iconlist_item title=\'Strongman Competitor\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-22a8rx\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Weightlifting Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1vqd9h\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1qgfat\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-1lz0cd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-1eo0r1\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7.jpg\' attachment=\'612\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1b9fxx\']\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-15kn99\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-vj4lh\']\r\n\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Interested in becoming part of our team<strong>?</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-ra3c5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-lc7hp\']\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.</p>\r\n[/av_textblock]\r\n\r\n[av_button label=\'APPLY NOW\' link=\'page,513\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-fdohx\']\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-borrx\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]','Our Team','','inherit','closed','closed','','517-revision-v1','','','2021-04-24 06:46:38','2021-04-24 06:46:38','',517,'http://cs1.noappname.net/index.php/2021/04/24/517-revision-v1/',0,'revision','',0),(1080,1,'2021-04-24 06:52:06','2021-04-24 06:52:06','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\n[av_heading heading=\'FACTS & FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\n\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\n[/av_textblock]\n\n[/av_one_full]\n[/av_section]\n\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\n\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png\' attachment=\'1081\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdky79\' admin_preview_bg=\'\'][/av_image]\n\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\n<strong>LOREM IPSUM:</strong>\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n[/av_textblock]\n\n[/av_cell_one_third]\n[/av_layout_row]\n\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\n\n[av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\n\n[av_image src=\'http://cs1.noappname.net/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/images/placeholder.jpg\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'\'][/av_image]\n\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\n\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\n<strong>Specialty:</strong>\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\n[/av_textblock]\n\n[/av_cell_one_half][/av_layout_row]','Our Team','','inherit','closed','closed','','517-autosave-v1','','','2021-04-24 06:52:06','2021-04-24 06:52:06','',517,'http://cs1.noappname.net/index.php/2021/04/24/517-autosave-v1/',0,'revision','',0),(1081,1,'2021-04-24 06:47:50','2021-04-24 06:47:50','','graph-04','','inherit','open','closed','','graph-04','','','2021-04-24 06:47:50','2021-04-24 06:47:50','',517,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png',0,'attachment','image/png',0),(1082,1,'2021-04-24 06:47:58','2021-04-24 06:47:58','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS &amp; FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04-300x176.png\' attachment=\'1081\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-85aswt\']\r\n<strong>Specialty:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7t4q2t\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Enia Sanson\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7hm3dp\']\r\nHeadcoach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7auiv1\']\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-77o06d\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Pilates Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6zck31\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6vf7cl\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6rd6el\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-69ikx1\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3-845x684.jpg\' attachment=\'547\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-606ms5\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-5wre1x\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Adriana Aero\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5n3wsl\']\r\nAerobics\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-5k6b3h\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-5f6ug5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Aerobics\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-56hjwd\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-52lrhp\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-4xsaw5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-h2t45\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-4ksn8t\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-6-1030x494.jpg\' attachment=\'545\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-4e6h65\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-469out\']\r\n\r\n[av_heading heading=\'Mala Malone\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-43xssl\']\r\nFitness Classes\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-3wx4cd\']\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-djtct\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Running Coach Level 3\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3mnxg5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3crfcd\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-3agr9h\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-33zu8d\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2u0ve5\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2rpawl\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-2i1kdx\']\r\n\r\n[av_heading heading=\'Mark Strongus\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-2grmu5\']\r\nWeightlifting Coach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-2667ct\']\r\n[av_iconlist_item title=\'Strongman Competitor\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-22a8rx\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Weightlifting Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1vqd9h\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1qgfat\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-1lz0cd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-1eo0r1\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7.jpg\' attachment=\'612\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1b9fxx\']\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-15kn99\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-vj4lh\']\r\n\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Interested in becoming part of our team<strong>?</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-ra3c5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-lc7hp\']\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.</p>\r\n[/av_textblock]\r\n\r\n[av_button label=\'APPLY NOW\' link=\'page,513\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-fdohx\']\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-borrx\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]','Our Team','','inherit','closed','closed','','517-revision-v1','','','2021-04-24 06:47:58','2021-04-24 06:47:58','',517,'http://cs1.noappname.net/index.php/2021/04/24/517-revision-v1/',0,'revision','',0),(1083,1,'2021-04-24 06:49:32','2021-04-24 06:49:32','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS &amp; FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7t4q2t\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Enia Sanson\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7hm3dp\']\r\nHeadcoach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7auiv1\']\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-77o06d\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Pilates Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6zck31\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6vf7cl\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6rd6el\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-69ikx1\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-3-845x684.jpg\' attachment=\'547\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-606ms5\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-5wre1x\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Adriana Aero\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-5n3wsl\']\r\nAerobics\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-5k6b3h\']\r\n[av_iconlist_item title=\'CrossFit Level 1 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-5f6ug5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Aerobics\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-56hjwd\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-52lrhp\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-4xsaw5\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-h2t45\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-4ksn8t\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-6-1030x494.jpg\' attachment=\'545\' attachment_size=\'large\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-4e6h65\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-469out\']\r\n\r\n[av_heading heading=\'Mala Malone\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-43xssl\']\r\nFitness Classes\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-3wx4cd\']\r\n[av_iconlist_item title=\'Zumba\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-djtct\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Running Coach Level 3\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3mnxg5\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-3crfcd\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-3agr9h\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-33zu8d\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-2u0ve5\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-2-845x684.jpg\' attachment=\'549\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-2rpawl\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-2i1kdx\']\r\n\r\n[av_heading heading=\'Mark Strongus\' tag=\'h3\' style=\'blockquote modern-quote\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' padding=\'10\' color=\'\' custom_font=\'\' av_uid=\'av-2grmu5\']\r\nWeightlifting Coach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-2667ct\']\r\n[av_iconlist_item title=\'Strongman Competitor\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-22a8rx\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Weightlifting Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1vqd9h\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-1qgfat\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-1lz0cd\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-1eo0r1\']\r\n<strong>Specialty:\r\n</strong>Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam lorem ante.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'huge\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'alternate_color\' custom_bg=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/05/hero-7.jpg\' attachment=\'612\' attachment_size=\'full\' attach=\'fixed\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.8\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-1b9fxx\']\r\n[av_one_fifth first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-15kn99\']\r\n\r\n[/av_one_fifth][av_three_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-vj4lh\']\r\n\r\n[av_heading tag=\'h1\' padding=\'20\' heading=\'Interested in becoming part of our team<strong>?</strong>\' color=\'\' style=\'blockquote modern-quote modern-centered\' custom_font=\'\' size=\'50\' subheading_active=\'\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-ra3c5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-lc7hp\']\r\n<p style=\"text-align: center;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis.</p>\r\n[/av_textblock]\r\n\r\n[av_button label=\'APPLY NOW\' link=\'page,513\' link_target=\'\' size=\'large\' position=\'center\' icon_select=\'yes-right-icon\' icon_hover=\'aviaTBicon_hover\' icon=\'ue879\' font=\'entypo-fontello\' color=\'theme-color\' custom_bg=\'#444444\' custom_font=\'#ffffff\' av_uid=\'av-fdohx\']\r\n\r\n[/av_three_fifth][av_one_fifth min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-borrx\']\r\n\r\n[/av_one_fifth]\r\n[/av_section]','Our Team','','inherit','closed','closed','','517-revision-v1','','','2021-04-24 06:49:32','2021-04-24 06:49:32','',517,'http://cs1.noappname.net/index.php/2021/04/24/517-revision-v1/',0,'revision','',0),(1084,1,'2021-04-24 06:50:58','2021-04-24 06:50:58','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS &amp; FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png\' attachment=\'1081\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdky79\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third][/av_layout_row][av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background_color=\'\' src=\'http://test.kriesi.at/enfold-gym/wp-content/uploads/sites/18/2016/02/hero-4-845x684.jpg\' attachment=\'548\' attachment_size=\'gallery\' background_attachment=\'scroll\' background_position=\'center right\' background_repeat=\'stretch\' mobile_display=\'\' av_uid=\'av-7t4q2t\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_heading tag=\'h3\' padding=\'10\' heading=\'Enia Sanson\' color=\'\' style=\'blockquote modern-quote\' custom_font=\'\' size=\'30\' subheading_active=\'subheading_below\' subheading_size=\'15\' custom_class=\'\' av_uid=\'av-7hm3dp\']\r\nHeadcoach\r\n[/av_heading]\r\n\r\n[av_iconlist position=\'left\' iconlist_styling=\'av-iconlist-small\' custom_title_size=\'\' custom_content_size=\'\' font_color=\'\' custom_title=\'#ffffff\' custom_content=\'#ffffff\' color=\'custom\' custom_bg=\'\' custom_font=\'#d63e2d\' custom_border=\'\' av_uid=\'av-7auiv1\']\r\n[av_iconlist_item title=\'CrossFit Level 3 Trainer \' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-77o06d\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Certified Pilates Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6zck31\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Olympic Weightlifting\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6vf7cl\'][/av_iconlist_item]\r\n[av_iconlist_item title=\'Kettlebell Coach\' link=\'\' linktarget=\'\' linkelement=\'\' icon=\'ue875\' font=\'entypo-fontello\' av_uid=\'av-6rd6el\'][/av_iconlist_item]\r\n[/av_iconlist]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'#ffffff\' av_uid=\'av-6bxijp\']\r\n<strong>Specialty:</strong>\r\nIn enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]','Our Team','','inherit','closed','closed','','517-revision-v1','','','2021-04-24 06:50:58','2021-04-24 06:50:58','',517,'http://cs1.noappname.net/index.php/2021/04/24/517-revision-v1/',0,'revision','',0),(1085,1,'2021-04-24 06:52:06','2021-04-24 06:52:06','','graph-02','','inherit','open','closed','','graph-02','','','2021-04-24 06:52:06','2021-04-24 06:52:06','',517,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02.png',0,'attachment','image/png',0),(1086,1,'2021-04-24 06:52:20','2021-04-24 06:52:20','','graph-03','','inherit','open','closed','','graph-03','','','2021-04-24 06:52:20','2021-04-24 06:52:20','',517,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03.png',0,'attachment','image/png',0),(1087,1,'2021-04-24 06:52:43','2021-04-24 06:52:43','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS &amp; FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png\' attachment=\'1081\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdky79\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n\r\n[av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02-300x136.png\' attachment=\'1085\' attachment_size=\'medium\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdnc3u\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-6bxijp\' admin_preview_bg=\'\']\r\n<img class=\"alignnone wp-image-1086\" src=\"http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03-240x300.png\" alt=\"\" width=\"261\" height=\"326\" />\r\n[/av_textblock]\r\n\r\n[/av_cell_one_half][/av_layout_row]','Our Team','','inherit','closed','closed','','517-revision-v1','','','2021-04-24 06:52:43','2021-04-24 06:52:43','',517,'http://cs1.noappname.net/index.php/2021/04/24/517-revision-v1/',0,'revision','',0),(1088,1,'2021-04-24 06:53:19','2021-04-24 06:53:19','[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-bp3kzx\']\r\n[av_heading heading=\'FACTS &amp; FIGURES\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'30\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvddrqi\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_one_full first min_height=\'\' vertical_alignment=\'\' space=\'\' custom_margin=\'\' margin=\'0px\' padding=\'0px\' border=\'\' border_color=\'\' radius=\'0px\' background_color=\'\' src=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-bdfq11\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-b3jlt9\' admin_preview_bg=\'\']\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum lorem ipsum\r\n[/av_textblock]\r\n\r\n[/av_one_full]\r\n[/av_section]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'alternate_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-9nkfxh\']\r\n[av_cell_one_third vertical_align=\'middle\' padding=\'180px,60px,180px,60px\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01-295x300.png\' attachment=\'1078\' attachment_size=\'medium\' background_attachment=\'scroll\' background_position=\'center left\' background_repeat=\'stretch\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ge4jp\']\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\',0,0,0\' background=\'bg_color\' background_color=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' link=\'\' linktarget=\'\' link_hover=\'\' mobile_display=\'\' custom_class=\'\' av_uid=\'av-9ccpz9\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png\' attachment=\'1081\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdky79\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_third][av_cell_one_third vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#292929\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-8efs9x\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-85aswt\' admin_preview_bg=\'\']\r\n<strong>LOREM IPSUM:</strong>\r\nDonec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt.\r\n[/av_textblock]\r\n\r\n[/av_cell_one_third]\r\n[/av_layout_row]\r\n\r\n[av_layout_row border=\'\' min_height=\'\' color=\'main_color\' mobile=\'av-flex-cells\' id=\'\' av_uid=\'av-80n3vh\']\r\n\r\n[av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-rknql\']\r\n\r\n[av_image src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02.png\' attachment=\'1085\' attachment_size=\'full\' copyright=\'\' caption=\'\' styling=\'\' align=\'center\' font_size=\'\' overlay_opacity=\'0.4\' overlay_color=\'#000000\' overlay_text_color=\'#ffffff\' animation=\'no-animation\' hover=\'\' appearance=\'\' link=\'\' target=\'\' id=\'\' custom_class=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-knvdnc3u\' admin_preview_bg=\'\'][/av_image]\r\n\r\n[/av_cell_one_half][av_cell_one_half vertical_align=\'middle\' padding=\'60px\' padding_sync=\'true\' background_color=\'#f7f7f7\' src=\'\' attachment=\'\' attachment_size=\'\' background_attachment=\'scroll\' background_position=\'top left\' background_repeat=\'no-repeat\' mobile_display=\'\' av_uid=\'av-6h6yrh\']\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'#ffffff\' id=\'\' custom_class=\'\' av_uid=\'av-6bxijp\' admin_preview_bg=\'\']\r\n<img class=\"alignnone wp-image-1086\" src=\"http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03-240x300.png\" alt=\"\" width=\"261\" height=\"326\" />\r\n[/av_textblock]\r\n\r\n[/av_cell_one_half][/av_layout_row]','Our Team','','inherit','closed','closed','','517-revision-v1','','','2021-04-24 06:53:19','2021-04-24 06:53:19','',517,'http://cs1.noappname.net/index.php/2021/04/24/517-revision-v1/',0,'revision','',0),(1089,1,'2021-04-24 07:15:08','2021-04-24 07:15:08','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione-300x110.jpg\' attachment=\'1034\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4wats9\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'Bassa pressione e gravita’\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvecllr\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading heading=\'BASSA PRESSIONE E GRAVITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvedo7r\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nStampi bassa pressione e gravità, specialmente per teste cilindri e basamenti motore.\r\nCasse anime processo inorganico.\r\nCollaudi e campionature.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading heading=\'PROGETTAZIONE\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveffei\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa grande esperienza tecnica, maturata in oltre 50 anni di attività, ha portato gli operatori del nostro studio di progettazione ad un altissimo livello di specializzazione.\r\nLa capacità di recepire e gestire al meglio le esigenze del cliente, unitamente al grado di riservatezza delle informazioni acquisite, si concretizza con l’ottimizzazione del processo produttivo.\r\nOttimizzare significa per noi verificare la realizzabilità del progetto e apportare, in accordo con il cliente, le opportune modifiche, grazie alle quali si ottengono benefici durante le successive fasi di produzione, lavorazione, utilizzo e manutenzione.\r\nIl processo produttivo è realizzato con l’ausilio delle più moderne e potenti tecnologie disponibili sul mercato.\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'COLLAUDI E CAMPIONATURE\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveffei\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa fedeltà della riproduzione del modello 3D è garantita dal collaudo.\r\nTramite l’utilizzo di software, macchine e tecnologie di misurazione ottica il reparto collaudo acquisisce il modello 3D e confronta le quote definite nel progetto virtuale con quelle reali, evidenziando eventuali scostamenti dalle tolleranze\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-72ta9\']','BASSA PRESSIONE E GRAVITA\'','Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridi.','inherit','closed','closed','','577-revision-v1','','','2021-04-24 07:15:08','2021-04-24 07:15:08','',577,'http://cs1.noappname.net/index.php/2021/04/24/577-revision-v1/',0,'revision','',0),(1090,1,'2021-04-24 07:16:03','2021-04-24 07:16:03','','graph-gravita-produzione-it','','inherit','open','closed','','graph-gravita-produzione-it','','','2021-04-24 07:16:03','2021-04-24 07:16:03','',577,'http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it.png',0,'attachment','image/png',0),(1091,1,'2021-04-24 07:16:15','2021-04-24 07:16:15','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione-300x110.jpg\' attachment=\'1034\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4wats9\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'Bassa pressione e gravita’\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvecllr\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading heading=\'BASSA PRESSIONE E GRAVITA’\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nStampi bassa pressione e gravità, specialmente per teste cilindri e basamenti motore.\r\nCasse anime processo inorganico.\r\nCollaudi e campionature.\r\n\r\n<img class=\"alignnone wp-image-1090\" src=\"http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it-300x132.png\" alt=\"\" width=\"595\" height=\"262\" />\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading heading=\'PROGETTAZIONE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa grande esperienza tecnica, maturata in oltre 50 anni di attività, ha portato gli operatori del nostro studio di progettazione ad un altissimo livello di specializzazione.\r\nLa capacità di recepire e gestire al meglio le esigenze del cliente, unitamente al grado di riservatezza delle informazioni acquisite, si concretizza con l’ottimizzazione del processo produttivo.\r\nOttimizzare significa per noi verificare la realizzabilità del progetto e apportare, in accordo con il cliente, le opportune modifiche, grazie alle quali si ottengono benefici durante le successive fasi di produzione, lavorazione, utilizzo e manutenzione.\r\nIl processo produttivo è realizzato con l’ausilio delle più moderne e potenti tecnologie disponibili sul mercato.\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'COLLAUDI E CAMPIONATURE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa fedeltà della riproduzione del modello 3D è garantita dal collaudo.\r\nTramite l’utilizzo di software, macchine e tecnologie di misurazione ottica il reparto collaudo acquisisce il modello 3D e confronta le quote definite nel progetto virtuale con quelle reali, evidenziando eventuali scostamenti dalle tolleranze\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-72ta9\']','BASSA PRESSIONE E GRAVITA\'','Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridi.','inherit','closed','closed','','577-revision-v1','','','2021-04-24 07:16:15','2021-04-24 07:16:15','',577,'http://cs1.noappname.net/index.php/2021/04/24/577-revision-v1/',0,'revision','',0),(1092,1,'2021-04-24 07:17:30','2021-04-24 07:17:30','','800x0-bassa-pressione-gravita-produzione01','','inherit','open','closed','','800x0-bassa-pressione-gravita-produzione01','','','2021-04-24 07:17:30','2021-04-24 07:17:30','',577,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione01.jpg',0,'attachment','image/jpeg',0),(1093,1,'2021-04-24 07:17:31','2021-04-24 07:17:31','','800x0-bassa-pressione-gravita-produzione02','','inherit','open','closed','','800x0-bassa-pressione-gravita-produzione02','','','2021-04-24 07:17:31','2021-04-24 07:17:31','',577,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione02.jpg',0,'attachment','image/jpeg',0),(1094,1,'2021-04-24 07:17:32','2021-04-24 07:17:32','','800x0-bassa-pressione-gravita-produzione03','','inherit','open','closed','','800x0-bassa-pressione-gravita-produzione03','','','2021-04-24 07:17:32','2021-04-24 07:17:32','',577,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione03.jpg',0,'attachment','image/jpeg',0),(1095,1,'2021-04-24 07:17:33','2021-04-24 07:17:33','','800x0-bassa-pressione-gravita-produzione04','','inherit','open','closed','','800x0-bassa-pressione-gravita-produzione04','','','2021-04-24 07:17:33','2021-04-24 07:17:33','',577,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione04.jpg',0,'attachment','image/jpeg',0),(1096,1,'2021-04-24 07:17:33','2021-04-24 07:17:33','','800x0-bassa-pressione-gravita-produzione05','','inherit','open','closed','','800x0-bassa-pressione-gravita-produzione05','','','2021-04-24 07:17:33','2021-04-24 07:17:33','',577,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione05.jpg',0,'attachment','image/jpeg',0),(1097,1,'2021-04-24 07:17:40','2021-04-24 07:17:40','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione-300x110.jpg\' attachment=\'1034\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4wats9\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-h1adl\']\r\n\r\n[av_heading heading=\'Bassa pressione e gravita’\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvecllr\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3d256x\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-39mk49\']\r\n\r\n[av_heading heading=\'BASSA PRESSIONE E GRAVITA’\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-n7c7d\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nStampi bassa pressione e gravità, specialmente per teste cilindri e basamenti motore.\r\nCasse anime processo inorganico.\r\nCollaudi e campionature.\r\n\r\n<img class=\"alignnone wp-image-1090\" src=\"http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it-300x132.png\" alt=\"\" width=\"595\" height=\"262\" />\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2g3z15\']\r\n\r\n[av_heading heading=\'PROGETTAZIONE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-fdnrt\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa grande esperienza tecnica, maturata in oltre 50 anni di attività, ha portato gli operatori del nostro studio di progettazione ad un altissimo livello di specializzazione.\r\nLa capacità di recepire e gestire al meglio le esigenze del cliente, unitamente al grado di riservatezza delle informazioni acquisite, si concretizza con l’ottimizzazione del processo produttivo.\r\nOttimizzare significa per noi verificare la realizzabilità del progetto e apportare, in accordo con il cliente, le opportune modifiche, grazie alle quali si ottengono benefici durante le successive fasi di produzione, lavorazione, utilizzo e manutenzione.\r\nIl processo produttivo è realizzato con l’ausilio delle più moderne e potenti tecnologie disponibili sul mercato.\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'COLLAUDI E CAMPIONATURE\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote modern-centered\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-11bt5\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-anaa9\' admin_preview_bg=\'\']\r\nLa fedeltà della riproduzione del modello 3D è garantita dal collaudo.\r\nTramite l’utilizzo di software, macchine e tecnologie di misurazione ottica il reparto collaudo acquisisce il modello 3D e confronta le quote definite nel progetto virtuale con quelle reali, evidenziando eventuali scostamenti dalle tolleranze\r\n<div class=\"csmSmallDivider\"></div>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1092,1093,1094,1095,1096\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-72ta9\']','BASSA PRESSIONE E GRAVITA\'','Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridi.','inherit','closed','closed','','577-revision-v1','','','2021-04-24 07:17:40','2021-04-24 07:17:40','',577,'http://cs1.noappname.net/index.php/2021/04/24/577-revision-v1/',0,'revision','',0),(1098,1,'2021-04-24 07:23:21','2021-04-24 07:23:21','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\n\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\n\n[/av_three_fourth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\n\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\n\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\n\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\n<ul>\n 	<li>Paraurti</li>\n 	<li>Pannelli porta</li>\n 	<li>Rivestimenti vari</li>\n 	<li>Plance</li>\n</ul>\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\n\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\n\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\n\nTipologia stampi:\n<ul>\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\n 	<li>Stampi co-iniettati termoplastici</li>\n 	<li>Stampi inietto-compressione</li>\n 	<li>Stampi one-shot (Incotech)</li>\n 	<li>Stampi compressione termoindurenti (SMC)</li>\n</ul>\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\n[/av_textblock]\n\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\n\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\n\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\n[/av_textblock]\n\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\n<table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\n</tr>\n<tr>\n<td>Fidia GFTM V3</td>\n<td>Anno 2015</td>\n<td>4000X – 3000Y – 1740Z</td>\n</tr>\n<tr>\n<td>Sachman TRT 314</td>\n<td>Anno 2014</td>\n<td>3000X – 1600Y – 2000Z</td>\n</tr>\n<tr>\n<td>Sachman T15HS (no1)</td>\n<td>Anno 2004</td>\n<td>2500X – 1200Y – 1100Z</td>\n</tr>\n<tr>\n<td>Sachman T15HS (no2)</td>\n<td>Anno 2004</td>\n<td>2500X – 1200Y – 1100Z</td>\n</tr>\n<tr>\n<td>FPT Pragma HS</td>\n<td>Anno 2000</td>\n<td>3000X – 1100Y – 1900Z</td>\n</tr>\n<tr>\n<td>Sigma Zenit M5</td>\n<td>Anno 2000</td>\n<td>1250X – 600Y – 685Z</td>\n</tr>\n<tr>\n<td>Sigma Leader 7</td>\n<td>Anno 2003</td>\n<td>2150X – 810Y – 630Z</td>\n</tr>\n<tr>\n<td colspan=\"3\"><strong>\nArea di lavorazione CNC DEEP DRILLING </strong></td>\n</tr>\n<tr>\n<td>IMSA MF1500 BB</td>\n<td>Anno 2004</td>\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\n</tr>\n<tr>\n<td colspan=\"3\"><strong>\nArea di lavorazione EDM</strong></td>\n</tr>\n<tr>\n<td>CDM ROVELLA BF1810</td>\n<td>Anno 2005</td>\n<td>1800X – 1100Y – 1000Z</td>\n</tr>\n<tr>\n<td colspan=\"3\"><strong>\nPresse prova chiusura stampi</strong></td>\n</tr>\n<tr>\n<td>MILLUTENISL 143</td>\n<td>Anno 2003</td>\n<td>1540 x 1300 --- H 1400</td>\n</tr>\n<tr>\n<td>NAVA 2MPS 250/TE+RT</td>\n<td>Anno 2015</td>\n<td>3000 x 2000 --- H 2500</td>\n</tr>\n</tbody>\n</table>\n[/av_textblock]\n\n[/av_one_half][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-qxkz\']\n\n','PLASTICA','Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.','inherit','closed','closed','','579-autosave-v1','','','2021-04-24 07:23:21','2021-04-24 07:23:21','',579,'http://cs1.noappname.net/index.php/2021/04/24/579-autosave-v1/',0,'revision','',0),(1099,1,'2021-04-24 07:22:12','2021-04-24 07:22:12','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knven3fc\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveo722\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote modern-centered\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveo722\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'548,547,546,545,612\' items=\'-1\' columns=\'5\' paginate=\'pagination\' size=\'fixed\' gap=\'large\' overlay_fx=\'active\' container_links=\'active\' id=\'\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' color=\'custom\' custom_bg=\'#191919\' av_uid=\'av-qxkz\']','PLASTICA','Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.','inherit','closed','closed','','579-revision-v1','','','2021-04-24 07:22:12','2021-04-24 07:22:12','',579,'http://cs1.noappname.net/index.php/2021/04/24/579-revision-v1/',0,'revision','',0),(1100,1,'2021-04-24 07:24:22','2021-04-24 07:24:22','','800x0-1','','inherit','open','closed','','800x0-1','','','2021-04-24 07:24:22','2021-04-24 07:24:22','',579,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-1.jpg',0,'attachment','image/jpeg',0),(1101,1,'2021-04-24 07:24:23','2021-04-24 07:24:23','','800x0-2','','inherit','open','closed','','800x0-2','','','2021-04-24 07:24:23','2021-04-24 07:24:23','',579,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-2.jpg',0,'attachment','image/jpeg',0),(1102,1,'2021-04-24 07:24:24','2021-04-24 07:24:24','','800x0-3','','inherit','open','closed','','800x0-3','','','2021-04-24 07:24:24','2021-04-24 07:24:24','',579,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-3.jpg',0,'attachment','image/jpeg',0),(1103,1,'2021-04-24 07:24:25','2021-04-24 07:24:25','','800x0-4','','inherit','open','closed','','800x0-4','','','2021-04-24 07:24:25','2021-04-24 07:24:25','',579,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-4.jpg',0,'attachment','image/jpeg',0),(1104,1,'2021-04-24 07:24:26','2021-04-24 07:24:26','','800x0-6','','inherit','open','closed','','800x0-6','','','2021-04-24 07:24:26','2021-04-24 07:24:26','',579,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-6.jpg',0,'attachment','image/jpeg',0),(1105,1,'2021-04-24 07:24:27','2021-04-24 07:24:27','','800x0-8','','inherit','open','closed','','800x0-8','','','2021-04-24 07:24:27','2021-04-24 07:24:27','',579,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-8.jpg',0,'attachment','image/jpeg',0),(1106,1,'2021-04-24 07:24:34','2021-04-24 07:24:34','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half][/av_section][av_masonry_gallery ids=\'1100,1101,1102,1103,1104,1105\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','PLASTICA','Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.','inherit','closed','closed','','579-revision-v1','','','2021-04-24 07:24:34','2021-04-24 07:24:34','',579,'http://cs1.noappname.net/index.php/2021/04/24/579-revision-v1/',0,'revision','',0),(1107,1,'2021-04-24 07:25:19','2021-04-24 07:25:19','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth]\r\n[/av_section]\r\n\r\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','PLASTICA','Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus.','inherit','closed','closed','','579-revision-v1','','','2021-04-24 07:25:19','2021-04-24 07:25:19','',579,'http://cs1.noappname.net/index.php/2021/04/24/579-revision-v1/',0,'revision','',0),(1108,1,'2021-04-24 07:28:17','2021-04-24 07:28:17','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni-300x110.jpg\' attachment=\'1038\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PORTASTAMPI\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvexakn\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','PORTASTAMPI','Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus.','inherit','closed','closed','','578-revision-v1','','','2021-04-24 07:28:17','2021-04-24 07:28:17','',578,'http://cs1.noappname.net/index.php/2021/04/24/578-revision-v1/',0,'revision','',0),(1109,1,'2021-04-24 07:29:51','2021-04-24 07:29:51','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione-300x110.jpg\' attachment=\'1032\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'PRESSOFUSIONE\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvezget\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','PRESSOFUSIONE','Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget.','inherit','closed','closed','','576-revision-v1','','','2021-04-24 07:29:51','2021-04-24 07:29:51','',576,'http://cs1.noappname.net/index.php/2021/04/24/576-revision-v1/',0,'revision','',0),(1110,1,'2021-04-24 07:31:46','2021-04-24 07:31:46','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\n\n[av_heading heading=\'PLASTICA\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvemfll\' admin_preview_bg=\'\'][/av_heading]\n\n[/av_three_fourth]\n[/av_section]\n\n[av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\n\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\n\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\n<ul>\n 	<li>Paraurti</li>\n 	<li>Pannelli porta</li>\n 	<li>Rivestimenti vari</li>\n 	<li>Plance</li>\n</ul>\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\n\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\n\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\n\nTipologia stampi:\n<ul>\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\n 	<li>Stampi co-iniettati termoplastici</li>\n 	<li>Stampi inietto-compressione</li>\n 	<li>Stampi one-shot (Incotech)</li>\n 	<li>Stampi compressione termoindurenti (SMC)</li>\n</ul>\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\n[/av_textblock]\n\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\n\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\n[/av_textblock]\n\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\n\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\n\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\n[/av_textblock]\n\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\n\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\n<table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\n</tr>\n<tr>\n<td>Fidia GFTM V3</td>\n<td>Anno 2015</td>\n<td>4000X – 3000Y – 1740Z</td>\n</tr>\n<tr>\n<td>Sachman TRT 314</td>\n<td>Anno 2014</td>\n<td>3000X – 1600Y – 2000Z</td>\n</tr>\n<tr>\n<td>Sachman T15HS (no1)</td>\n<td>Anno 2004</td>\n<td>2500X – 1200Y – 1100Z</td>\n</tr>\n<tr>\n<td>Sachman T15HS (no2)</td>\n<td>Anno 2004</td>\n<td>2500X – 1200Y – 1100Z</td>\n</tr>\n<tr>\n<td>FPT Pragma HS</td>\n<td>Anno 2000</td>\n<td>3000X – 1100Y – 1900Z</td>\n</tr>\n<tr>\n<td>Sigma Zenit M5</td>\n<td>Anno 2000</td>\n<td>1250X – 600Y – 685Z</td>\n</tr>\n<tr>\n<td>Sigma Leader 7</td>\n<td>Anno 2003</td>\n<td>2150X – 810Y – 630Z</td>\n</tr>\n<tr>\n<td colspan=\"3\"><strong>\nArea di lavorazione CNC DEEP DRILLING </strong></td>\n</tr>\n<tr>\n<td>IMSA MF1500 BB</td>\n<td>Anno 2004</td>\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\n</tr>\n<tr>\n<td colspan=\"3\"><strong>\nArea di lavorazione EDM</strong></td>\n</tr>\n<tr>\n<td>CDM ROVELLA BF1810</td>\n<td>Anno 2005</td>\n<td>1800X – 1100Y – 1000Z</td>\n</tr>\n<tr>\n<td colspan=\"3\"><strong>\nPresse prova chiusura stampi</strong></td>\n</tr>\n<tr>\n<td>MILLUTENISL 143</td>\n<td>Anno 2003</td>\n<td>1540 x 1300 --- H 1400</td>\n</tr>\n<tr>\n<td>NAVA 2MPS 250/TE+RT</td>\n<td>Anno 2015</td>\n<td>3000 x 2000 --- H 2500</td>\n</tr>\n</tbody>\n</table>\n[/av_textblock]\n\n[/av_one_half]\n[/av_section]\n\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']\n\n','RICERCA E SVILUPPO','Lorem ipsum dan massa. Cum sociis natoque penatibus et magnis dis consequat vitae par.','inherit','closed','closed','','575-autosave-v1','','','2021-04-24 07:31:46','2021-04-24 07:31:46','',575,'http://cs1.noappname.net/index.php/2021/04/24/575-autosave-v1/',0,'revision','',0),(1111,1,'2021-04-24 07:32:44','2021-04-24 07:32:44','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica-300x110.jpg\' attachment=\'1036\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'RICERCA E SVILUPPO\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvf3gtf\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','RICERCA E SVILUPPO','Lorem ipsum dan massa. Cum sociis natoque penatibus et magnis dis consequat vitae par.','inherit','closed','closed','','575-revision-v1','','','2021-04-24 07:32:44','2021-04-24 07:32:44','',575,'http://cs1.noappname.net/index.php/2021/04/24/575-revision-v1/',0,'revision','',0),(1112,1,'2021-04-24 07:34:30','2021-04-24 07:34:30','','SIMULAZIONE','Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam loapi. ','inherit','closed','closed','','580-autosave-v1','','','2021-04-24 07:34:30','2021-04-24 07:34:30','',580,'http://cs1.noappname.net/index.php/2021/04/24/580-autosave-v1/',0,'revision','',0),(1113,1,'2021-04-24 07:35:49','2021-04-24 07:35:49','[av_section min_height=\'\' min_height_pc=\'25\' min_height_px=\'500px\' padding=\'huge\' custom_margin=\'0px\' custom_margin_sync=\'true\' color=\'alternate_color\' background=\'bg_color\' custom_bg=\'\' background_gradient_color1=\'\' background_gradient_color2=\'\' background_gradient_direction=\'vertical\' src=\'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti-300x110.jpg\' attachment=\'1027\' attachment_size=\'medium\' attach=\'scroll\' position=\'center center\' repeat=\'stretch\' video=\'\' video_ratio=\'16:9\' overlay_enable=\'aviaTBoverlay_enable\' overlay_opacity=\'0.7\' overlay_color=\'#000000\' overlay_pattern=\'\' overlay_custom_pattern=\'\' shadow=\'no-shadow\' bottom_border=\'no-border-styling\' bottom_border_diagonal_color=\'#333333\' bottom_border_diagonal_direction=\'\' bottom_border_style=\'\' custom_arrow_bg=\'\' id=\'\' custom_class=\'\' aria_label=\'\' av_element_hidden_in_editor=\'0\' av_uid=\'av-4vptm3\']\r\n\r\n[av_three_fourth first min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-4p06jf\']\r\n\r\n[av_heading heading=\'SIMULAZIONE\' tag=\'h1\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'70\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knvf74u8\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[/av_three_fourth][/av_section][av_section min_height=\'\' min_height_px=\'500px\' padding=\'large\' shadow=\'no-border-styling\' bottom_border=\'no-border-styling\' id=\'\' color=\'main_color\' custom_bg=\'\' src=\'\' attachment=\'\' attachment_size=\'\' attach=\'scroll\' position=\'top left\' repeat=\'no-repeat\' video=\'\' video_ratio=\'16:9\' overlay_opacity=\'0.5\' overlay_color=\'\' overlay_pattern=\'\' overlay_custom_pattern=\'\' av_uid=\'av-3du783\']\r\n[av_one_half first min_height=\'\' vertical_alignment=\'av-align-top\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'0px\' padding_sync=\'true\' border=\'\' border_color=\'\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top left\' background_repeat=\'no-repeat\' animation=\'\' mobile_display=\'\' av_uid=\'av-3a7r8j\']\r\n\r\n[av_heading heading=\'STAMPI TERMOPLASTICI\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-eqt8r\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nCostamp Torino opera nel settore stampi termoplastici da oltre 20 anni, realizzando attrezzature per i più importanti Tier1 / OEM.\r\n\r\nIl settore applicativo di riferimento è quello AUTOMOTIVE:\r\n<ul>\r\n 	<li>Paraurti</li>\r\n 	<li>Pannelli porta</li>\r\n 	<li>Rivestimenti vari</li>\r\n 	<li>Plance</li>\r\n</ul>\r\nIl dipartimento tecnico ha concepito la struttura brevettata dello stampo Paraurti compatto.\r\n\r\nQuesta tipologia di stampi è stata già impiegata su oltre 30 stampi per paraurti, tutti in produzione c/o gli stabilimenti FCA (Italia, Polonia, Serbia), stabilimenti OP (Francia), stabilimenti Faurecia (Francia, Brasile, Russia, Romania), stabilimento Plascar (Brasile), stabilimento Aplas (Turchia).\r\n\r\nIl brevetto attualmente è stato trasferito, rinnovato e depositato sotto marchio Costamp s.r.l.\r\n\r\nTipologia stampi:\r\n<ul>\r\n 	<li>Stampi iniezione termoplastica, specializzati nel settore AUTOMOTIVE e TRUCK</li>\r\n 	<li>Stampi co-iniettati termoplastici</li>\r\n 	<li>Stampi inietto-compressione</li>\r\n 	<li>Stampi one-shot (Incotech)</li>\r\n 	<li>Stampi compressione termoindurenti (SMC)</li>\r\n</ul>\r\nSu richiesta del cliente processiamo la costruzione di attrezzature specifiche per la realizzazione di campioni prototipali di varie tipologie e materiali (stereolitografie, termoplastici, termoformati, …)\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Please bring along<strong>:</strong>\' tag=\'h3\' link=\'\' link_target=\'\' style=\'blockquote modern-quote\' size=\'20\' subheading_active=\'\' subheading_size=\'15\' margin=\'\' padding=\'0\' color=\'\' custom_font=\'\' custom_class=\'\' id=\'\' admin_preview_bg=\'\' av-desktop-hide=\'\' av-medium-hide=\'\' av-small-hide=\'\' av-mini-hide=\'\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' av_uid=\'av-8fhln\'][/av_heading]\r\n\r\n[av_textblock size=\'\' font_color=\'\' color=\'\' av_uid=\'av-2ka77n\']\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.\r\n[/av_textblock]\r\n\r\n[/av_one_half][av_one_half min_height=\'av-equal-height-column\' vertical_alignment=\'av-align-middle\' space=\'\' margin=\'0px\' margin_sync=\'true\' padding=\'18px\' padding_sync=\'true\' border=\'1\' border_color=\'#e1e1e1\' radius=\'0px\' radius_sync=\'true\' background_color=\'\' src=\'\' attachment=\'\' attachment_size=\'\' background_position=\'top center\' background_repeat=\'contain\' animation=\'\' mobile_display=\'\' av_uid=\'av-2gax17\']\r\n\r\n[av_heading heading=\'QUALITA’\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knveqwto\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\nI nostri stampi sono sempre certificati tramite controlli dimensionali a verifica delle corrette geometrie rappresentate sul 3D. La tipologia di collaudo avviene con strumenti per contatto o per scansione laser / fotogrammetria.\r\n\r\nSu richiesta del cliente eseguiamo controllo CTR dei particolari prodotti.\r\n[/av_textblock]\r\n\r\n[av_heading heading=\'Macchinari\' tag=\'h3\' style=\'blockquote modern-quote\' subheading_active=\'\' size=\'20\' av-medium-font-size-title=\'\' av-small-font-size-title=\'\' av-mini-font-size-title=\'\' subheading_size=\'15\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' color=\'\' custom_font=\'\' margin=\'\' margin_sync=\'true\' padding=\'0\' link=\'\' link_target=\'\' id=\'\' custom_class=\'\' av_uid=\'av-knver0ip\' admin_preview_bg=\'\'][/av_heading]\r\n\r\n[av_textblock size=\'\' av-medium-font-size=\'\' av-small-font-size=\'\' av-mini-font-size=\'\' font_color=\'\' color=\'\' id=\'\' custom_class=\'\' av_uid=\'av-2uysw3\' admin_preview_bg=\'\']\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td colspan=\"3\"><strong>Area di lavorazione CNC MILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>Fidia GFTM V3</td>\r\n<td>Anno 2015</td>\r\n<td>4000X – 3000Y – 1740Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman TRT 314</td>\r\n<td>Anno 2014</td>\r\n<td>3000X – 1600Y – 2000Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no1)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sachman T15HS (no2)</td>\r\n<td>Anno 2004</td>\r\n<td>2500X – 1200Y – 1100Z</td>\r\n</tr>\r\n<tr>\r\n<td>FPT Pragma HS</td>\r\n<td>Anno 2000</td>\r\n<td>3000X – 1100Y – 1900Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Zenit M5</td>\r\n<td>Anno 2000</td>\r\n<td>1250X – 600Y – 685Z</td>\r\n</tr>\r\n<tr>\r\n<td>Sigma Leader 7</td>\r\n<td>Anno 2003</td>\r\n<td>2150X – 810Y – 630Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione CNC DEEP DRILLING </strong></td>\r\n</tr>\r\n<tr>\r\n<td>IMSA MF1500 BB</td>\r\n<td>Anno 2004</td>\r\n<td>3200X – 1500Y (+-20°) – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nArea di lavorazione EDM</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CDM ROVELLA BF1810</td>\r\n<td>Anno 2005</td>\r\n<td>1800X – 1100Y – 1000Z</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"3\"><strong>\r\nPresse prova chiusura stampi</strong></td>\r\n</tr>\r\n<tr>\r\n<td>MILLUTENISL 143</td>\r\n<td>Anno 2003</td>\r\n<td>1540 x 1300 --- H 1400</td>\r\n</tr>\r\n<tr>\r\n<td>NAVA 2MPS 250/TE+RT</td>\r\n<td>Anno 2015</td>\r\n<td>3000 x 2000 --- H 2500</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/av_textblock]\r\n\r\n[/av_one_half]\r\n[/av_section]\r\n\r\n[av_masonry_gallery ids=\'1100,1101,1102,1103,1104\' caption_elements=\'none\' caption_styling=\'\' caption_display=\'always\' size=\'fixed\' orientation=\'\' gap=\'large\' columns=\'5\' av-medium-columns=\'\' av-small-columns=\'\' av-mini-columns=\'\' items=\'-1\' paginate=\'pagination\' color=\'custom\' custom_bg=\'#191919\' overlay_fx=\'active\' animation=\'active\' container_links=\'active\' id=\'\' custom_class=\'\' av_uid=\'av-qxkz\']','SIMULAZIONE','Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim. Aliquam loapi. ','inherit','closed','closed','','580-revision-v1','','','2021-04-24 07:35:49','2021-04-24 07:35:49','',580,'http://cs1.noappname.net/index.php/2021/04/24/580-revision-v1/',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(36,5,0),(36,7,0),(36,8,0),(36,16,0),(40,5,0),(40,6,0),(40,7,0),(40,8,0),(40,17,0),(47,6,0),(47,7,0),(47,8,0),(47,18,0),(49,5,0),(49,7,0),(49,8,0),(51,5,0),(51,6,0),(51,7,0),(51,8,0),(51,19,0),(55,5,0),(55,7,0),(55,8,0),(63,1,0),(68,5,0),(68,7,0),(68,8,0),(81,1,0),(83,1,0),(155,5,0),(155,6,0),(155,7,0),(155,8,0),(155,17,0),(158,5,0),(158,6,0),(158,7,0),(158,8,0),(158,19,0),(331,1,0),(575,21,0),(576,21,0),(577,21,0),(578,21,0),(579,21,0),(580,21,0),(606,1,0),(997,23,0),(998,23,0),(1002,22,0),(1005,22,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,6),(2,2,'nav_menu','',0,0),(3,3,'nav_menu','',0,0),(4,4,'nav_menu','',0,0),(5,5,'category','',0,8),(6,6,'category','',0,5),(7,7,'post_tag','',0,9),(8,8,'post_tag','',0,9),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'portfolio_entries','',0,0),(12,12,'portfolio_entries','',0,0),(13,13,'portfolio_entries','',0,0),(14,14,'portfolio_entries','',0,0),(15,15,'nav_menu','',0,0),(16,16,'post_format','',0,1),(17,17,'post_format','',0,2),(18,18,'post_format','',0,1),(19,19,'post_format','',0,2),(20,20,'nav_menu','',0,0),(21,21,'portfolio_entries','',0,6),(22,22,'nav_menu','',0,2),(23,23,'nav_menu','',0,2);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Previously used menu 1','previously-used-menu-1',0),(3,'Previously used menu 2','previously-used-menu-2',0),(4,'Previously used menu 3','previously-used-menu-3',0),(5,'News','news',0),(6,'Personal','personal',0),(7,'food','food',0),(8,'fun','fun',0),(9,'landscape','landscape',0),(10,'portrait','portrait',0),(11,'Design','design',0),(12,'Illustration','illustration',0),(13,'Logo Design','logo-design',0),(14,'Photography','photography',0),(15,'Previously used menu 4','previously-used-menu-4',0),(16,'Link','post-format-link',0),(17,'Gallery','post-format-gallery',0),(18,'Video','post-format-video',0),(19,'Audio','post-format-audio',0),(20,'Previously used menu 5','previously-used-menu-5',0),(21,'classes','classes',0),(22,'Main Menu','main-menu',0),(23,'Secondary Menu','secondary-menu',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','admin'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','builder-button-pointer,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(17,1,'wp_dashboard_quick_press_last_post_id','922'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"51.190.7.0\";}'),(19,1,'wp_user-settings','editor=tinymce&libraryContent=browse'),(20,1,'wp_user-settings-time','1619249070'),(21,1,'nav_menu_recently_edited','22'),(22,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(23,1,'metaboxhidden_nav-menus','a:4:{i:0;s:23:\"add-post-type-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:21:\"add-portfolio_entries\";}'),(24,1,'default_password_nag',''),(25,1,'closedpostboxes_page','a:0:{}'),(26,1,'metaboxhidden_page','a:7:{i:0;s:12:\"revisionsdiv\";i:1;s:11:\"postexcerpt\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),(27,1,'session_tokens','a:1:{s:64:\"45c6fb9e57c1cca757b07d9934bc99128b33bbbcebd88a1ad04b6d9448c8ca1b\";a:4:{s:10:\"expiration\";i:1619380920;s:2:\"ip\";s:12:\"51.190.7.126\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:87.0) Gecko/20100101 Firefox/87.0\";s:5:\"login\";i:1619208120;}}'),(28,1,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:420:\"<strong>New in Yoast SEO 15.1: </strong>Easily find related keyphrases and their actual Google search volume with the SEMRush integration; Farsi keyphrase recognition. <a href=\"https://yoa.st/yoast15-1?php_version=5.6&#038;platform=wordpress&#038;platform_version=5.5.1&#038;software=free&#038;software_version=15.1.1&#038;days_active=30plus&#038;user_language=en_US\" target=\"_blank\">Read all about version 15.1 here</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"updated\";s:2:\"id\";s:20:\"wpseo-plugin-updated\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:5:\"admin\";s:9:\"user_pass\";s:34:\"$P$BDEeSQ54JVCkRZR60YjZimHXKp2oGl1\";s:13:\"user_nicename\";s:5:\"admin\";s:10:\"user_email\";s:20:\"paulmccash@gmail.com\";s:8:\"user_url\";s:22:\"http://www.manorama.it\";s:15:\"user_registered\";s:19:\"2020-10-08 06:03:50\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:5:\"admin\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:64:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;s:12:\"cfdb7_access\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:1:{s:13:\"dismiss_value\";s:6:\"15.1.1\";}s:13:\"dismissal_key\";s:20:\"wpseo-plugin-updated\";s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";O:61:\"Yoast\\WP\\SEO\\Presenters\\Admin\\Indexing_Notification_Presenter\":3:{s:18:\"\0*\0total_unindexed\";i:122;s:9:\"\0*\0reason\";s:23:\"home_url_option_changed\";s:20:\"\0*\0short_link_helper\";O:38:\"Yoast\\WP\\SEO\\Helpers\\Short_Link_Helper\":2:{s:17:\"\0*\0options_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Options_Helper\":0:{}s:17:\"\0*\0product_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Product_Helper\":0:{}}}s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";r:7;s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(29,1,'_yoast_wpseo_profile_updated','1618651570'),(30,1,'wpseo_title',''),(31,1,'wpseo_metadesc',''),(32,1,'wpseo_noindex_author',''),(33,1,'wpseo_content_analysis_disable',''),(34,1,'wpseo_keyword_analysis_disable',''),(35,1,'facebook',''),(36,1,'instagram',''),(37,1,'linkedin',''),(38,1,'myspace',''),(39,1,'pinterest',''),(40,1,'soundcloud',''),(41,1,'tumblr',''),(42,1,'twitter',''),(43,1,'youtube',''),(44,1,'wikipedia','');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$BDEeSQ54JVCkRZR60YjZimHXKp2oGl1','admin','paulmccash@gmail.com','http://www.manorama.it','2020-10-08 06:03:50','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpmailsmtp_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpmailsmtp_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpmailsmtp_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `data` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpmailsmtp_tasks_meta`
--

LOCK TABLES `wp_wpmailsmtp_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpmailsmtp_tasks_meta` VALUES (1,'wp_mail_smtp_admin_notifications_update','W10=','2021-02-17 15:55:40');
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable`
--

DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext COLLATE utf8mb4_unicode_ci,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `object_id` int(11) unsigned DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `author_id` int(11) unsigned DEFAULT NULL,
  `post_parent` int(11) unsigned DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_ci,
  `description` mediumtext COLLATE utf8mb4_unicode_ci,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_ci,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text COLLATE utf8mb4_unicode_ci,
  `twitter_image` longtext COLLATE utf8mb4_unicode_ci,
  `twitter_description` longtext COLLATE utf8mb4_unicode_ci,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_ci,
  `open_graph_title` text COLLATE utf8mb4_unicode_ci,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_ci,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_ci,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_ci,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_ci,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  `language` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`)
) ENGINE=InnoDB AUTO_INCREMENT=309 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES (1,'http://www.manorama.it/index.php/author/admin/','46:cd8b9527a686c8285b3a70ea18a7632d',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/ee82ef041236392f47f0e01a72987bda?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/ee82ef041236392f47f0e01a72987bda?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-10-16 05:26:50','2021-04-24 05:35:49',1,NULL,NULL,NULL,NULL,0),(3,'http://cs1.noappname.net/','25:ec0ed9802cd830f26e32b12f98ced5aa',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','assistenza a ore Centri assistenza anziani trasporto anziani sostegno anziani compagnia anziani servizi di pulizia bergamo Assistenza domiciliare assistenza ospedale bergamo servizi infermieristici Lavoro badante trasporto ospedaliero bergamo servizio badante badante badante a ore Colf riabilitazione bergamo servizi infermieristici a domicilio servizi pulizia domicilio anziani trasporto anziani bergamo badanti Supporto e assistenza per malati di Alzheimer accompagnamento anziani Centri assistenza anziani bergamo Fisioterapia bergamo Assistenza anziani bergamo O.S.S. bergamo assistenza domiciliare bergamo cercasi badante notte bergamo servizi infermieristici bergamo cerco badante bergamo sostituzione badante lavoro badante bergamo assistenza notturna bergamo badante per sostituzione badante e colf bergamo badante anziani bergamo badante italiana bergamo badante part time bergamo Assistenza ospedaliera bergamo badante convivente assistenza domiciliare anziani bergamo e provincia badanti bergamo badante urgente trasporto assistito bergamo assistenza anziani a domicilio bergamo Badanti a tempo pieno medicazione anziani bergamo badante urgente bergamo Massoterapia Bergamo badante convivente bergamo badante notturna bergamo assistenza disabili Igiene personale, bagno assistito, vestizione Assistenza ai pasti Accompagnamento per visite, esami, passeggiate Assistenza incontinenti, malati cronici e pazienti affetti da Alzheimer e Parkinson. Assistenza e riabilitazione post ictus Infermiere a domiclio, prestazioni sanitarie, somministrazione terapie Iniezioni, prelievi, medicazioni, flebo, clisteri, cateterismi, gestione stomie Prevenzione e cura ferite e lesioni da pressione (piaghe da decubito) Fisioterapista e riabilitazione Podologo e cura del piede Servizio badante: ricerca badanti conviventi e sostituzione badante Notte in ospedale, assistenza ospedaliera, veglia e aiuto diurno Vacanze serene: assistenza durante l\'estate, il Natale e tutti i periodi di festività! Reperibilità continuativa 24 ore su 24 Interventi veloci e tempestivi Anche sabato domenica e festivi A casa e/o in ospedale Operatori qualificati Servizi completi e su misura, non vincolanti Operativi su tutta la città e in tutti i paesi e comuni del territorio Visita domciliare gratuita %','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'','','','',NULL,NULL,NULL,NULL,NULL,'2020-10-16 07:43:34','2021-04-24 05:44:00',1,NULL,NULL,NULL,NULL,0),(5,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-16 09:44:36','2020-10-16 08:44:36',1,NULL,NULL,NULL,NULL,0),(6,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-16 09:45:19','2020-10-16 08:45:19',1,NULL,NULL,NULL,NULL,0),(8,'http://www.fpmotion.it/index.php/2014/07/09/how-to-selecting-the-perfect-wine/','78:ae8bca08f76c6340fc4a5a9eb8ecc51f',83,'post','post',1,0,NULL,NULL,'How to: Selecting the perfect wine','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/wine.jpg',NULL,'352','featured-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/wine.jpg','352','featured-image','{\"width\":1649,\"height\":1212,\"url\":\"http://www.any-care.it/wp-content/uploads/2014/07/wine.jpg\",\"path\":\"/var/www/html/ata/wp-content/uploads/2014/07/wine.jpg\",\"size\":\"full\",\"id\":352,\"alt\":\"\",\"pixels\":1998588,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-10-18 20:08:20','2020-12-09 08:03:45',1,NULL,NULL,NULL,NULL,0),(9,'http://cs1.noappname.net/index.php/2012/03/09/the-new-pizza-oven/','65:a2c2e71665532756bb65777c02c669d1',81,'post','post',1,0,NULL,NULL,'The new Pizza oven','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/pizza.jpg',NULL,'350','featured-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/pizza.jpg','350','featured-image','{\"width\":1732,\"height\":1155,\"url\":\"http://www.any-care.it/wp-content/uploads/2014/07/pizza.jpg\",\"path\":\"/var/www/html/ata/wp-content/uploads/2014/07/pizza.jpg\",\"size\":\"full\",\"id\":350,\"alt\":\"\",\"pixels\":2000460,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-10-18 20:18:05','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(11,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-10-19 18:55:12','2020-10-19 17:55:12',1,NULL,NULL,NULL,NULL,0),(15,'http://cs1.noappname.net/wp-content/uploads/2014/07/wine.jpg','60:15ed15a6f81263dff9d4c817c47bfa3a',352,'post','attachment',1,362,NULL,NULL,'Wine','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/wine.jpg',NULL,'352','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/wine.jpg','352','attachment-image','{\"width\":1649,\"height\":1212,\"url\":\"http://www.any-care.it/wp-content/uploads/2014/07/wine.jpg\",\"path\":\"/var/www/html/ata/wp-content/uploads/2014/07/wine.jpg\",\"size\":\"full\",\"id\":352,\"alt\":\"\",\"pixels\":1998588,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-10-23 13:24:31','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,1),(16,'http://cs1.noappname.net/wp-content/uploads/2014/07/pizza.jpg','61:c696d0e06c4e099a4a555323feffae78',350,'post','attachment',1,362,NULL,NULL,'Vegetarian Pizza','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/pizza.jpg',NULL,'350','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/pizza.jpg','350','attachment-image','{\"width\":1732,\"height\":1155,\"url\":\"http://www.any-care.it/wp-content/uploads/2014/07/pizza.jpg\",\"path\":\"/var/www/html/ata/wp-content/uploads/2014/07/pizza.jpg\",\"size\":\"full\",\"id\":350,\"alt\":\"\",\"pixels\":2000460,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-10-23 13:24:31','2021-04-23 20:05:17',1,NULL,NULL,NULL,NULL,1),(17,'http://cs1.noappname.net/wp-content/uploads/2014/07/pasta.jpg','61:66f55c17bf8840223d5fddba6c962c2d',349,'post','attachment',1,362,NULL,NULL,'Pasta alla carbonara','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/pasta.jpg',NULL,'349','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/pasta.jpg','349','attachment-image','{\"width\":1732,\"height\":1155,\"url\":\"http://www.any-care.it/wp-content/uploads/2014/07/pasta.jpg\",\"path\":\"/var/www/html/ata/wp-content/uploads/2014/07/pasta.jpg\",\"size\":\"full\",\"id\":349,\"alt\":\"\",\"pixels\":2000460,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-10-23 13:24:31','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,1),(18,NULL,NULL,345,'post','attachment',1,362,NULL,NULL,'Burger','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/burger.jpg',NULL,'345','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/burger.jpg','345','attachment-image','{\"width\":1732,\"height\":1155,\"url\":\"http://www.any-care.it/wp-content/uploads/2014/07/burger.jpg\",\"path\":\"/var/www/html/ata/wp-content/uploads/2014/07/burger.jpg\",\"size\":\"full\",\"id\":345,\"alt\":\"\",\"pixels\":2000460,\"type\":\"image/jpeg\"}',0,2,NULL,'2020-10-23 13:24:31','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,1),(19,NULL,NULL,373,'post','attachment',1,362,NULL,NULL,'Elderly care','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/BADANTE-_FOTO-_01.jpeg',NULL,'373','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/BADANTE-_FOTO-_01.jpeg','373','attachment-image','{\"width\":1100,\"height\":696,\"url\":\"http://www.any-care.it/wp-content/uploads/2020/10/BADANTE-_FOTO-_01.jpeg\",\"path\":\"/var/www/html/ata/wp-content/uploads/2020/10/BADANTE-_FOTO-_01.jpeg\",\"size\":\"full\",\"id\":373,\"alt\":\"\",\"pixels\":765600,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-10-23 13:28:07','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,1),(20,NULL,NULL,405,'post','attachment',1,404,NULL,NULL,'ser_1','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/ser_1.png',NULL,'405','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/ser_1.png','405','attachment-image','{\"width\":760,\"height\":386,\"url\":\"http://www.any-care.it/wp-content/uploads/2020/10/ser_1.png\",\"path\":\"/var/www/html/ata/wp-content/uploads/2020/10/ser_1.png\",\"size\":\"full\",\"id\":405,\"alt\":\"\",\"pixels\":293360,\"type\":\"image/png\"}',0,1,NULL,'2020-10-23 13:28:07','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,1),(21,NULL,NULL,406,'post','attachment',1,404,NULL,NULL,'ser_2','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/ser_2.png',NULL,'406','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/ser_2.png','406','attachment-image','{\"width\":760,\"height\":324,\"url\":\"http://www.any-care.it/wp-content/uploads/2020/10/ser_2.png\",\"path\":\"/var/www/html/ata/wp-content/uploads/2020/10/ser_2.png\",\"size\":\"full\",\"id\":406,\"alt\":\"\",\"pixels\":246240,\"type\":\"image/png\"}',0,1,NULL,'2020-10-23 13:28:07','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,1),(22,NULL,NULL,408,'post','attachment',1,404,NULL,NULL,'ser_3','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/ser_3.png',NULL,'408','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/ser_3.png','408','attachment-image','{\"width\":768,\"height\":356,\"url\":\"http://www.any-care.it/wp-content/uploads/2020/10/ser_3.png\",\"path\":\"/var/www/html/ata/wp-content/uploads/2020/10/ser_3.png\",\"size\":\"full\",\"id\":408,\"alt\":\"\",\"pixels\":273408,\"type\":\"image/png\"}',0,1,NULL,'2020-10-23 13:28:07','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,1),(23,NULL,NULL,409,'post','attachment',1,404,NULL,NULL,'ser_4','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/ser_4.png',NULL,'409','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/ser_4.png','409','attachment-image','{\"width\":760,\"height\":504,\"url\":\"http://www.any-care.it/wp-content/uploads/2020/10/ser_4.png\",\"path\":\"/var/www/html/ata/wp-content/uploads/2020/10/ser_4.png\",\"size\":\"full\",\"id\":409,\"alt\":\"\",\"pixels\":383040,\"type\":\"image/png\"}',0,1,NULL,'2020-10-23 13:28:07','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,1),(24,NULL,NULL,411,'post','attachment',1,404,NULL,NULL,'ser_5','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/ser_5.png',NULL,'411','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/ser_5.png','411','attachment-image','{\"width\":760,\"height\":506,\"url\":\"http://www.any-care.it/wp-content/uploads/2020/10/ser_5.png\",\"path\":\"/var/www/html/ata/wp-content/uploads/2020/10/ser_5.png\",\"size\":\"full\",\"id\":411,\"alt\":\"\",\"pixels\":384560,\"type\":\"image/png\"}',0,1,NULL,'2020-10-23 13:28:07','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,1),(25,NULL,NULL,399,'post','attachment',1,362,NULL,NULL,'gallery_servizi_2','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_2.png',NULL,'399','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_2.png','399','attachment-image','{\"width\":696,\"height\":463,\"url\":\"http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_2.png\",\"path\":\"/var/www/html/ata/wp-content/uploads/2020/10/gallery_servizi_2.png\",\"size\":\"full\",\"id\":399,\"alt\":\"\",\"pixels\":322248,\"type\":\"image/png\"}',0,1,NULL,'2020-10-23 13:32:06','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,1),(26,NULL,NULL,398,'post','attachment',1,362,NULL,NULL,'gallery_servizi_1','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_1.png',NULL,'398','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_1.png','398','attachment-image','{\"width\":690,\"height\":460,\"url\":\"http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_1.png\",\"path\":\"/var/www/html/ata/wp-content/uploads/2020/10/gallery_servizi_1.png\",\"size\":\"full\",\"id\":398,\"alt\":\"\",\"pixels\":317400,\"type\":\"image/png\"}',0,1,NULL,'2020-10-23 13:42:26','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,1),(27,NULL,NULL,401,'post','attachment',1,362,NULL,NULL,'gallery_servizi_3','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_3.png',NULL,'401','attachment-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_3.png','401','attachment-image','{\"width\":450,\"height\":314,\"url\":\"http://www.any-care.it/wp-content/uploads/2020/10/gallery_servizi_3.png\",\"path\":\"/var/www/html/ata/wp-content/uploads/2020/10/gallery_servizi_3.png\",\"size\":\"full\",\"id\":401,\"alt\":\"\",\"pixels\":141300,\"type\":\"image/png\"}',0,1,NULL,'2020-10-23 13:42:26','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,1),(28,'http://www.fpmotion.it/index.php/2020/10/08/hello-world/','56:ef14c900766f94f6e54e2ae88830372d',1,'post','post',1,0,NULL,NULL,'Hello world!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2020-10-26 08:18:48','2020-12-09 08:03:45',1,NULL,NULL,NULL,NULL,0),(29,'http://cs1.noappname.net/index.php/2011/02/09/how-to-pasta/','59:54e80a7b007a50bb3fcf9289d324cb0d',63,'post','post',1,0,NULL,NULL,'How to: Pasta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/pasta.jpg',NULL,'349','featured-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/pasta.jpg','349','featured-image','{\"width\":1732,\"height\":1155,\"url\":\"http://www.any-care.it/wp-content/uploads/2014/07/pasta.jpg\",\"path\":\"/var/www/html/ata/wp-content/uploads/2014/07/pasta.jpg\",\"size\":\"full\",\"id\":349,\"alt\":\"\",\"pixels\":2000460,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-10-26 08:18:48','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(30,'http://cs1.noappname.net/index.php/2010/01/09/hello-world-2/','60:63e61df9ca6c9f1a9c8f15db5775ec7e',331,'post','post',1,0,NULL,NULL,'Welcome on our new Homepage!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/fruit.jpg',NULL,'347','featured-image',NULL,NULL,'http://www.any-care.it/wp-content/uploads/2014/07/fruit.jpg','347','featured-image','{\"width\":1732,\"height\":1155,\"url\":\"http://www.any-care.it/wp-content/uploads/2014/07/fruit.jpg\",\"path\":\"/var/www/html/ata/wp-content/uploads/2014/07/fruit.jpg\",\"size\":\"full\",\"id\":347,\"alt\":\"\",\"pixels\":2000460,\"type\":\"image/jpeg\"}',1,1,NULL,'2020-10-26 08:18:48','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(35,'http://cs1.noappname.net/wp-content/uploads/2014/07/fruit.jpg','61:76076c2d11648e27ae2e201d95cceb07',347,'post','attachment',1,362,NULL,NULL,'Dessert','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2014/07/fruit.jpg',NULL,'347','attachment-image',NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2014/07/fruit.jpg','347','attachment-image','{\"width\":1732,\"height\":1155,\"url\":\"http://pelucchi.noappname.net/wp-content/uploads/2014/07/fruit.jpg\",\"path\":\"/var/www/html/pelucchi/wp-content/uploads/2014/07/fruit.jpg\",\"size\":\"full\",\"id\":347,\"alt\":\"\",\"pixels\":2000460,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-10 10:51:37','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(42,NULL,NULL,357,'post','attachment',1,362,NULL,NULL,'Floor Plan','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2014/07/floor_plan.png',NULL,'357','attachment-image',NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2014/07/floor_plan.png','357','attachment-image','{\"width\":800,\"height\":770,\"url\":\"http://pelucchi.noappname.net/wp-content/uploads/2014/07/floor_plan.png\",\"path\":\"/var/www/html/pelucchi/wp-content/uploads/2014/07/floor_plan.png\",\"size\":\"full\",\"id\":357,\"alt\":\"\",\"pixels\":616000,\"type\":\"image/png\"}',0,1,NULL,'2020-11-10 10:51:37','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(43,NULL,NULL,353,'post','attachment',1,362,NULL,NULL,'Dinning Room','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2014/07/restaurant_hotel_brown.jpg',NULL,'353','attachment-image',NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2014/07/restaurant_hotel_brown.jpg','353','attachment-image','{\"width\":1732,\"height\":1155,\"url\":\"http://pelucchi.noappname.net/wp-content/uploads/2014/07/restaurant_hotel_brown.jpg\",\"path\":\"/var/www/html/pelucchi/wp-content/uploads/2014/07/restaurant_hotel_brown.jpg\",\"size\":\"full\",\"id\":353,\"alt\":\"\",\"pixels\":2000460,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-10 10:51:37','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(44,NULL,NULL,354,'post','attachment',1,362,NULL,NULL,'Party Room','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2014/07/restaurant_wide.jpg',NULL,'354','attachment-image',NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2014/07/restaurant_wide.jpg','354','attachment-image','{\"width\":2233,\"height\":896,\"url\":\"http://pelucchi.noappname.net/wp-content/uploads/2014/07/restaurant_wide.jpg\",\"path\":\"/var/www/html/pelucchi/wp-content/uploads/2014/07/restaurant_wide.jpg\",\"size\":\"full\",\"id\":354,\"alt\":\"\",\"pixels\":2000768,\"type\":\"image/jpeg\"}',0,1,NULL,'2020-11-10 10:51:37','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(48,NULL,NULL,5,'term','category',NULL,NULL,NULL,NULL,'News',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(49,NULL,NULL,6,'term','category',NULL,NULL,NULL,NULL,'Personal',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(50,NULL,NULL,7,'term','post_tag',NULL,NULL,NULL,NULL,'food',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(51,NULL,NULL,8,'term','post_tag',NULL,NULL,NULL,NULL,'fun',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(52,NULL,NULL,9,'term','post_tag',NULL,NULL,NULL,NULL,'landscape',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(53,NULL,NULL,10,'term','post_tag',NULL,NULL,NULL,NULL,'portrait',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(54,NULL,NULL,11,'term','portfolio_entries',NULL,NULL,NULL,NULL,'Design',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(55,NULL,NULL,12,'term','portfolio_entries',NULL,NULL,NULL,NULL,'Illustration',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(56,NULL,NULL,13,'term','portfolio_entries',NULL,NULL,NULL,NULL,'Logo Design',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(57,NULL,NULL,14,'term','portfolio_entries',NULL,NULL,NULL,NULL,'Photography',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(58,NULL,NULL,553,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(59,NULL,NULL,554,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(60,NULL,NULL,17,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(61,NULL,NULL,19,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(62,NULL,NULL,20,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(63,NULL,NULL,21,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(64,NULL,NULL,25,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(65,NULL,NULL,26,'post','avia_framework_post',1,0,NULL,NULL,'avia_template_builder_snippets','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(66,NULL,NULL,64,'post','avia_framework_post',1,0,NULL,NULL,'avia_featured_media','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(67,NULL,NULL,555,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(68,NULL,NULL,556,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(69,NULL,NULL,18,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(70,NULL,NULL,22,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(71,NULL,NULL,23,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(72,NULL,NULL,24,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(73,NULL,NULL,65,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(74,NULL,NULL,66,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(75,NULL,NULL,198,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(76,NULL,NULL,199,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(77,NULL,NULL,200,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(78,NULL,NULL,201,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(79,NULL,NULL,202,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(80,NULL,NULL,203,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(81,NULL,NULL,204,'post','avia_framework_post',1,0,NULL,NULL,'avia_template_builder_snippets','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(82,NULL,NULL,206,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(83,NULL,NULL,207,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(84,NULL,NULL,208,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(85,NULL,NULL,495,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(86,NULL,NULL,496,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(87,NULL,NULL,4,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(88,NULL,NULL,5,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(89,NULL,NULL,557,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(90,NULL,NULL,558,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(91,NULL,NULL,559,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(92,NULL,NULL,209,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(93,NULL,NULL,210,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(94,NULL,NULL,211,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(95,NULL,NULL,212,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(96,NULL,NULL,213,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(97,NULL,NULL,497,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(98,NULL,NULL,498,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:05','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(99,'http://www.fpmotion.it/index.php/2012/08/24/this-is-a-post-with-post-type-link/','79:dd66225c06c8285bdc73d1ef6e2e7534',36,'post','post',1,0,NULL,NULL,'This is a post with post type &#8220;Link&#8221;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:06','2020-12-09 08:03:45',1,NULL,NULL,NULL,NULL,0),(100,'http://pelucchi.noappname.net/index.php/2020/11/10/b0268193f0cbd776f2a9c43df56d9186/','84:12e2eff8da680dd7552177bbf2d3ef54',560,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:31','2020-11-10 09:53:31',1,NULL,NULL,NULL,NULL,0),(101,NULL,NULL,16,'term','post_format',NULL,NULL,NULL,NULL,'Link',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:31','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(102,'http://www.fpmotion.it/index.php/2015/01/24/a-small-gallery/','60:1f494d3857c57b4809719caa0fe4c474',40,'post','post',1,0,NULL,NULL,'A small gallery','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2020-11-10 10:53:31','2021-04-23 20:14:24',1,NULL,NULL,NULL,NULL,0),(103,NULL,NULL,17,'term','post_format',NULL,NULL,NULL,NULL,'Gallery',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:31','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(104,'http://www.fpmotion.it/index.php/2013/12/24/entry-with-post-format-video/','73:99cde323e3eba3c67e1b5359b0ce79db',47,'post','post',1,0,NULL,NULL,'Entry with Post Format &#8220;Video&#8221;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2020-11-10 10:53:31','2021-04-23 20:05:17',1,NULL,NULL,NULL,NULL,0),(105,'http://pelucchi.noappname.net/index.php/2020/11/10/3575cebe6a8975300c4abc1b45d76eb7/','84:faf4a9a2bf05373d01e34472ba1431e6',561,'post','oembed_cache',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:41','2020-11-10 09:53:41',1,NULL,NULL,NULL,NULL,0),(106,NULL,NULL,18,'term','post_format',NULL,NULL,NULL,NULL,'Video',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:41','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(107,'http://www.fpmotion.it/index.php/2014/02/12/entry-without-preview-image/','72:6facba5ede37765f46020febc531c5e1',49,'post','post',1,0,NULL,NULL,'Entry without preview image','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2020-11-10 10:53:41','2021-04-23 20:05:17',1,NULL,NULL,NULL,NULL,0),(108,'http://www.fpmotion.it/index.php/2015/05/11/entry-with-audio/','61:674301cc2f05294b48d57e596a7c3f9d',51,'post','post',1,0,NULL,NULL,'Entry with Audio','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2020-11-10 10:53:41','2021-04-23 20:05:17',1,NULL,NULL,NULL,NULL,0),(109,NULL,NULL,19,'term','post_format',NULL,NULL,NULL,NULL,'Audio',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-10 10:53:41','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(110,'http://www.fpmotion.it/index.php/2012/05/24/a-nice-post/','56:924c3cdeaa7827b594954122fb9dc3e4',55,'post','post',1,0,NULL,NULL,'A nice post','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2020-11-10 10:53:41','2021-04-23 20:14:24',1,NULL,NULL,NULL,NULL,0),(111,'http://www.fpmotion.it/index.php/2014/08/24/a-nice-entry/','57:b2ef41f26ecb16dd4c59854eb27db7f5',68,'post','post',1,0,NULL,NULL,'A nice entry','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2020-11-10 10:53:41','2021-04-23 20:14:24',1,NULL,NULL,NULL,NULL,0),(117,'http://www.fpmotion.it/index.php/2018/04/17/invitation/','55:b892652776639d550c54afe313904318',606,'post','post',1,0,NULL,NULL,'Invitation!','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2020-11-10 10:53:42','2021-04-23 20:05:17',1,NULL,NULL,NULL,NULL,0),(138,NULL,NULL,841,'post','attachment',1,0,NULL,NULL,'pelucchi','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/pelucchi.png',NULL,'841','attachment-image',NULL,NULL,NULL,'841','attachment-image',NULL,0,NULL,NULL,'2020-11-10 13:34:34','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(139,'http://cs1.noappname.net/wp-content/uploads/2020/11/Testata-KOLLMORGEN.jpg','74:3a53ab6a41b886ddc4451000855c5939',842,'post','attachment',1,102,NULL,NULL,'Testata KOLLMORGEN','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Testata-KOLLMORGEN.jpg',NULL,'842','attachment-image',NULL,NULL,NULL,'842','attachment-image',NULL,0,1,NULL,'2020-11-10 13:37:47','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(140,'http://cs1.noappname.net/wp-content/uploads/2020/11/Testata-BAUER-1.jpg','71:7750fc755b31bb5c77ce418eb340a34d',847,'post','attachment',1,102,NULL,NULL,'Testata BAUER (1)','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Testata-BAUER-1.jpg',NULL,'847','attachment-image',NULL,NULL,NULL,'847','attachment-image',NULL,0,1,NULL,'2020-11-10 13:43:36','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(141,'http://cs1.noappname.net/wp-content/uploads/2020/11/Testata-BAUER-1-1.jpg','73:065d5d8088ffae97786f3fa7bee179c2',854,'post','attachment',1,102,NULL,NULL,'Testata BAUER (1)','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Testata-BAUER-1-1.jpg',NULL,'854','attachment-image',NULL,NULL,NULL,'854','attachment-image',NULL,0,1,NULL,'2020-11-10 13:48:41','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(142,'http://cs1.noappname.net/wp-content/uploads/2020/11/Testata-KOLLMORGEN-1.jpg','76:f77523163f6af03b78a00737bb2289b6',855,'post','attachment',1,102,NULL,NULL,'Testata KOLLMORGEN','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Testata-KOLLMORGEN-1.jpg',NULL,'855','attachment-image',NULL,NULL,NULL,'855','attachment-image',NULL,0,1,NULL,'2020-11-10 13:48:43','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(143,'http://cs1.noappname.net/wp-content/uploads/2020/11/bgm-bg-series-gear-motor.jpg','80:27560e0fdf0d1950352a864b846f6468',868,'post','attachment',1,102,NULL,NULL,'bgm-bg-series-gear-motor','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/bgm-bg-series-gear-motor.jpg',NULL,'868','attachment-image',NULL,NULL,NULL,'868','attachment-image',NULL,0,1,NULL,'2020-11-10 14:30:22','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(144,'http://cs1.noappname.net/wp-content/uploads/2020/11/motion_control.png','70:57996572ba63cdc054c45bce0d2f6540',871,'post','attachment',1,102,NULL,NULL,'motion_control','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/motion_control.png',NULL,'871','attachment-image',NULL,NULL,NULL,'871','attachment-image',NULL,0,1,NULL,'2020-11-10 14:43:19','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(145,'http://cs1.noappname.net/wp-content/uploads/2020/11/avg_control.png','67:cb08c403e945b2f19b2b495464a5839d',872,'post','attachment',1,102,NULL,NULL,'avg_control','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/avg_control.png',NULL,'872','attachment-image',NULL,NULL,NULL,'872','attachment-image',NULL,0,1,NULL,'2020-11-10 14:43:44','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(146,'http://cs1.noappname.net/wp-content/uploads/2020/11/food_solution.png','69:663f1982a8e624f4502048d4aa2da53c',873,'post','attachment',1,102,NULL,NULL,'food_solution','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/food_solution.png',NULL,'873','attachment-image',NULL,NULL,NULL,'873','attachment-image',NULL,0,1,NULL,'2020-11-10 14:44:42','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(147,'http://cs1.noappname.net/wp-content/uploads/2020/11/beverafe_solution.png','73:3f6c38376412d65dc0788de30e1be5ed',874,'post','attachment',1,102,NULL,NULL,'beverafe_solution','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/beverafe_solution.png',NULL,'874','attachment-image',NULL,NULL,NULL,'874','attachment-image',NULL,0,1,NULL,'2020-11-10 14:45:08','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(148,'http://cs1.noappname.net/wp-content/uploads/2020/11/pharma_solution.png','71:101fe0bbb9f414e3f979720aa364945d',875,'post','attachment',1,102,NULL,NULL,'pharma_solution','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/pharma_solution.png',NULL,'875','attachment-image',NULL,NULL,NULL,'875','attachment-image',NULL,0,1,NULL,'2020-11-10 14:45:52','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(149,'http://cs1.noappname.net/wp-content/uploads/2020/11/transfer_solution.png','73:07aa7f0b515d4138f7c90cd7375f6001',876,'post','attachment',1,102,NULL,NULL,'transfer_solution','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/transfer_solution.png',NULL,'876','attachment-image',NULL,NULL,NULL,'876','attachment-image',NULL,0,1,NULL,'2020-11-10 14:46:10','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(150,'http://cs1.noappname.net/wp-content/uploads/2020/11/pressofusione.png','69:4f88929153f26a269ff4d607b921604f',877,'post','attachment',1,102,NULL,NULL,'pressofusione','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/pressofusione.png',NULL,'877','attachment-image',NULL,NULL,NULL,'877','attachment-image',NULL,0,1,NULL,'2020-11-10 14:46:25','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(151,'http://cs1.noappname.net/wp-content/uploads/2020/11/confezionamento.png','71:309106c08ec9b4917d49780d13564db2',878,'post','attachment',1,102,NULL,NULL,'confezionamento','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/confezionamento.png',NULL,'878','attachment-image',NULL,NULL,NULL,'878','attachment-image',NULL,0,1,NULL,'2020-11-10 14:46:39','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(152,'http://cs1.noappname.net/wp-content/uploads/2020/11/utensili.png','64:0825f12a124ec58ee74218c4e27ed9b2',879,'post','attachment',1,102,NULL,NULL,'utensili','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/utensili.png',NULL,'879','attachment-image',NULL,NULL,NULL,'879','attachment-image',NULL,0,1,NULL,'2020-11-10 14:46:53','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(153,'http://cs1.noappname.net/wp-content/uploads/2020/11/bauer-gear-logo.png','71:031903560dfca3f4645317f4bd14ba8e',881,'post','attachment',1,102,NULL,NULL,'bauer-gear-logo','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/bauer-gear-logo.png',NULL,'881','attachment-image',NULL,NULL,NULL,'881','attachment-image',NULL,0,1,NULL,'2020-11-10 14:55:28','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(154,'http://cs1.noappname.net/wp-content/uploads/2020/11/thomson_products_wlogo.png','78:4729bb81f38e9396bf3e5fcce2b82a09',883,'post','attachment',1,102,NULL,NULL,'thomson_products_wlogo','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/thomson_products_wlogo.png',NULL,'883','attachment-image',NULL,NULL,NULL,'883','attachment-image',NULL,0,NULL,NULL,'2020-11-10 14:56:55','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(155,'http://cs1.noappname.net/wp-content/uploads/2020/11/Kollmorgen_text_nor_blue.png','80:17e70d6c0d8b380facbb7684dc52c783',884,'post','attachment',1,102,NULL,NULL,'Kollmorgen_text_nor_blue','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Kollmorgen_text_nor_blue.png',NULL,'884','attachment-image',NULL,NULL,NULL,'884','attachment-image',NULL,0,1,NULL,'2020-11-10 14:57:19','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(156,'http://cs1.noappname.net/wp-content/uploads/2020/11/thomson.png','63:cbf8b6aa2f4defdb3dc8d6c3a9fe05fc',886,'post','attachment',1,102,NULL,NULL,'thomson','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/thomson.png',NULL,'886','attachment-image',NULL,NULL,NULL,'886','attachment-image',NULL,0,1,NULL,'2020-11-10 15:00:31','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(157,'http://cs1.noappname.net/wp-content/uploads/2020/11/biglietto.png','65:edc72c7a9a5f3e197513b37056038596',892,'post','attachment',1,298,NULL,NULL,'biglietto','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/biglietto.png',NULL,'892','attachment-image',NULL,NULL,NULL,'892','attachment-image',NULL,0,1,NULL,'2020-11-10 15:11:07','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(158,NULL,NULL,899,'post','attachment',1,0,NULL,NULL,'logo_fpmotion','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/logo_fpmotion.png',NULL,'899','attachment-image',NULL,NULL,NULL,'899','attachment-image',NULL,0,NULL,NULL,'2020-11-13 09:57:44','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(159,NULL,NULL,900,'post','attachment',1,0,NULL,NULL,'logo_fp_motion','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/logo_fp_motion.png',NULL,'900','attachment-image',NULL,NULL,NULL,'900','attachment-image',NULL,0,NULL,NULL,'2020-11-13 10:01:03','2020-12-06 19:08:37',1,NULL,NULL,NULL,NULL,0),(160,'http://cs1.noappname.net/wp-content/uploads/2020/11/Thomson_per_movimenti_di_precisione.jpg','91:f6926909ea4d4593d2ad67fd085900f8',901,'post','attachment',1,102,NULL,NULL,'Thomson_per_movimenti_di_precisione','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/Thomson_per_movimenti_di_precisione.jpg',NULL,'901','attachment-image',NULL,NULL,NULL,'901','attachment-image',NULL,0,1,NULL,'2020-11-13 10:06:34','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(161,'http://cs1.noappname.net/wp-content/uploads/2020/11/transfer.png','64:79bb260fbc1da785214bf05f0b7c9a72',905,'post','attachment',1,102,NULL,NULL,'transfer','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/transfer.png',NULL,'905','attachment-image',NULL,NULL,NULL,'905','attachment-image',NULL,0,1,NULL,'2020-11-13 10:10:19','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(162,'http://www.manorama.it/?post_type=wpcf7_contact_form&p=479','58:6494948bea4b92d77c535bcfd84bb650',479,'post','wpcf7_contact_form',1,0,NULL,NULL,'Contact form 1','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-13 14:40:58','2021-04-17 07:30:32',1,NULL,NULL,NULL,NULL,0),(163,'http://cs1.noappname.net/wp-content/uploads/2020/11/Kollmorgen-srl-corporate-brochure-web-2020.pdf','98:48a9e77c10020453c8751dd3e448c8fd',913,'post','attachment',1,821,NULL,NULL,'Kollmorgen srl corporate brochure web 2020','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,NULL,'2020-11-13 15:03:35','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(165,'http://cs1.noappname.net/wp-content/uploads/2020/11/pdf-icon.png','64:4baee9d3bcb1d69ddce63d56ff066165',916,'post','attachment',1,821,NULL,NULL,'pdf-icon','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://pelucchi.noappname.net/wp-content/uploads/2020/11/pdf-icon.png',NULL,'916','attachment-image',NULL,NULL,NULL,'916','attachment-image',NULL,0,1,NULL,'2020-11-13 15:08:51','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(166,'http://www.manorama.it/?p=922','29:c891bf3ec836a63127bf7c6601c493ad',922,'post','post',1,0,NULL,NULL,'Auto Draft','auto-draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-17 07:26:20','2021-04-17 05:26:20',1,NULL,NULL,NULL,NULL,0),(167,'http://www.manorama.it/wp-content/uploads/2021/04/manorama_logo.png','67:67981dbfe1e33b3f2fca27ec873469ee',923,'post','attachment',1,0,NULL,NULL,'manorama_logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/manorama_logo.png',NULL,'923','attachment-image',NULL,NULL,NULL,'923','attachment-image',NULL,0,NULL,NULL,'2021-04-17 07:27:13','2021-04-17 05:27:13',1,NULL,NULL,NULL,NULL,0),(168,'http://www.manorama.it/wp-content/uploads/2021/04/manorama_logo-1.png','69:d14b1bc812b09bd36162fbcacc49d9b7',924,'post','attachment',1,0,NULL,NULL,'manorama_logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/manorama_logo-1.png',NULL,'924','attachment-image',NULL,NULL,NULL,'924','attachment-image',NULL,0,NULL,NULL,'2021-04-17 07:28:20','2021-04-17 05:28:20',1,NULL,NULL,NULL,NULL,0),(169,'http://cs1.noappname.net/wp-content/uploads/2021/04/slide_1.png','63:939ce47424cd6a5ff7217e975e30bc31',925,'post','attachment',1,102,NULL,NULL,'slide_1','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/slide_1.png',NULL,'925','attachment-image',NULL,NULL,NULL,'925','attachment-image',NULL,0,1,NULL,'2021-04-17 07:32:43','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(170,'http://cs1.noappname.net/wp-content/uploads/2021/04/slide_2.png','63:87d30c158955da88f20de421fdadc8ce',926,'post','attachment',1,102,NULL,NULL,'slide_2','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/slide_2.png',NULL,'926','attachment-image',NULL,NULL,NULL,'926','attachment-image',NULL,0,1,NULL,'2021-04-17 07:32:50','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(171,'http://cs1.noappname.net/wp-content/uploads/2021/04/slide_0.png','63:952ff5d7b37623d1263024c55b823e1a',927,'post','attachment',1,102,NULL,NULL,'slide_0','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/slide_0.png',NULL,'927','attachment-image',NULL,NULL,NULL,'927','attachment-image',NULL,0,1,NULL,'2021-04-17 07:32:57','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(172,'http://cs1.noappname.net/wp-content/uploads/2021/04/slide_3.png','63:37f29be678c7c3ac8341ddc81a2a4158',928,'post','attachment',1,102,NULL,NULL,'slide_3','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/slide_3.png',NULL,'928','attachment-image',NULL,NULL,NULL,'928','attachment-image',NULL,0,1,NULL,'2021-04-17 07:33:02','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(173,'http://cs1.noappname.net/wp-content/uploads/2021/04/slide_5.png','63:7c212efc75d0d8e085d4d56a37695a79',929,'post','attachment',1,102,NULL,NULL,'slide_5','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/slide_5.png',NULL,'929','attachment-image',NULL,NULL,NULL,'929','attachment-image',NULL,0,1,NULL,'2021-04-17 07:33:10','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(174,'http://cs1.noappname.net/wp-content/uploads/2021/04/firma.png','61:27f5229c8710e9f1995eba39c9e8be62',936,'post','attachment',1,102,NULL,NULL,'firma','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/firma.png',NULL,'936','attachment-image',NULL,NULL,NULL,'936','attachment-image',NULL,0,NULL,NULL,'2021-04-17 08:14:16','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(175,'http://cs1.noappname.net/wp-content/uploads/2021/04/OIQV0895.jpg','64:f3f403c5b4190c05dde52cee700740ab',938,'post','attachment',1,102,NULL,NULL,'OIQV0895','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/OIQV0895.jpg',NULL,'938','attachment-image',NULL,NULL,NULL,'938','attachment-image',NULL,0,NULL,NULL,'2021-04-17 08:15:21','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(176,'http://cs1.noappname.net/wp-content/uploads/2021/04/orari.jpg','61:b7167d9be1898f10f7a2e072b431a111',943,'post','attachment',1,102,NULL,NULL,'orari','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/orari.jpg',NULL,'943','attachment-image',NULL,NULL,NULL,'943','attachment-image',NULL,0,NULL,NULL,'2021-04-17 08:37:14','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(177,'http://cs1.noappname.net/wp-content/uploads/2021/04/stampa_ricamo-scialle_blujpg.jpg','84:c21b2ed5efcc96ccb4ab9ccf10d13e8a',953,'post','attachment',1,821,NULL,NULL,'stampa_ricamo-scialle_blujpg','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/stampa_ricamo-scialle_blujpg.jpg',NULL,'953','attachment-image',NULL,NULL,NULL,'953','attachment-image',NULL,0,1,NULL,'2021-04-17 08:59:02','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(178,'http://cs1.noappname.net/wp-content/uploads/2021/04/fiumi_di_luce.jpg','69:d98edc069ca1b9616f25182263d4878e',954,'post','attachment',1,821,NULL,NULL,'fiumi_di_luce','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/fiumi_di_luce.jpg',NULL,'954','attachment-image',NULL,NULL,NULL,'954','attachment-image',NULL,0,1,NULL,'2021-04-17 08:59:19','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(179,'http://cs1.noappname.net/wp-content/uploads/2021/04/stola_fiore_ricami.jpg','74:89d0b7ddf79041406f025094ed911930',955,'post','attachment',1,821,NULL,NULL,'stola_fiore_ricami','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/stola_fiore_ricami.jpg',NULL,'955','attachment-image',NULL,NULL,NULL,'955','attachment-image',NULL,0,1,NULL,'2021-04-17 08:59:31','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(180,'http://cs1.noappname.net/wp-content/uploads/2021/04/foulard_seta.jpg','68:d12a3cc079e9b00c9200e03d0bfc2ca3',961,'post','attachment',1,821,NULL,NULL,'foulard_seta','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/foulard_seta.jpg',NULL,'961','attachment-image',NULL,NULL,NULL,'961','attachment-image',NULL,0,1,NULL,'2021-04-17 09:04:10','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(181,'http://cs1.noappname.net/wp-content/uploads/2021/04/imperial_ricami.jpg','71:1ee347f9a072df61ef1c00bca7c53a16',962,'post','attachment',1,821,NULL,NULL,'imperial_ricami','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/imperial_ricami.jpg',NULL,'962','attachment-image',NULL,NULL,NULL,'962','attachment-image',NULL,0,1,NULL,'2021-04-17 09:04:32','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(182,'http://cs1.noappname.net/wp-content/uploads/2021/04/stola_stampa.jpg','68:5d4fe48d591fc10479f19b5d6b8847a0',963,'post','attachment',1,821,NULL,NULL,'stola_stampa','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/stola_stampa.jpg',NULL,'963','attachment-image',NULL,NULL,NULL,'963','attachment-image',NULL,0,1,NULL,'2021-04-17 09:04:54','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(183,'http://cs1.noappname.net/wp-content/uploads/2021/04/stola_stampa-fiore_russo.jpg','80:a01666830aad1e6521ac13357b236d1c',965,'post','attachment',1,821,NULL,NULL,'stola_stampa-fiore_russo','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/stola_stampa-fiore_russo.jpg',NULL,'965','attachment-image',NULL,NULL,NULL,'965','attachment-image',NULL,0,1,NULL,'2021-04-17 09:05:48','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(184,'http://cs1.noappname.net/wp-content/uploads/2021/04/stola_stampa_ricamo.jpg','75:2af3a588ac1a5fab94bd94ddeda5e55f',966,'post','attachment',1,821,NULL,NULL,'stola_stampa_ricamo','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/stola_stampa_ricamo.jpg',NULL,'966','attachment-image',NULL,NULL,NULL,'966','attachment-image',NULL,0,1,NULL,'2021-04-17 09:06:12','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(185,'http://cs1.noappname.net/wp-content/uploads/2021/04/stola_cashmere.jpg','70:34cb759991b25b5bdcc69aefbdf55abf',967,'post','attachment',1,821,NULL,NULL,'stola_cashmere','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/stola_cashmere.jpg',NULL,'967','attachment-image',NULL,NULL,NULL,'967','attachment-image',NULL,0,1,NULL,'2021-04-17 09:06:29','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(186,'http://cs1.noappname.net/wp-content/uploads/2021/04/stola_cashmere_1.jpg','72:b9795920869a929e65f597cd3cabdea9',969,'post','attachment',1,821,NULL,NULL,'stola_cashmere_1','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/stola_cashmere_1.jpg',NULL,'969','attachment-image',NULL,NULL,NULL,'969','attachment-image',NULL,0,1,NULL,'2021-04-17 09:07:11','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(188,'http://cs1.noappname.net/wp-content/uploads/2021/04/96775-img-2240_JPG_800_0_cover_60.jpg','89:4cdf6091065c2b651b274257d5f86a54',978,'post','attachment',1,562,NULL,NULL,'96775-img-2240_JPG_800_0_cover_60','inherit',NULL,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://www.manorama.it/wp-content/uploads/2021/04/96775-img-2240_JPG_800_0_cover_60.jpg',NULL,'978','attachment-image',NULL,NULL,NULL,'978','attachment-image',NULL,0,1,NULL,'2021-04-17 09:20:41','2021-04-23 20:03:05',1,NULL,NULL,NULL,NULL,1),(189,'http://cs1.noappname.net/index.php/portfolio_entries/classes/','61:6ad0b0cecfedb7e9578b5883e25bc7b5',21,'term','portfolio_entries',NULL,NULL,NULL,NULL,'classes',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:04:52','2021-04-23 18:04:52',1,NULL,NULL,NULL,NULL,0),(190,'http://cs1.noappname.net/wp-content/uploads/2016/02/logo-1.png','62:21c3a400948c63b1554d6085e0be8489',541,'post','attachment',1,0,NULL,NULL,'logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/logo-1.png',NULL,'541','attachment-image',NULL,NULL,NULL,'541','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:05:03','2021-04-23 18:05:03',1,NULL,NULL,NULL,NULL,0),(191,'http://cs1.noappname.net/wp-content/uploads/2016/02/logo-white-1.png','68:966fc9f114339b647bbd1532a03320d6',542,'post','attachment',1,0,NULL,NULL,'logo white','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/logo-white-1.png',NULL,'542','attachment-image',NULL,NULL,NULL,'542','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:05:03','2021-04-23 18:05:03',1,NULL,NULL,NULL,NULL,0),(192,'http://cs1.noappname.net/wp-content/uploads/2016/02/bg1-1.jpg','61:254757e9c403e54c2e13504ae80064b5',543,'post','attachment',1,0,NULL,NULL,'','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/bg1-1.jpg',NULL,'543','attachment-image',NULL,NULL,NULL,'543','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:05:03','2021-04-23 18:05:03',1,NULL,NULL,NULL,NULL,0),(193,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1.jpg','64:5ee7a626e0dc82da8b31f4623a785efe',544,'post','attachment',1,0,NULL,NULL,'','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1.jpg',NULL,'544','attachment-image',NULL,NULL,NULL,'544','attachment-image',NULL,0,1,NULL,'2021-04-23 20:05:05','2021-04-23 20:05:18',1,NULL,NULL,NULL,NULL,0),(194,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-6-1.jpg','64:8e718aa3edd208c3d84fff19c394a08c',545,'post','attachment',1,0,NULL,NULL,'','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-6-1.jpg',NULL,'545','attachment-image',NULL,NULL,NULL,'545','attachment-image',NULL,0,2,NULL,'2021-04-23 20:05:06','2021-04-23 20:05:18',1,NULL,NULL,NULL,NULL,0),(195,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1.jpg','64:31c7a96909484300e75d81fd8513b943',546,'post','attachment',1,0,NULL,NULL,'','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1.jpg',NULL,'546','attachment-image',NULL,NULL,NULL,'546','attachment-image',NULL,0,4,NULL,'2021-04-23 20:05:07','2021-04-24 07:29:52',1,NULL,NULL,NULL,NULL,0),(196,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1.jpg','64:9a1c0595e6eb873c880aacd6e8d1b465',547,'post','attachment',1,0,NULL,NULL,'','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1.jpg',NULL,'547','attachment-image',NULL,NULL,NULL,'547','attachment-image',NULL,0,2,NULL,'2021-04-23 20:05:08','2021-04-24 07:35:49',1,NULL,NULL,NULL,NULL,0),(197,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1.jpg','64:d5b4922538d24b0cd6314da41d262280',548,'post','attachment',1,0,NULL,NULL,'','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1.jpg',NULL,'548','attachment-image',NULL,NULL,NULL,'548','attachment-image',NULL,0,4,NULL,'2021-04-23 20:05:09','2021-04-23 20:14:24',1,NULL,NULL,NULL,NULL,0),(198,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-2-1.jpg','64:c8cdbf38ada796093630cabd76bddd92',549,'post','attachment',1,0,NULL,NULL,'','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-2-1.jpg',NULL,'549','attachment-image',NULL,NULL,NULL,'549','attachment-image',NULL,0,1,NULL,'2021-04-23 20:05:10','2021-04-24 07:28:17',1,NULL,NULL,NULL,NULL,0),(199,'http://cs1.noappname.net/wp-content/uploads/2016/05/hero-7-1.jpg','64:cb8c3903c7097aa297cd233c81ddb165',612,'post','attachment',1,0,NULL,NULL,'','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/hero-7-1.jpg',NULL,'612','attachment-image',NULL,NULL,NULL,'612','attachment-image',NULL,0,2,NULL,'2021-04-23 20:05:11','2021-04-24 07:15:08',1,NULL,NULL,NULL,NULL,0),(200,'http://cs1.noappname.net/wp-content/uploads/2016/05/sauna_woman-1-1.jpg','71:1a7759543c0a12c3acaf6a5f3f9bcfbe',712,'post','attachment',1,0,NULL,NULL,'','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/sauna_woman-1-1.jpg',NULL,'712','attachment-image',NULL,NULL,NULL,'712','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:05:12','2021-04-23 18:05:12',1,NULL,NULL,NULL,NULL,0),(201,'http://cs1.noappname.net/wp-content/uploads/2016/05/marker-1.png','64:d2aaf22928891470eca46984eca814fc',726,'post','attachment',1,0,NULL,NULL,'marker','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/marker-1.png',NULL,'726','attachment-image',NULL,NULL,NULL,'726','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:05:13','2021-04-23 18:05:13',1,NULL,NULL,NULL,NULL,0),(202,'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-3.png','67:4829f98eb15b1e4f5451cb75ecc55860',730,'post','attachment',1,0,NULL,NULL,'floorplan','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-3.png',NULL,'730','attachment-image',NULL,NULL,NULL,'730','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:05:13','2021-04-23 18:05:13',1,NULL,NULL,NULL,NULL,0),(203,'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-1-1.png','69:f17d07ae8cad2f6e57416058b123c217',732,'post','attachment',1,0,NULL,NULL,'floorplan','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-1-1.png',NULL,'732','attachment-image',NULL,NULL,NULL,'732','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:05:14','2021-04-23 18:05:14',1,NULL,NULL,NULL,NULL,0),(204,'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-2-1.png','69:84a0e8164d31286e90f85f531e06076f',735,'post','attachment',1,0,NULL,NULL,'floorplan','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-2-1.png',NULL,'735','attachment-image',NULL,NULL,NULL,'735','attachment-image',NULL,0,1,NULL,'2021-04-23 20:05:15','2021-04-23 20:05:18',1,NULL,NULL,NULL,NULL,0),(205,'http://cs1.noappname.net/wp-content/uploads/2016/06/iconset.flaticon-sports-1.zip','81:772e320a7d8acf927dfe98dd0e7cf9f6',771,'post','attachment',1,0,NULL,NULL,'iconset.flaticon-sports','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(206,'http://cs1.noappname.net/?post_type=avia_framework_post&p=981','61:28aadd2ebb90fc0bd1da58d5c584bd8b',981,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(207,'http://cs1.noappname.net/?post_type=avia_framework_post&p=982','61:9b8a1b2f0e2e930027969f76fb19a2aa',982,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(208,'http://cs1.noappname.net/?post_type=avia_framework_post&p=983','61:a4a6cfb15415c3a63760fd57192868ec',983,'post','avia_framework_post',1,0,NULL,NULL,'avia_shop_banner_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(209,'http://cs1.noappname.net/?post_type=avia_framework_post&p=45','60:bc1b5129dce640b8802432b55ad41907',45,'post','avia_framework_post',1,0,NULL,NULL,'avia_shop_banner_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(210,'http://cs1.noappname.net/?post_type=avia_framework_post&p=317','61:5f0c07952c1b128feb48cd8adfcb1544',317,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(211,'http://cs1.noappname.net/?post_type=avia_framework_post&p=318','61:62051314ea5dc90b066e10c94f486596',318,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(212,'http://cs1.noappname.net/?post_type=avia_framework_post&p=319','61:331e6dc6a95aaaad61dafff1eb332101',319,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(213,'http://cs1.noappname.net/?post_type=avia_framework_post&p=320','61:6054260609b2710a970192a33d1fcc2d',320,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(214,'http://cs1.noappname.net/?post_type=avia_framework_post&p=321','61:f78c0d4a7a836f9cd167590f20c9644b',321,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(215,'http://cs1.noappname.net/?post_type=avia_framework_post&p=322','61:c95be5af08c78aa203da8877b6ae0ad9',322,'post','avia_framework_post',1,0,NULL,NULL,'avia_template_builder_snippets','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(216,'http://cs1.noappname.net/?post_type=avia_framework_post&p=984','61:b3f4a9aa526681ea138edba32955af77',984,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(217,'http://cs1.noappname.net/?post_type=avia_framework_post&p=985','61:079c4f5a116186d5379a470368feaf31',985,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(218,'http://cs1.noappname.net/?post_type=avia_framework_post&p=986','61:1c430694b11a227a004665f6bafe3c2d',986,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(219,'http://cs1.noappname.net/?post_type=avia_framework_post&p=386','61:c833cc15a9a52e24842b6205e2cd7478',386,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(220,'http://cs1.noappname.net/?post_type=avia_framework_post&p=987','61:5f7c3bf921eb6f42d37dbe861d047060',987,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(221,'http://cs1.noappname.net/?post_type=avia_framework_post&p=988','61:f6fcf2ecab14618c8ea7df6dc9632704',988,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(222,'http://cs1.noappname.net/?post_type=avia_framework_post&p=989','61:0d2300c94c8bfcbe791feccb5036e93e',989,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(223,'http://cs1.noappname.net/?post_type=avia_framework_post&p=990','61:c5d5d87c24f4921b0a9549c45f4b9cf6',990,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(224,'http://cs1.noappname.net/?post_type=avia_framework_post&p=991','61:281ea86adca7c68c13ab68d841ea3e4f',991,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(225,'http://cs1.noappname.net/?post_type=avia_framework_post&p=992','61:43d197776de5def29250dbde3d3e5bb5',992,'post','avia_framework_post',1,0,NULL,NULL,'avia_shop_banner_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(226,'http://cs1.noappname.net/?post_type=avia_framework_post&p=993','61:cf4450309926db5e5bc5e789b90b9993',993,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(227,'http://cs1.noappname.net/?post_type=avia_framework_post&p=994','61:7ee90e3bf13c5c7491146d042dc1f072',994,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(228,'http://cs1.noappname.net/?post_type=avia_framework_post&p=995','61:21e981eee77926ad29f18e6fc3ee34d4',995,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(229,'http://cs1.noappname.net/?post_type=avia_framework_post&p=996','61:77d720ffe733a5a0946a3ae02feb830e',996,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(230,'http://cs1.noappname.net/?post_type=avia_framework_post&p=736','61:f17cacf14547934523f180511e1f3f6e',736,'post','avia_framework_post',1,0,NULL,NULL,'avia_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(231,'http://cs1.noappname.net/?post_type=avia_framework_post&p=737','61:db76ae9d29daa3a7874b3bbaa5b59441',737,'post','avia_framework_post',1,0,NULL,NULL,'avia_favicon','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(232,'http://cs1.noappname.net/?post_type=avia_framework_post&p=738','61:5517ed99644a1e31fefa74940766fdf2',738,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_logo_for_preloader','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(233,'http://cs1.noappname.net/?post_type=avia_framework_post&p=739','61:e42619491ecae38cf08589a5a9e4dd02',739,'post','avia_framework_post',1,0,NULL,NULL,'avia_custom_background_image','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(234,'http://cs1.noappname.net/?post_type=avia_framework_post&p=740','61:a205449c5d702a6e0d3ceb754c3f61fa',740,'post','avia_framework_post',1,0,NULL,NULL,'avia_transparency_logo','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(235,'http://cs1.noappname.net/index.php/2021/04/23/customer-login/','61:3e2ea48e681810a81ba88f613c8f04b8',997,'post','nav_menu_item',1,0,NULL,NULL,'Customer Login','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2021-04-23 20:05:17','2021-04-23 20:05:17',1,NULL,NULL,NULL,NULL,0),(236,'http://cs1.noappname.net/index.php/2021/04/23/registration/','59:9031e4481b23d9cbf5ed2e577ebdb366',998,'post','nav_menu_item',1,0,NULL,NULL,'Registration','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2021-04-23 20:05:17','2021-04-23 20:05:17',1,NULL,NULL,NULL,NULL,0),(237,'http://cs1.noappname.net/index.php/welcome/','43:0cf01a943e5186f912102f1f28c2ac6c',330,'post','page',1,0,NULL,NULL,'Welcome','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,17,1,NULL,'2021-04-23 20:05:17','2021-04-24 04:32:59',1,NULL,NULL,NULL,NULL,0),(238,'http://cs1.noappname.net/index.php/news/','40:d324fdf98af1fd1ac490bc45155fd255',507,'post','page',1,0,NULL,NULL,'News','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2021-04-23 20:05:17','2021-04-23 20:05:17',1,NULL,NULL,NULL,NULL,0),(239,'http://cs1.noappname.net/index.php/classes/','43:6238b89e497cea544f0b6b2eb93fb418',509,'post','page',1,0,NULL,NULL,'Classes','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,22,1,NULL,'2021-04-23 20:05:17','2021-04-23 20:14:24',1,NULL,NULL,NULL,NULL,0),(240,'http://cs1.noappname.net/index.php/gallery/','43:ee09168b8ecd0a5bc146561268b96b64',511,'post','page',1,0,NULL,NULL,'Gallery','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10,NULL,NULL,'2021-04-23 20:05:17','2021-04-23 18:05:17',1,NULL,NULL,NULL,NULL,0),(241,'http://cs1.noappname.net/index.php/contact/','43:e7a4fa7c16d00feed2a6a155c394aecc',513,'post','page',1,0,NULL,NULL,'Contact','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,2,2,NULL,'2021-04-23 20:05:17','2021-04-24 07:35:49',1,NULL,NULL,NULL,NULL,0),(242,'http://cs1.noappname.net/index.php/about/','41:b5e9352576b22672aa6755b48ec090d8',515,'post','page',1,0,NULL,NULL,'About','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8,1,NULL,'2021-04-23 20:05:17','2021-04-24 05:40:22',1,NULL,NULL,NULL,NULL,0),(243,'http://cs1.noappname.net/index.php/about/team/','46:e011845e8a66086cb2a85f0b3fa3a2f4',517,'post','page',1,515,NULL,NULL,'Our Team','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03-240x300.png',NULL,NULL,'first-content-image',NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03-240x300.png',NULL,'first-content-image',NULL,0,NULL,NULL,'2021-04-23 20:05:18','2021-04-24 04:53:19',1,NULL,NULL,NULL,NULL,0),(244,'http://cs1.noappname.net/index.php/about/studio/','48:636744ee8bddcdea08347d7c782341c1',519,'post','page',1,515,NULL,NULL,'Our Studio','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9,NULL,NULL,'2021-04-23 20:05:18','2021-04-23 18:05:18',1,NULL,NULL,NULL,NULL,0),(245,'http://cs1.noappname.net/index.php/timetable/','45:6b21c1b5ce810af76e5e5a31317d6d4d',528,'post','page',1,0,NULL,NULL,'Timetable','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2021-04-23 20:05:18','2021-04-23 18:05:18',1,NULL,NULL,NULL,NULL,0),(246,'http://cs1.noappname.net/index.php/pricing/','43:26a6e22daf3e4a78cfd5d26e2c4806fa',999,'post','page',1,0,NULL,NULL,'Pricing','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,'2021-04-23 20:05:18','2021-04-23 18:05:18',1,NULL,NULL,NULL,NULL,0),(247,'http://cs1.noappname.net/index.php/about/our-mission/','53:7c2cb4b6f9e684248a00fdf028016c08',1000,'post','page',1,515,NULL,NULL,'Our Mission','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,NULL,'2021-04-23 20:05:18','2021-04-23 18:05:18',1,NULL,NULL,NULL,NULL,0),(249,'http://cs1.noappname.net/index.php/2021/04/23/1002/','51:2241394db5b6b98dcee08129e8150123',1002,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:18','2021-04-24 04:58:41',1,NULL,NULL,NULL,NULL,0),(252,'http://cs1.noappname.net/index.php/2021/04/23/1005/','51:aa924d0cec4cce504f6ce88ae5a8e39f',1005,'post','nav_menu_item',1,515,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:18','2021-04-24 04:58:41',1,NULL,NULL,NULL,NULL,0),(257,'http://cs1.noappname.net/index.php/2013/01/24/a-small-gallery-2/','64:6a7b26bc002c25abd803be3b8f38af15',155,'post','post',1,0,NULL,NULL,'A small gallery','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1-845x684.jpg',NULL,NULL,'gallery-image',NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1-845x684.jpg',NULL,'gallery-image',NULL,5,NULL,NULL,'2021-04-23 20:05:18','2021-04-23 18:05:18',1,NULL,NULL,NULL,NULL,0),(258,'http://cs1.noappname.net/index.php/2014/05/11/entry-with-audio-2/','65:f4a4ef1eb5883cce2991e01e79667086',158,'post','post',1,0,NULL,NULL,'Entry with Audio','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-04-23 20:05:18','2021-04-23 18:05:18',1,NULL,NULL,NULL,NULL,0),(259,'http://cs1.noappname.net/index.php/portfolio-item/weight-lifting/','65:2a2081ce4b9ce1053ff9cd26e251b29d',575,'post','portfolio',1,0,NULL,NULL,'RICERCA E SVILUPPO','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderfacts.jpg',NULL,'1014','featured-image',NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderfacts.jpg','1014','featured-image','{\"width\":1143,\"height\":419,\"url\":\"http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderfacts.jpg\",\"path\":\"/var/www/html/manorama/wp-content/uploads/2021/04/1200x0-imgHeaderfacts.jpg\",\"size\":\"full\",\"id\":1014,\"alt\":\"\",\"pixels\":478917,\"type\":\"image/jpeg\"}',5,1,NULL,'2021-04-23 20:05:18','2021-04-24 05:32:44',1,NULL,NULL,NULL,NULL,0),(260,'http://cs1.noappname.net/index.php/portfolio-item/aerobics/','59:f26d50da3a207e609e152321f4267fe1',576,'post','portfolio',1,0,NULL,NULL,'PRESSOFUSIONE','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione.jpg',NULL,'1032','featured-image',NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione.jpg','1032','featured-image','{\"width\":1143,\"height\":419,\"url\":\"http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione.jpg\",\"path\":\"/var/www/html/manorama/wp-content/uploads/2016/05/pressofusione.jpg\",\"size\":\"full\",\"id\":1032,\"alt\":\"\",\"pixels\":478917,\"type\":\"image/jpeg\"}',5,1,NULL,'2021-04-23 20:05:18','2021-04-24 05:29:52',1,NULL,NULL,NULL,NULL,0),(261,'http://cs1.noappname.net/index.php/portfolio-item/crossfit/','59:d98aab791857c570d599192ac01a3c7f',577,'post','portfolio',1,0,NULL,NULL,'BASSA PRESSIONE E GRAVITA&#8217;','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione.jpg',NULL,'1034','featured-image',NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione.jpg','1034','featured-image','{\"width\":1143,\"height\":419,\"url\":\"http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione.jpg\",\"path\":\"/var/www/html/manorama/wp-content/uploads/2016/05/1200x0-imgHeaderPressione.jpg\",\"size\":\"full\",\"id\":1034,\"alt\":\"\",\"pixels\":478917,\"type\":\"image/jpeg\"}',5,1,NULL,'2021-04-23 20:05:18','2021-04-24 05:17:40',1,NULL,NULL,NULL,NULL,0),(262,'http://cs1.noappname.net/index.php/portfolio-item/pumping-iron/','63:cb4ff69bebed85d81f109c533a990d4a',578,'post','portfolio',1,0,NULL,NULL,'PORTASTAMPI','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni.jpg',NULL,'1038','featured-image',NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni.jpg','1038','featured-image','{\"width\":1143,\"height\":419,\"url\":\"http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni.jpg\",\"path\":\"/var/www/html/manorama/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni.jpg\",\"size\":\"full\",\"id\":1038,\"alt\":\"\",\"pixels\":478917,\"type\":\"image/jpeg\"}',5,1,NULL,'2021-04-23 20:05:18','2021-04-24 05:28:17',1,NULL,NULL,NULL,NULL,0),(263,'http://cs1.noappname.net/index.php/portfolio-item/gymnastics/','61:b3f8240c88bf03585e6a4dd14946fcc5',579,'post','portfolio',1,0,NULL,NULL,'PLASTICA','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica.jpg',NULL,'1036','featured-image',NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica.jpg','1036','featured-image','{\"width\":1143,\"height\":419,\"url\":\"http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica.jpg\",\"path\":\"/var/www/html/manorama/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica.jpg\",\"size\":\"full\",\"id\":1036,\"alt\":\"\",\"pixels\":478917,\"type\":\"image/jpeg\"}',5,1,NULL,'2021-04-23 20:05:19','2021-04-24 05:25:19',1,NULL,NULL,NULL,NULL,0),(264,'http://cs1.noappname.net/index.php/portfolio-item/running-spinning/','67:0d0e8817dd49c61fcdee7001dc0f8045',580,'post','portfolio',1,0,NULL,NULL,'SIMULAZIONE','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti.jpg',NULL,'1027','featured-image',NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti.jpg','1027','featured-image','{\"width\":1143,\"height\":419,\"url\":\"http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti.jpg\",\"path\":\"/var/www/html/manorama/wp-content/uploads/2021/04/1200x0-imgHeaderClienti.jpg\",\"size\":\"full\",\"id\":1027,\"alt\":\"\",\"pixels\":478917,\"type\":\"image/jpeg\"}',5,1,NULL,'2021-04-23 20:05:19','2021-04-24 05:35:49',1,NULL,NULL,NULL,NULL,0),(268,'http://cs1.noappname.net/wp-content/uploads/2021/04/logo.png','60:96fbcf344d94b30ac56bf9fabc9d99ae',1013,'post','attachment',1,0,NULL,NULL,'logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/logo.png',NULL,'1013','attachment-image',NULL,NULL,NULL,'1013','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:10:54','2021-04-23 18:10:54',1,NULL,NULL,NULL,NULL,0),(269,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderfacts.jpg','77:afea0192f140041a601c16756541f8d1',1014,'post','attachment',1,330,NULL,NULL,'1200&#215;0-imgHeaderfacts','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderfacts.jpg',NULL,'1014','attachment-image',NULL,NULL,NULL,'1014','attachment-image',NULL,0,1,NULL,'2021-04-23 20:14:05','2021-04-23 20:17:48',1,NULL,NULL,NULL,NULL,0),(270,'http://cs1.noappname.net/wp-content/uploads/2021/04/1800x0-imgHomeCostampGroup-fullwidth_3.jpg','94:cdb06701205329b1f02a9b3376b921a3',1015,'post','attachment',1,330,NULL,NULL,'1800&#215;0-imgHomeCostampGroup-fullwidth_3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/1800x0-imgHomeCostampGroup-fullwidth_3.jpg',NULL,'1015','attachment-image',NULL,NULL,NULL,'1015','attachment-image',NULL,0,1,NULL,'2021-04-23 20:14:06','2021-04-23 20:15:53',1,NULL,NULL,NULL,NULL,0),(271,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeader50_2.jpg','76:7eabfde48cc948700cf40d75f76c489c',1016,'post','attachment',1,330,NULL,NULL,'1200&#215;0-imgHeader50_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeader50_2.jpg',NULL,'1016','attachment-image',NULL,NULL,NULL,'1016','attachment-image',NULL,0,1,NULL,'2021-04-23 20:14:08','2021-04-23 20:14:24',1,NULL,NULL,NULL,NULL,0),(272,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti.jpg','79:4478351fbfbdbc63b09fb6e32f573308',1027,'post','attachment',1,330,NULL,NULL,'1200&#215;0-imgHeaderClienti','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderClienti.jpg',NULL,'1027','attachment-image',NULL,NULL,NULL,'1027','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:30:47','2021-04-23 18:30:47',1,NULL,NULL,NULL,NULL,0),(273,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende.jpg','79:455de2eb0c728b021da34daef0195f94',1029,'post','attachment',1,330,NULL,NULL,'1200&#215;0-imgHeaderAziende','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderAziende.jpg',NULL,'1029','attachment-image',NULL,NULL,NULL,'1029','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:35:20','2021-04-23 18:35:20',1,NULL,NULL,NULL,NULL,0),(274,'http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione.jpg','69:90e5539770b38194cda9defa7f647dff',1032,'post','attachment',1,576,NULL,NULL,'pressofusione','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/pressofusione.jpg',NULL,'1032','attachment-image',NULL,NULL,NULL,'1032','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:42:49','2021-04-23 18:42:49',1,NULL,NULL,NULL,NULL,0),(275,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione.jpg','81:511f6fff31cafad4d351985a569a06ed',1034,'post','attachment',1,577,NULL,NULL,'1200&#215;0-imgHeaderPressione','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPressione.jpg',NULL,'1034','attachment-image',NULL,NULL,NULL,'1034','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:44:00','2021-04-23 18:44:00',1,NULL,NULL,NULL,NULL,0),(276,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica.jpg','80:1ea81dca85753f8ad566bb9c05f819e8',1036,'post','attachment',1,579,NULL,NULL,'1200&#215;0-imgHeaderPlastica','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderPlastica.jpg',NULL,'1036','attachment-image',NULL,NULL,NULL,'1036','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:44:51','2021-04-23 18:44:51',1,NULL,NULL,NULL,NULL,0),(277,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni.jpg','86:ec6722132b05e4e8f5120fdad3c40fe7',1038,'post','attachment',1,578,NULL,NULL,'1200&#215;0-imgHeaderCertificazioni','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/1200x0-imgHeaderCertificazioni.jpg',NULL,'1038','attachment-image',NULL,NULL,NULL,'1038','attachment-image',NULL,0,NULL,NULL,'2021-04-23 20:46:26','2021-04-23 18:46:26',1,NULL,NULL,NULL,NULL,0),(278,'http://cs1.noappname.net/wp-content/uploads/2021/04/logo-1.png','62:f42381f1cffd78f215de90594541c5c3',1048,'post','attachment',1,0,NULL,NULL,'logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/logo-1.png',NULL,'1048','attachment-image',NULL,NULL,NULL,'1048','attachment-image',NULL,0,NULL,NULL,'2021-04-24 05:44:16','2021-04-24 03:44:16',1,NULL,NULL,NULL,NULL,0),(279,'http://cs1.noappname.net/wp-content/uploads/2021/04/bosh.jpg','60:4d9bb8adfb9bf2953e5835a62a104508',1055,'post','attachment',1,330,NULL,NULL,'bosh','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/bosh.jpg',NULL,'1055','attachment-image',NULL,NULL,NULL,'1055','attachment-image',NULL,0,2,NULL,'2021-04-24 06:14:10','2021-04-24 06:14:34',1,NULL,NULL,NULL,NULL,0),(280,'http://cs1.noappname.net/wp-content/uploads/2021/04/lofo-ferrari.jpg','68:0beabcef9bb6964288f30cc14099dea6',1056,'post','attachment',1,330,NULL,NULL,'lofo-ferrari','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/lofo-ferrari.jpg',NULL,'1056','attachment-image',NULL,NULL,NULL,'1056','attachment-image',NULL,0,2,NULL,'2021-04-24 06:14:10','2021-04-24 06:14:34',1,NULL,NULL,NULL,NULL,0),(281,'http://cs1.noappname.net/wp-content/uploads/2021/04/dacia.jpg','61:1c3b79b1bb6b138820c87c8dd239b978',1057,'post','attachment',1,330,NULL,NULL,'dacia','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/dacia.jpg',NULL,'1057','attachment-image',NULL,NULL,NULL,'1057','attachment-image',NULL,0,2,NULL,'2021-04-24 06:14:16','2021-04-24 06:14:34',1,NULL,NULL,NULL,NULL,0),(282,'http://cs1.noappname.net/wp-content/uploads/2021/04/gm.jpg','58:1148dddbb26e8d222d48543759a6326a',1058,'post','attachment',1,330,NULL,NULL,'gm','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/gm.jpg',NULL,'1058','attachment-image',NULL,NULL,NULL,'1058','attachment-image',NULL,0,2,NULL,'2021-04-24 06:14:17','2021-04-24 06:14:34',1,NULL,NULL,NULL,NULL,0),(283,'http://cs1.noappname.net/wp-content/uploads/2021/04/maserati.jpg','64:d6ac61ccfccdd4778798d0fc6c80cee3',1059,'post','attachment',1,330,NULL,NULL,'maserati','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/maserati.jpg',NULL,'1059','attachment-image',NULL,NULL,NULL,'1059','attachment-image',NULL,0,2,NULL,'2021-04-24 06:14:17','2021-04-24 06:14:34',1,NULL,NULL,NULL,NULL,0),(284,'http://cs1.noappname.net/wp-content/uploads/2021/04/fca.jpg','59:c996bf99bdcef12274e64b91bdfc9502',1060,'post','attachment',1,330,NULL,NULL,'fca','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/fca.jpg',NULL,'1060','attachment-image',NULL,NULL,NULL,'1060','attachment-image',NULL,0,2,NULL,'2021-04-24 06:14:18','2021-04-24 06:14:34',1,NULL,NULL,NULL,NULL,0),(285,'http://cs1.noappname.net/wp-content/uploads/2021/04/nissan.jpg','62:d14787c1290956f6b85f5a90774c150f',1061,'post','attachment',1,330,NULL,NULL,'nissan','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/nissan.jpg',NULL,'1061','attachment-image',NULL,NULL,NULL,'1061','attachment-image',NULL,0,2,NULL,'2021-04-24 06:14:18','2021-04-24 06:14:34',1,NULL,NULL,NULL,NULL,0),(286,'http://cs1.noappname.net/wp-content/uploads/2021/04/renault.jpg','63:666b76d5cb29449f272eeaacc9d6bb9c',1062,'post','attachment',1,330,NULL,NULL,'renault','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/renault.jpg',NULL,'1062','attachment-image',NULL,NULL,NULL,'1062','attachment-image',NULL,0,2,NULL,'2021-04-24 06:14:19','2021-04-24 06:14:34',1,NULL,NULL,NULL,NULL,0),(287,'http://cs1.noappname.net/wp-content/uploads/2021/04/lamborghini.jpg','67:0a3f0b8684483a965dcb20969ffc0367',1063,'post','attachment',1,330,NULL,NULL,'lamborghini','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/lamborghini.jpg',NULL,'1063','attachment-image',NULL,NULL,NULL,'1063','attachment-image',NULL,0,2,NULL,'2021-04-24 06:14:20','2021-04-24 06:14:34',1,NULL,NULL,NULL,NULL,0),(288,'http://cs1.noappname.net/wp-content/uploads/2021/04/bmw.jpg','59:4bead2d679f8f752c2495fd9f64358f0',1064,'post','attachment',1,330,NULL,NULL,'bmw','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/bmw.jpg',NULL,'1064','attachment-image',NULL,NULL,NULL,'1064','attachment-image',NULL,0,2,NULL,'2021-04-24 06:14:21','2021-04-24 06:14:34',1,NULL,NULL,NULL,NULL,0),(289,'http://cs1.noappname.net/wp-content/uploads/2021/04/1649_2.png','62:ebe70cfb17113a57c86995f98f6ca2ef',1070,'post','attachment',1,330,NULL,NULL,'1649_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/1649_2.png',NULL,'1070','attachment-image',NULL,NULL,NULL,'1070','attachment-image',NULL,0,1,NULL,'2021-04-24 06:29:11','2021-04-24 06:32:59',1,NULL,NULL,NULL,NULL,0),(290,'http://cs1.noappname.net/wp-content/uploads/2021/04/iso9001_2.png','65:d468ae5603b2407e7f0a8337711859d2',1071,'post','attachment',1,330,NULL,NULL,'iso9001_2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/iso9001_2.png',NULL,'1071','attachment-image',NULL,NULL,NULL,'1071','attachment-image',NULL,0,1,NULL,'2021-04-24 06:29:12','2021-04-24 06:32:59',1,NULL,NULL,NULL,NULL,0),(291,'http://cs1.noappname.net/wp-content/uploads/2021/04/14001.png','61:8f4055ff85e15506d3f524a4d1aff3a5',1072,'post','attachment',1,330,NULL,NULL,'14001','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/14001.png',NULL,'1072','attachment-image',NULL,NULL,NULL,'1072','attachment-image',NULL,0,1,NULL,'2021-04-24 06:29:12','2021-04-24 06:32:59',1,NULL,NULL,NULL,NULL,0),(292,'http://cs1.noappname.net/wp-content/uploads/2021/04/prova3.jpg','62:73ea8befaf99cea0789731777f75be2b',1073,'post','attachment',1,330,NULL,NULL,'prova3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/prova3.jpg',NULL,'1073','attachment-image',NULL,NULL,NULL,'1073','attachment-image',NULL,0,1,NULL,'2021-04-24 06:29:13','2021-04-24 06:32:59',1,NULL,NULL,NULL,NULL,0),(293,'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01.png','68:d8eb63131d8707ae90167251aba9b985',1078,'post','attachment',1,517,NULL,NULL,'img-Scont-01','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/img-Scont-01.png',NULL,'1078','attachment-image',NULL,NULL,NULL,'1078','attachment-image',NULL,0,NULL,NULL,'2021-04-24 06:46:25','2021-04-24 04:46:25',1,NULL,NULL,NULL,NULL,0),(294,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png','64:0cf69513be36ca5f9c4d5b6982399f74',1081,'post','attachment',1,517,NULL,NULL,'graph-04','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png',NULL,'1081','attachment-image',NULL,NULL,NULL,'1081','attachment-image',NULL,0,1,NULL,'2021-04-24 06:47:50','2021-04-24 06:50:58',1,NULL,NULL,NULL,NULL,0),(295,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02.png','64:bd7949716fb16ed17841905de20f4dc8',1085,'post','attachment',1,517,NULL,NULL,'graph-02','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02.png',NULL,'1085','attachment-image',NULL,NULL,NULL,'1085','attachment-image',NULL,0,1,NULL,'2021-04-24 06:52:06','2021-04-24 06:52:43',1,NULL,NULL,NULL,NULL,0),(296,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03.png','64:5d437eea9c08ad013a64ff23b4b89fb2',1086,'post','attachment',1,517,NULL,NULL,'graph-03','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03.png',NULL,'1086','attachment-image',NULL,NULL,NULL,'1086','attachment-image',NULL,0,1,NULL,'2021-04-24 06:52:20','2021-04-24 06:52:43',1,NULL,NULL,NULL,NULL,0),(297,'http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it.png','83:08c57bf97ea357e8febaabb11f9e4e3c',1090,'post','attachment',1,577,NULL,NULL,'graph-gravita-produzione-it','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it.png',NULL,'1090','attachment-image',NULL,NULL,NULL,'1090','attachment-image',NULL,0,1,NULL,'2021-04-24 07:16:03','2021-04-24 07:16:15',1,NULL,NULL,NULL,NULL,0),(298,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione01.jpg','98:c835db88777ad50e0045fc7e8736f8c4',1092,'post','attachment',1,577,NULL,NULL,'800&#215;0-bassa-pressione-gravita-produzione01','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione01.jpg',NULL,'1092','attachment-image',NULL,NULL,NULL,'1092','attachment-image',NULL,0,1,NULL,'2021-04-24 07:17:30','2021-04-24 07:17:40',1,NULL,NULL,NULL,NULL,0),(299,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione02.jpg','98:3c38146d5fa1a54346be76a2a3dea0fa',1093,'post','attachment',1,577,NULL,NULL,'800&#215;0-bassa-pressione-gravita-produzione02','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione02.jpg',NULL,'1093','attachment-image',NULL,NULL,NULL,'1093','attachment-image',NULL,0,1,NULL,'2021-04-24 07:17:31','2021-04-24 07:17:40',1,NULL,NULL,NULL,NULL,0),(300,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione03.jpg','98:27f8a356cd99a9d5c456409279d0fe37',1094,'post','attachment',1,577,NULL,NULL,'800&#215;0-bassa-pressione-gravita-produzione03','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione03.jpg',NULL,'1094','attachment-image',NULL,NULL,NULL,'1094','attachment-image',NULL,0,1,NULL,'2021-04-24 07:17:32','2021-04-24 07:17:40',1,NULL,NULL,NULL,NULL,0),(301,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione04.jpg','98:d9e1b707609ae834b7c4ee48327e178e',1095,'post','attachment',1,577,NULL,NULL,'800&#215;0-bassa-pressione-gravita-produzione04','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione04.jpg',NULL,'1095','attachment-image',NULL,NULL,NULL,'1095','attachment-image',NULL,0,1,NULL,'2021-04-24 07:17:33','2021-04-24 07:17:40',1,NULL,NULL,NULL,NULL,0),(302,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione05.jpg','98:b76e91c4fffdd72f31896ed0d3088a33',1096,'post','attachment',1,577,NULL,NULL,'800&#215;0-bassa-pressione-gravita-produzione05','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione05.jpg',NULL,'1096','attachment-image',NULL,NULL,NULL,'1096','attachment-image',NULL,0,1,NULL,'2021-04-24 07:17:33','2021-04-24 07:17:40',1,NULL,NULL,NULL,NULL,0),(303,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-1.jpg','63:620bcafac9086baae02f7e5e6f2adbac',1100,'post','attachment',1,579,NULL,NULL,'800&#215;0-1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-1.jpg',NULL,'1100','attachment-image',NULL,NULL,NULL,'1100','attachment-image',NULL,0,5,NULL,'2021-04-24 07:24:22','2021-04-24 07:35:49',1,NULL,NULL,NULL,NULL,0),(304,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-2.jpg','63:eabf9769188825b34b1a02458791ddba',1101,'post','attachment',1,579,NULL,NULL,'800&#215;0-2','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-2.jpg',NULL,'1101','attachment-image',NULL,NULL,NULL,'1101','attachment-image',NULL,0,5,NULL,'2021-04-24 07:24:23','2021-04-24 07:35:49',1,NULL,NULL,NULL,NULL,0),(305,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-3.jpg','63:a7a092c1e7ec426db2e9a11d3429c26c',1102,'post','attachment',1,579,NULL,NULL,'800&#215;0-3','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-3.jpg',NULL,'1102','attachment-image',NULL,NULL,NULL,'1102','attachment-image',NULL,0,5,NULL,'2021-04-24 07:24:24','2021-04-24 07:35:49',1,NULL,NULL,NULL,NULL,0),(306,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-4.jpg','63:aa490f8b9459d21c9009d21688d50c18',1103,'post','attachment',1,579,NULL,NULL,'800&#215;0-4','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-4.jpg',NULL,'1103','attachment-image',NULL,NULL,NULL,'1103','attachment-image',NULL,0,5,NULL,'2021-04-24 07:24:25','2021-04-24 07:35:49',1,NULL,NULL,NULL,NULL,0),(307,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-6.jpg','63:7c8336bc7fc66115ea8e11dfe033ae32',1104,'post','attachment',1,579,NULL,NULL,'800&#215;0-6','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-6.jpg',NULL,'1104','attachment-image',NULL,NULL,NULL,'1104','attachment-image',NULL,0,5,NULL,'2021-04-24 07:24:26','2021-04-24 07:35:49',1,NULL,NULL,NULL,NULL,0),(308,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-8.jpg','63:a5c33ace4d36632d11bcfe247af9f21a',1105,'post','attachment',1,579,NULL,NULL,'800&#215;0-8','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-8.jpg',NULL,'1105','attachment-image',NULL,NULL,NULL,'1105','attachment-image',NULL,0,1,NULL,'2021-04-24 07:24:27','2021-04-24 07:24:34',1,NULL,NULL,NULL,NULL,0);
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL DEFAULT '0',
  `ancestor_id` int(11) unsigned NOT NULL DEFAULT '0',
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (15,2,1,1),(16,2,1,1),(17,2,1,1),(18,2,1,1),(19,2,1,1),(20,4,1,1),(21,4,1,1),(22,4,1,1),(23,4,1,1),(24,4,1,1),(25,2,1,1),(26,2,1,1),(27,2,1,1),(35,2,1,1),(42,2,1,1),(43,2,1,1),(44,2,1,1),(139,112,1,1),(140,112,1,1),(141,112,1,1),(142,112,1,1),(143,112,1,1),(144,112,1,1),(145,112,1,1),(146,112,1,1),(147,112,1,1),(148,112,1,1),(149,112,1,1),(150,112,1,1),(151,112,1,1),(152,112,1,1),(153,112,1,1),(154,112,1,1),(155,112,1,1),(156,112,1,1),(157,115,1,1),(160,112,1,1),(161,112,1,1),(163,120,1,1),(165,120,1,1),(169,112,1,1),(170,112,1,1),(171,112,1,1),(172,112,1,1),(173,112,1,1),(174,112,1,1),(175,112,1,1),(176,112,1,1),(177,120,1,1),(178,120,1,1),(179,120,1,1),(180,120,1,1),(181,120,1,1),(182,120,1,1),(183,120,1,1),(184,120,1,1),(185,120,1,1),(186,120,1,1),(188,116,1,1),(243,242,1,1),(244,242,1,1),(247,242,1,1),(252,242,1,1),(269,237,1,1),(270,237,1,1),(271,237,1,1),(272,237,1,1),(273,237,1,1),(274,260,1,1),(275,261,1,1),(276,263,1,1),(277,262,1,1),(279,237,1,1),(280,237,1,1),(281,237,1,1),(282,237,1,1),(283,237,1,1),(284,237,1,1),(285,237,1,1),(286,237,1,1),(287,237,1,1),(288,237,1,1),(289,237,1,1),(290,237,1,1),(291,237,1,1),(292,237,1,1),(293,242,2,1),(293,243,1,1),(294,242,2,1),(294,243,1,1),(295,242,2,1),(295,243,1,1),(296,242,2,1),(296,243,1,1),(297,261,1,1),(298,261,1,1),(299,261,1,1),(300,261,1,1),(301,261,1,1),(302,261,1,1),(303,263,1,1),(304,263,1,1),(305,263,1,1),(306,263,1,1),(307,263,1,1),(308,263,1,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_migrations`
--

DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_migrations`
--

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_primary_term`
--

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` int(11) unsigned NOT NULL,
  `term_id` int(11) unsigned NOT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_primary_term`
--

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

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

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=1900 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES (55,'#',331,NULL,'internal',30,NULL,NULL,NULL,NULL,NULL,NULL),(127,'https://kriesi.at/',560,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),(128,'https://kriesi.at/',36,NULL,'external',99,NULL,NULL,NULL,NULL,NULL,NULL),(129,'http://www.archive.org/download/Macroform2011/Macroform-600LightYears.mp3',51,NULL,'external',108,NULL,NULL,NULL,NULL,NULL,NULL),(1111,'#',509,NULL,'internal',239,NULL,NULL,NULL,NULL,NULL,NULL),(1112,'http://cs1.noappname.net/index.php/2020/11/10/3575cebe6a8975300c4abc1b45d76eb7/',509,NULL,'internal',239,NULL,NULL,NULL,NULL,NULL,NULL),(1113,'http://cs1.noappname.net/index.php/2014/08/24/a-nice-entry/',509,68,'internal',239,111,NULL,NULL,NULL,NULL,NULL),(1114,'http://cs1.noappname.net/index.php/2012/05/24/a-nice-post/',509,55,'internal',239,110,NULL,NULL,NULL,NULL,NULL),(1115,'http://cs1.noappname.net/index.php/2015/01/24/a-small-gallery/',509,40,'internal',239,102,NULL,NULL,NULL,NULL,NULL),(1116,'http://cs1.noappname.net/index.php/2020/11/10/b0268193f0cbd776f2a9c43df56d9186/',509,NULL,'internal',239,NULL,NULL,NULL,NULL,NULL,NULL),(1117,'http://cs1.noappname.net/?post_type=wpcf7_contact_form&p=479',509,NULL,'internal',239,NULL,NULL,NULL,NULL,NULL,NULL),(1118,'http://cs1.noappname.net/index.php/2021/04/23/customer-login/',509,997,'internal',239,235,NULL,NULL,NULL,NULL,NULL),(1119,'http://cs1.noappname.net/index.php/2020/10/12/enfold/',509,NULL,'internal',239,NULL,NULL,NULL,NULL,NULL,NULL),(1120,'http://cs1.noappname.net/index.php/2015/05/11/entry-with-audio/',509,51,'internal',239,108,NULL,NULL,NULL,NULL,NULL),(1121,'http://cs1.noappname.net/index.php/2013/12/24/entry-with-post-format-video/',509,47,'internal',239,104,NULL,NULL,NULL,NULL,NULL),(1122,'http://cs1.noappname.net/index.php/2014/02/12/entry-without-preview-image/',509,49,'internal',239,107,NULL,NULL,NULL,NULL,NULL),(1123,'http://cs1.noappname.net/index.php/2020/10/08/hello-world/',509,1,'internal',239,28,NULL,NULL,NULL,NULL,NULL),(1124,'http://cs1.noappname.net/index.php/2010/01/09/hello-world-2/',509,331,'internal',239,30,NULL,NULL,NULL,NULL,NULL),(1125,'http://cs1.noappname.net/index.php/2011/02/09/how-to-pasta/',509,63,'internal',239,29,NULL,NULL,NULL,NULL,NULL),(1126,'http://cs1.noappname.net/index.php/2014/07/09/how-to-selecting-the-perfect-wine/',509,83,'internal',239,8,NULL,NULL,NULL,NULL,NULL),(1127,'http://cs1.noappname.net/index.php/2018/04/17/invitation/',509,606,'internal',239,117,NULL,NULL,NULL,NULL,NULL),(1128,'http://cs1.noappname.net/index.php/news/',509,507,'internal',239,238,NULL,NULL,NULL,NULL,NULL),(1129,'http://cs1.noappname.net/index.php/2021/04/23/registration/',509,998,'internal',239,236,NULL,NULL,NULL,NULL,NULL),(1130,'http://cs1.noappname.net/index.php/2012/03/09/the-new-pizza-oven/',509,81,'internal',239,9,NULL,NULL,NULL,NULL,NULL),(1131,'http://www.kriesi.at',509,NULL,'external',239,NULL,NULL,NULL,NULL,NULL,NULL),(1132,'http://cs1.noappname.net/index.php/welcome/',509,330,'internal',239,237,NULL,NULL,NULL,NULL,NULL),(1133,'http://cs1.noappname.net/wp-admin/admin-ajax.php?paged=2',509,NULL,'internal',239,NULL,NULL,NULL,NULL,NULL,NULL),(1134,'http://cs1.noappname.net/wp-content/uploads/2014/07/fruit-705x470.jpg',509,347,'image-in',239,35,1155,1732,419034,NULL,NULL),(1135,'http://cs1.noappname.net/wp-content/uploads/2014/07/pasta-705x470.jpg',509,349,'image-in',239,17,1155,1732,369880,NULL,NULL),(1136,'http://cs1.noappname.net/wp-content/uploads/2014/07/wine-705x518.jpg',509,352,'image-in',239,15,1212,1649,372477,NULL,NULL),(1137,'http://cs1.noappname.net/wp-content/uploads/2014/07/pizza-705x470.jpg',509,350,'image-in',239,16,1155,1732,502514,NULL,NULL),(1138,'#',511,NULL,'internal',240,NULL,NULL,NULL,NULL,NULL,NULL),(1139,'http://cs1.noappname.net/wp-content/uploads/2016/05/hero-7-1-1030x494.jpg',511,NULL,'internal',240,NULL,NULL,NULL,NULL,NULL,NULL),(1140,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1-1030x494.jpg',511,NULL,'internal',240,NULL,NULL,NULL,NULL,NULL,NULL),(1141,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1-1030x494.jpg',511,NULL,'internal',240,NULL,NULL,NULL,NULL,NULL,NULL),(1142,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1-1030x494.jpg',511,NULL,'internal',240,NULL,NULL,NULL,NULL,NULL,NULL),(1143,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1-1030x494.jpg',511,NULL,'internal',240,NULL,NULL,NULL,NULL,NULL,NULL),(1144,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-2-1-1030x494.jpg',511,NULL,'internal',240,NULL,NULL,NULL,NULL,NULL,NULL),(1145,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-6-1-1030x494.jpg',511,NULL,'internal',240,NULL,NULL,NULL,NULL,NULL,NULL),(1146,'http://cs1.noappname.net/wp-content/uploads/2016/02/bg1-1-1030x687.jpg',511,NULL,'internal',240,NULL,NULL,NULL,NULL,NULL,NULL),(1147,'http://cs1.noappname.net/wp-content/uploads/2016/05/sauna_woman-1-1-684x1030.jpg',511,NULL,'internal',240,NULL,NULL,NULL,NULL,NULL,NULL),(1148,'https://www.youtube.com/watch?v=WbsC6gxZajk',511,NULL,'external',240,NULL,NULL,NULL,NULL,NULL,NULL),(1149,'#',513,NULL,'internal',241,NULL,NULL,NULL,NULL,NULL,NULL),(1150,'mailto:office@enfold-gym.com',513,NULL,'external',241,NULL,NULL,NULL,NULL,NULL,NULL),(1151,'#',513,NULL,'internal',241,NULL,NULL,NULL,NULL,NULL,NULL),(1152,'#',515,NULL,'internal',242,NULL,NULL,NULL,NULL,NULL,NULL),(1153,'',515,NULL,'internal',242,NULL,NULL,NULL,NULL,NULL,NULL),(1154,'',515,NULL,'internal',242,NULL,NULL,NULL,NULL,NULL,NULL),(1155,'http://cs1.noappname.net/wp-content/uploads/2016/05/hero-7-1-1030x494.jpg',515,NULL,'internal',242,NULL,NULL,NULL,NULL,NULL,NULL),(1156,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1-1030x494.jpg',515,NULL,'internal',242,NULL,NULL,NULL,NULL,NULL,NULL),(1157,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1-1030x494.jpg',515,NULL,'internal',242,NULL,NULL,NULL,NULL,NULL,NULL),(1158,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1-1030x494.jpg',515,NULL,'internal',242,NULL,NULL,NULL,NULL,NULL,NULL),(1159,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1-1030x494.jpg',515,NULL,'internal',242,NULL,NULL,NULL,NULL,NULL,NULL),(1162,'#',519,NULL,'internal',244,NULL,NULL,NULL,NULL,NULL,NULL),(1163,'http://cs1.noappname.net/wp-content/uploads/2016/05/hero-7-1-1030x494.jpg',519,NULL,'internal',244,NULL,NULL,NULL,NULL,NULL,NULL),(1164,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1-1030x494.jpg',519,NULL,'internal',244,NULL,NULL,NULL,NULL,NULL,NULL),(1165,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1-1030x494.jpg',519,NULL,'internal',244,NULL,NULL,NULL,NULL,NULL,NULL),(1166,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1-1030x494.jpg',519,NULL,'internal',244,NULL,NULL,NULL,NULL,NULL,NULL),(1167,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1-1030x494.jpg',519,NULL,'internal',244,NULL,NULL,NULL,NULL,NULL,NULL),(1168,'http://cs1.noappname.net/wp-content/uploads/2016/05/sauna_woman-1-1-684x1030.jpg',519,NULL,'internal',244,NULL,NULL,NULL,NULL,NULL,NULL),(1169,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-6-1-1030x494.jpg',519,NULL,'internal',244,NULL,NULL,NULL,NULL,NULL,NULL),(1170,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-2-1-1030x494.jpg',519,NULL,'internal',244,NULL,NULL,NULL,NULL,NULL,NULL),(1171,'http://cs1.noappname.net/wp-content/uploads/2016/05/floorplan-2-1.png',519,735,'image-in',244,204,450,1500,121673,NULL,NULL),(1172,'#',528,NULL,'internal',245,NULL,NULL,NULL,NULL,NULL,NULL),(1173,'#',999,NULL,'internal',246,NULL,NULL,NULL,NULL,NULL,NULL),(1174,'http://cs1.noappname.net/index.php/contact/',999,513,'internal',246,241,NULL,NULL,NULL,NULL,NULL),(1175,'http://cs1.noappname.net/index.php/contact/',999,513,'internal',246,241,NULL,NULL,NULL,NULL,NULL),(1176,'#',999,NULL,'internal',246,NULL,NULL,NULL,NULL,NULL,NULL),(1177,'#',999,NULL,'internal',246,NULL,NULL,NULL,NULL,NULL,NULL),(1178,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1-845x684.jpg',999,546,'image-in',246,195,720,1500,209178,NULL,NULL),(1179,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1-845x684.jpg',999,548,'image-in',246,197,720,1500,200810,NULL,NULL),(1180,'#',1000,NULL,'internal',247,NULL,NULL,NULL,NULL,NULL,NULL),(1181,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1-1030x494.jpg',1000,NULL,'internal',247,NULL,NULL,NULL,NULL,NULL,NULL),(1182,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1-1030x494.jpg',1000,NULL,'internal',247,NULL,NULL,NULL,NULL,NULL,NULL),(1183,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1-1030x494.jpg',1000,NULL,'internal',247,NULL,NULL,NULL,NULL,NULL,NULL),(1184,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1-705x338.jpg',1000,548,'image-in',247,197,720,1500,200810,NULL,NULL),(1185,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1-705x338.jpg',1000,546,'image-in',247,195,720,1500,209178,NULL,NULL),(1186,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-5-1-705x338.jpg',1000,544,'image-in',247,193,720,1500,196638,NULL,NULL),(1187,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1.jpg',155,548,'internal',257,197,NULL,NULL,NULL,NULL,NULL),(1188,'http://cs1.noappname.net/wp-content/uploads/2016/05/hero-7-1.jpg',155,612,'internal',257,199,NULL,NULL,NULL,NULL,NULL),(1189,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1.jpg',155,547,'internal',257,196,NULL,NULL,NULL,NULL,NULL),(1190,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1.jpg',155,546,'internal',257,195,NULL,NULL,NULL,NULL,NULL),(1191,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-6-1.jpg',155,545,'internal',257,194,NULL,NULL,NULL,NULL,NULL),(1192,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-4-1-845x684.jpg',155,548,'image-in',257,197,720,1500,200810,NULL,NULL),(1193,'http://cs1.noappname.net/wp-content/uploads/2016/05/hero-7-1-845x684.jpg',155,612,'image-in',257,199,720,1500,276898,NULL,NULL),(1194,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-3-1-845x684.jpg',155,547,'image-in',257,196,720,1500,209573,NULL,NULL),(1195,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-1-1-845x684.jpg',155,546,'image-in',257,195,720,1500,209178,NULL,NULL),(1196,'http://cs1.noappname.net/wp-content/uploads/2016/02/hero-6-1-845x684.jpg',155,545,'image-in',257,194,720,1500,335581,NULL,NULL),(1197,'http://www.archive.org/download/Macroform2011/Macroform-600LightYears.mp3',158,NULL,'external',258,NULL,NULL,NULL,NULL,NULL,NULL),(1802,'#',330,NULL,'internal',237,NULL,NULL,NULL,NULL,NULL,NULL),(1803,'http://cs1.noappname.net/index.php/portfolio-item/crossfit/',330,577,'internal',237,261,NULL,NULL,NULL,NULL,NULL),(1804,'http://cs1.noappname.net/index.php/portfolio-item/gymnastics/',330,579,'internal',237,263,NULL,NULL,NULL,NULL,NULL),(1805,'http://cs1.noappname.net/index.php/portfolio-item/pumping-iron/',330,578,'internal',237,262,NULL,NULL,NULL,NULL,NULL),(1806,'http://cs1.noappname.net/index.php/portfolio-item/aerobics/',330,576,'internal',237,260,NULL,NULL,NULL,NULL,NULL),(1807,'http://cs1.noappname.net/index.php/portfolio-item/weight-lifting/',330,575,'internal',237,259,NULL,NULL,NULL,NULL,NULL),(1808,'http://cs1.noappname.net/index.php/portfolio-item/running-spinning/',330,580,'internal',237,264,NULL,NULL,NULL,NULL,NULL),(1809,'http://cs1.noappname.net/wp-content/uploads/2021/04/bosh.jpg',330,1055,'internal',237,279,NULL,NULL,NULL,NULL,NULL),(1810,'http://cs1.noappname.net/wp-content/uploads/2021/04/lofo-ferrari.jpg',330,1056,'internal',237,280,NULL,NULL,NULL,NULL,NULL),(1811,'http://cs1.noappname.net/wp-content/uploads/2021/04/dacia.jpg',330,1057,'internal',237,281,NULL,NULL,NULL,NULL,NULL),(1812,'http://cs1.noappname.net/wp-content/uploads/2021/04/gm.jpg',330,1058,'internal',237,282,NULL,NULL,NULL,NULL,NULL),(1813,'http://cs1.noappname.net/wp-content/uploads/2021/04/maserati.jpg',330,1059,'internal',237,283,NULL,NULL,NULL,NULL,NULL),(1814,'http://cs1.noappname.net/wp-content/uploads/2021/04/fca.jpg',330,1060,'internal',237,284,NULL,NULL,NULL,NULL,NULL),(1815,'http://cs1.noappname.net/wp-content/uploads/2021/04/nissan.jpg',330,1061,'internal',237,285,NULL,NULL,NULL,NULL,NULL),(1816,'http://cs1.noappname.net/wp-content/uploads/2021/04/renault.jpg',330,1062,'internal',237,286,NULL,NULL,NULL,NULL,NULL),(1817,'http://cs1.noappname.net/wp-content/uploads/2021/04/lamborghini.jpg',330,1063,'internal',237,287,NULL,NULL,NULL,NULL,NULL),(1818,'http://cs1.noappname.net/wp-content/uploads/2021/04/bmw.jpg',330,1064,'internal',237,288,NULL,NULL,NULL,NULL,NULL),(1819,'http://cs1.noappname.net/wp-content/uploads/2021/04/1800x0-imgHomeCostampGroup-fullwidth_3.jpg',330,1015,'image-in',237,270,696,1800,129238,NULL,NULL),(1820,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeaderfacts.jpg',330,1014,'image-in',237,269,419,1143,63735,NULL,NULL),(1821,'http://cs1.noappname.net/wp-content/uploads/2021/04/1200x0-imgHeader50_2.jpg',330,1016,'image-in',237,271,419,1143,77030,NULL,NULL),(1822,'http://cs1.noappname.net/wp-content/uploads/2021/04/bosh-80x80.jpg',330,1055,'image-in',237,279,100,150,5075,NULL,NULL),(1823,'http://cs1.noappname.net/wp-content/uploads/2021/04/lofo-ferrari-80x80.jpg',330,1056,'image-in',237,280,100,150,5772,NULL,NULL),(1824,'http://cs1.noappname.net/wp-content/uploads/2021/04/dacia-80x80.jpg',330,1057,'image-in',237,281,100,150,4788,NULL,NULL),(1825,'http://cs1.noappname.net/wp-content/uploads/2021/04/gm-80x80.jpg',330,1058,'image-in',237,282,100,150,4398,NULL,NULL),(1826,'http://cs1.noappname.net/wp-content/uploads/2021/04/maserati-80x80.jpg',330,1059,'image-in',237,283,100,150,5499,NULL,NULL),(1827,'http://cs1.noappname.net/wp-content/uploads/2021/04/fca-80x80.jpg',330,1060,'image-in',237,284,100,150,5034,NULL,NULL),(1828,'http://cs1.noappname.net/wp-content/uploads/2021/04/nissan-80x80.jpg',330,1061,'image-in',237,285,100,150,5120,NULL,NULL),(1829,'http://cs1.noappname.net/wp-content/uploads/2021/04/renault-80x80.jpg',330,1062,'image-in',237,286,100,150,5336,NULL,NULL),(1830,'http://cs1.noappname.net/wp-content/uploads/2021/04/lamborghini-80x80.jpg',330,1063,'image-in',237,287,100,150,6888,NULL,NULL),(1831,'http://cs1.noappname.net/wp-content/uploads/2021/04/bmw-80x80.jpg',330,1064,'image-in',237,288,100,150,5213,NULL,NULL),(1832,'http://cs1.noappname.net/wp-content/uploads/2021/04/prova3.jpg',330,1073,'image-in',237,292,110,112,4588,NULL,NULL),(1833,'http://cs1.noappname.net/wp-content/uploads/2021/04/iso9001_2.png',330,1071,'image-in',237,290,112,115,8189,NULL,NULL),(1834,'http://cs1.noappname.net/wp-content/uploads/2021/04/14001.png',330,1072,'image-in',237,291,109,109,7452,NULL,NULL),(1835,'http://cs1.noappname.net/wp-content/uploads/2021/04/1649_2.png',330,1070,'image-in',237,289,109,114,7957,NULL,NULL),(1844,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-04.png',517,1081,'image-in',243,294,344,588,28696,NULL,NULL),(1845,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-02.png',517,1085,'image-in',243,295,306,674,81273,NULL,NULL),(1846,'http://cs1.noappname.net/wp-content/uploads/2021/04/graph-03-240x300.png',517,1086,'image-in',243,296,335,268,19487,NULL,NULL),(1858,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione01.jpg',577,1092,'internal',261,298,NULL,NULL,NULL,NULL,NULL),(1859,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione02.jpg',577,1093,'internal',261,299,NULL,NULL,NULL,NULL,NULL),(1860,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione03.jpg',577,1094,'internal',261,300,NULL,NULL,NULL,NULL,NULL),(1861,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione04.jpg',577,1095,'internal',261,301,NULL,NULL,NULL,NULL,NULL),(1862,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-bassa-pressione-gravita-produzione05.jpg',577,1096,'internal',261,302,NULL,NULL,NULL,NULL,NULL),(1863,'http://cs1.noappname.net/wp-content/uploads/2016/05/graph-gravita-produzione-it-300x132.png',577,1090,'image-in',261,297,309,700,69039,NULL,NULL),(1875,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-1.jpg',579,1100,'internal',263,303,NULL,NULL,NULL,NULL,NULL),(1876,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-2.jpg',579,1101,'internal',263,304,NULL,NULL,NULL,NULL,NULL),(1877,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-3.jpg',579,1102,'internal',263,305,NULL,NULL,NULL,NULL,NULL),(1878,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-4.jpg',579,1103,'internal',263,306,NULL,NULL,NULL,NULL,NULL),(1879,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-6.jpg',579,1104,'internal',263,307,NULL,NULL,NULL,NULL,NULL),(1880,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-1.jpg',578,1100,'internal',262,303,NULL,NULL,NULL,NULL,NULL),(1881,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-2.jpg',578,1101,'internal',262,304,NULL,NULL,NULL,NULL,NULL),(1882,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-3.jpg',578,1102,'internal',262,305,NULL,NULL,NULL,NULL,NULL),(1883,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-4.jpg',578,1103,'internal',262,306,NULL,NULL,NULL,NULL,NULL),(1884,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-6.jpg',578,1104,'internal',262,307,NULL,NULL,NULL,NULL,NULL),(1885,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-1.jpg',576,1100,'internal',260,303,NULL,NULL,NULL,NULL,NULL),(1886,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-2.jpg',576,1101,'internal',260,304,NULL,NULL,NULL,NULL,NULL),(1887,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-3.jpg',576,1102,'internal',260,305,NULL,NULL,NULL,NULL,NULL),(1888,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-4.jpg',576,1103,'internal',260,306,NULL,NULL,NULL,NULL,NULL),(1889,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-6.jpg',576,1104,'internal',260,307,NULL,NULL,NULL,NULL,NULL),(1890,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-1.jpg',575,1100,'internal',259,303,NULL,NULL,NULL,NULL,NULL),(1891,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-2.jpg',575,1101,'internal',259,304,NULL,NULL,NULL,NULL,NULL),(1892,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-3.jpg',575,1102,'internal',259,305,NULL,NULL,NULL,NULL,NULL),(1893,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-4.jpg',575,1103,'internal',259,306,NULL,NULL,NULL,NULL,NULL),(1894,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-6.jpg',575,1104,'internal',259,307,NULL,NULL,NULL,NULL,NULL),(1895,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-1.jpg',580,1100,'internal',264,303,NULL,NULL,NULL,NULL,NULL),(1896,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-2.jpg',580,1101,'internal',264,304,NULL,NULL,NULL,NULL,NULL),(1897,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-3.jpg',580,1102,'internal',264,305,NULL,NULL,NULL,NULL,NULL),(1898,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-4.jpg',580,1103,'internal',264,306,NULL,NULL,NULL,NULL,NULL),(1899,'http://cs1.noappname.net/wp-content/uploads/2016/05/800x0-6.jpg',580,1104,'internal',264,307,NULL,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` 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 2021-04-24  9:46:02