SELECT 
  cscart_banners.banner_id, 
  cscart_banners.type, 
  cscart_banners.target, 
  cscart_banners.status, 
  cscart_banners.timestamp, 
  cscart_banner_descriptions.banner, 
  cscart_banner_descriptions.description, 
  cscart_banner_descriptions.url, 
  cscart_banner_images.banner_image_id, 
  cscart_banner_descriptions.et_text, 
  cscart_banner_descriptions.et_settings, 
  cscart_banners.company_id 
FROM 
  cscart_banners 
  LEFT JOIN cscart_banner_descriptions ON cscart_banner_descriptions.banner_id = cscart_banners.banner_id 
  AND cscart_banner_descriptions.lang_code = 'en' 
  LEFT JOIN cscart_banner_images ON cscart_banner_images.banner_id = cscart_banners.banner_id 
  AND cscart_banner_images.lang_code = 'en' 
WHERE 
  1 
  AND (
    cscart_banners.type != 'G' 
    OR cscart_banner_images.banner_image_id IS NOT NULL
  ) 
  AND cscart_banners.status = 'A' 
  AND IF (
    cscart_banners.type not like 'abt__ut2', 
    'available', 
    IF (
      cscart_banners.type like 'abt__ut2' 
      AND (
        cscart_banners.abt__ut2_use_avail_period = 'N' 
        OR (
          cscart_banners.abt__ut2_use_avail_period = 'Y' 
          AND (
            cscart_banners.abt__ut2_avail_from = 0 
            OR cscart_banners.abt__ut2_avail_from <= 1727969964
          ) 
          AND (
            cscart_banners.abt__ut2_avail_till = 0 
            OR cscart_banners.abt__ut2_avail_till >= 1727969964
          )
        )
      ), 
      'available', 
      'not available'
    )
  ) = 'available' 
  AND cscart_banners.company_id = '448' 
ORDER BY 
  cscart_banner_descriptions.banner asc

Query time 0.00187

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "18.40"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "4.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_banners",
            "access_type": "ref",
            "possible_keys": [
              "status",
              "company_id"
            ],
            "key": "company_id",
            "used_key_parts": [
              "company_id"
            ],
            "key_length": "4",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 4,
            "rows_produced_per_join": 4,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "4.00",
              "eval_cost": "0.80",
              "prefix_cost": "4.80",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "banner_id",
              "status",
              "type",
              "target",
              "timestamp",
              "abt__ut2_use_avail_period",
              "abt__ut2_avail_from",
              "abt__ut2_avail_till",
              "company_id"
            ],
            "attached_condition": "((`webmarco`.`cscart_banners`.`status` = 'A') and (if((not((`webmarco`.`cscart_banners`.`type` like 'abt__ut2'))),'available',if(((`webmarco`.`cscart_banners`.`type` like 'abt__ut2') and ((`webmarco`.`cscart_banners`.`abt__ut2_use_avail_period` = 'N') or ((`webmarco`.`cscart_banners`.`abt__ut2_use_avail_period` = 'Y') and ((`webmarco`.`cscart_banners`.`abt__ut2_avail_from` = 0) or (`webmarco`.`cscart_banners`.`abt__ut2_avail_from` <= 1727969964)) and ((`webmarco`.`cscart_banners`.`abt__ut2_avail_till` = 0) or (`webmarco`.`cscart_banners`.`abt__ut2_avail_till` >= 1727969964))))),'available','not available')) = 'available'))"
          }
        },
        {
          "table": {
            "table_name": "cscart_banner_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "banner_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "webmarco.cscart_banners.banner_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 4,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "4.00",
              "eval_cost": "0.80",
              "prefix_cost": "9.60",
              "data_read_per_join": "20K"
            },
            "used_columns": [
              "banner_id",
              "banner",
              "url",
              "description",
              "lang_code",
              "et_text",
              "et_settings"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_banner_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "banner"
            ],
            "key": "banner",
            "used_key_parts": [
              "banner_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "webmarco.cscart_banners.banner_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 4,
            "filtered": "100.00",
            "using_index": true,
            "cost_info": {
              "read_cost": "4.00",
              "eval_cost": "0.80",
              "prefix_cost": "14.40",
              "data_read_per_join": "64"
            },
            "used_columns": [
              "banner_image_id",
              "banner_id",
              "lang_code"
            ],
            "attached_condition": "<if>(found_match(cscart_banner_images), ((`webmarco`.`cscart_banners`.`type` <> 'G') or (`webmarco`.`cscart_banner_images`.`banner_image_id` is not null)), true)"
          }
        }
      ]
    }
  }
}

Result

banner_id type target status timestamp banner description url banner_image_id et_text et_settings company_id
2581 E T A 1637276400 bn1vila 371010 a:3:{s:7:"desktop";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:32:"WE WELCOME YOU ALL YEAR ROUND!";s:4:"text";s:85:"The hotel is set on a picturesque hill, overlooking the entire coast of Himara Bay.";s:8:"btn_text";s:8:"Book Now";s:7:"btn_url";s:53:"/index.php?dispatch=companies.products&company_id=448";}s:5:"phone";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:32:"WE WELCOME YOU ALL YEAR ROUND!";s:4:"text";s:86:"The hotel is set on a picturesque hill, overlooking the entire coast of Himara Bay.";s:8:"btn_text";s:8:"Book Now";s:7:"btn_url";s:53:"/index.php?dispatch=companies.products&company_id=448";}s:6:"tablet";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:32:"WE WELCOME YOU ALL YEAR ROUND!";s:4:"text";s:86:"The hotel is set on a picturesque hill, overlooking the entire coast of Himara Bay.";s:8:"btn_text";s:8:"Book Now";s:7:"btn_url";s:53:"/index.php?dispatch=companies.products&company_id=448";}} a:3:{s:7:"desktop";a:70:{s:3:"bkg";s:7:"#ffffff";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"45";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"L";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"30";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:16:"10px 0px 0px 0px";s:11:"descr_align";s:1:"L";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"25";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:9:"10px 15px";s:9:"btn_horiz";s:1:"L";s:10:"btn_margin";s:16:"30px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"C";s:5:"horiz";s:1:"L";s:14:"wrapper_margin";s:17:"0px 0px 0px 100px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#000000";s:19:"wrapper_bkg_opacity";s:3:"100";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:1:"0";}s:5:"phone";a:73:{s:7:"enabled";s:1:"Y";s:3:"bkg";s:7:"#ffffff";s:6:"target";s:1:"T";s:3:"url";s:0:"";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"20";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"L";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"18";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:16:"10px 0px 0px 0px";s:11:"descr_align";s:1:"L";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"16";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:8:"5px 10px";s:9:"btn_horiz";s:1:"L";s:10:"btn_margin";s:16:"10px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"T";s:5:"horiz";s:1:"C";s:14:"wrapper_margin";s:16:"20px 0px 0px 0px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#000000";s:19:"wrapper_bkg_opacity";s:3:"100";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:1:"0";}s:6:"tablet";a:73:{s:7:"enabled";s:1:"N";s:3:"bkg";s:7:"#ffffff";s:6:"target";s:1:"T";s:3:"url";s:0:"";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"20";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"L";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"18";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:16:"10px 0px 0px 0px";s:11:"descr_align";s:1:"L";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"16";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:8:"5px 10px";s:9:"btn_horiz";s:1:"L";s:10:"btn_margin";s:16:"10px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"T";s:5:"horiz";s:1:"C";s:14:"wrapper_margin";s:16:"20px 0px 0px 0px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#000000";s:19:"wrapper_bkg_opacity";s:3:"100";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:1:"0";}} 448
2583 E T A 1637276400 bn2vila 371704 a:3:{s:7:"desktop";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:33:"TOURIST TRIPS ALONG THE SEA BAY";s:4:"text";s:77:"We serve in ticket offices and tourist trips throughout Albania and beyond.";s:8:"btn_text";s:9:"View More";s:7:"btn_url";s:56:"/index.php?dispatch=companies.description&company_id=448";}s:5:"phone";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:33:"TOURIST TRIPS ALONG THE SEA BAY";s:4:"text";s:77:"We serve in ticket offices and tourist trips throughout Albania and beyond.";s:8:"btn_text";s:9:"View More";s:7:"btn_url";s:56:"/index.php?dispatch=companies.description&company_id=448";}s:6:"tablet";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:33:"TOURIST TRIPS ALONG THE SEA BAY";s:4:"text";s:77:"We serve in ticket offices and tourist trips throughout Albania and beyond.";s:8:"btn_text";s:9:"View More";s:7:"btn_url";s:56:"/index.php?dispatch=companies.description&company_id=448";}} a:3:{s:7:"desktop";a:70:{s:3:"bkg";s:7:"#ffffff";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"45";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"L";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"30";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:16:"10px 0px 0px 0px";s:11:"descr_align";s:1:"L";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"25";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:10:"10px 15px ";s:9:"btn_horiz";s:1:"L";s:10:"btn_margin";s:16:"30px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"C";s:5:"horiz";s:1:"L";s:14:"wrapper_margin";s:17:"0px 0px 0px 150px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#000000";s:19:"wrapper_bkg_opacity";s:3:"100";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:1:"0";}s:5:"phone";a:73:{s:7:"enabled";s:1:"Y";s:3:"bkg";s:7:"#ffffff";s:6:"target";s:1:"T";s:3:"url";s:0:"";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"22";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"L";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"18";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:16:"10px 0px 0px 0px";s:11:"descr_align";s:1:"L";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"16";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:8:"5px 10px";s:9:"btn_horiz";s:1:"L";s:10:"btn_margin";s:16:"10px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"T";s:5:"horiz";s:1:"C";s:14:"wrapper_margin";s:16:"20px 0px 0px 0px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#000000";s:19:"wrapper_bkg_opacity";s:3:"100";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:1:"0";}s:6:"tablet";a:73:{s:7:"enabled";s:1:"N";s:3:"bkg";s:7:"#ffffff";s:6:"target";s:1:"T";s:3:"url";s:0:"";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"22";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"L";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"18";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:16:"10px 0px 0px 0px";s:11:"descr_align";s:1:"L";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"16";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:8:"5px 10px";s:9:"btn_horiz";s:1:"L";s:10:"btn_margin";s:16:"10px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"T";s:5:"horiz";s:1:"C";s:14:"wrapper_margin";s:16:"20px 0px 0px 0px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#000000";s:19:"wrapper_bkg_opacity";s:3:"100";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:1:"0";}} 448
2626 E T A 1637535600 celvila 378877 a:3:{s:7:"desktop";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:30:"Now is oportunity, take first!";s:4:"text";s:32:"Contact us for more information.";s:8:"btn_text";s:8:"Call Now";s:7:"btn_url";s:18:"tel: +355692402599";}s:5:"phone";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:30:"Now is oportunity, take first!";s:4:"text";s:32:"Contact us for more information.";s:8:"btn_text";s:8:"Call Now";s:7:"btn_url";s:18:"tel: +355692402599";}s:6:"tablet";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:30:"Now is oportunity, take first!";s:4:"text";s:32:"Contact us for more information.";s:8:"btn_text";s:8:"Call Now";s:7:"btn_url";s:18:"tel: +355692402599";}} a:3:{s:7:"desktop";a:70:{s:3:"bkg";s:7:"#ffffff";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"45";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"C";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"30";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:16:"10px 0px 0px 0px";s:11:"descr_align";s:1:"C";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"25";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:9:"10px 15px";s:9:"btn_horiz";s:1:"C";s:10:"btn_margin";s:16:"30px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"C";s:5:"horiz";s:1:"C";s:14:"wrapper_margin";s:15:"0px 0px 0px 0px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#000000";s:19:"wrapper_bkg_opacity";s:3:"100";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:1:"0";}s:5:"phone";a:73:{s:7:"enabled";s:1:"N";s:3:"bkg";s:7:"#ffffff";s:6:"target";s:1:"T";s:3:"url";s:0:"";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"45";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"C";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"30";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:16:"10px 0px 0px 0px";s:11:"descr_align";s:1:"C";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"25";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:9:"10px 15px";s:9:"btn_horiz";s:1:"C";s:10:"btn_margin";s:16:"30px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"C";s:5:"horiz";s:1:"C";s:14:"wrapper_margin";s:15:"0px 0px 0px 0px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#000000";s:19:"wrapper_bkg_opacity";s:3:"100";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:1:"0";}s:6:"tablet";a:73:{s:7:"enabled";s:1:"N";s:3:"bkg";s:7:"#ffffff";s:6:"target";s:1:"T";s:3:"url";s:0:"";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"45";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"C";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"30";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:16:"10px 0px 0px 0px";s:11:"descr_align";s:1:"C";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"25";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:9:"10px 15px";s:9:"btn_horiz";s:1:"C";s:10:"btn_margin";s:16:"30px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"C";s:5:"horiz";s:1:"C";s:14:"wrapper_margin";s:15:"0px 0px 0px 0px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#000000";s:19:"wrapper_bkg_opacity";s:3:"100";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:1:"0";}} 448
2586 E T A 1637276400 txtvila 444703 a:3:{s:7:"desktop";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:794:"<p style="font-size:25px;text-align: center;"><strong><span style="color: rgb(0, 0, 0);">Under the ignited sky lies the quiet Himara!</span></strong></p> <p style="font-size:18px;"><strong><span style="color: rgb(0, 0, 0);">Himara is composed of a number of beautiful villages from which we distinguish Qeparo Fshat, Borshi, Lukova, Piluri, Dhermiu, Vunoi, Palasa, <br>with the sea edge about 58 km long, composed of numerous bays from which we distinguish: Gjiri i Grames, Gjipese, Livadhi, Llamani, Borshit, Kakomese. The whole area is accessible by all means, on foot, for all those who frequent Hiking, by motor vehicles and by sea, where you can find Hotels, Restaurants,<br> Bars and beaches that are magical in terms of cleanliness and possible to feel a tourist.</span></strong></p> ";s:4:"text";s:0:"";s:8:"btn_text";s:10:"Learn More";s:7:"btn_url";s:56:"/index.php?dispatch=companies.description&company_id=448";}s:5:"phone";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:822:"<p style="font-size:16px;text-align: center;"><strong><span style="color: rgb(0, 0, 0);">Under the ignited sky lies the quiet Himara!</span></strong></p> <p style="font-size:13.5px;"><strong><span style="color: rgb(0, 0, 0);">Himara is composed of a number of beautiful <br>villages from which we distinguish Qeparo Fshat, Borshi, Lukova, Piluri, Dhermiu, Vunoi, Palasa, <br>with the sea edge about 58 km long, composed of numerous bays from which we distinguish: Gjiri <br>i Grames, Gjipese, Livadhi, Llamani, Borshit,<br> Kakomese.The whole area is accessible by all means, <br>on foot, for all those who frequent Hiking, by motor <br>vehicles and by sea, where you can find Hotels,<br> Restaurants, Bars and beaches that are magical in<br> terms of cleanliness and possible to feel a tourist.</span></strong></p> ";s:4:"text";s:0:"";s:8:"btn_text";s:10:"Learn More";s:7:"btn_url";s:56:"/index.php?dispatch=companies.description&company_id=448";}s:6:"tablet";a:5:{s:9:"image_url";s:0:"";s:5:"title";s:822:"<p style="font-size:16px;text-align: center;"><strong><span style="color: rgb(0, 0, 0);">Under the ignited sky lies the quiet Himara!</span></strong></p> <p style="font-size:13.5px;"><strong><span style="color: rgb(0, 0, 0);">Himara is composed of a number of beautiful <br>villages from which we distinguish Qeparo Fshat, Borshi, Lukova, Piluri, Dhermiu, Vunoi, Palasa, <br>with the sea edge about 58 km long, composed of numerous bays from which we distinguish: Gjiri <br>i Grames, Gjipese, Livadhi, Llamani, Borshit,<br> Kakomese.The whole area is accessible by all means, <br>on foot, for all those who frequent Hiking, by motor <br>vehicles and by sea, where you can find Hotels,<br> Restaurants, Bars and beaches that are magical in<br> terms of cleanliness and possible to feel a tourist.</span></strong></p> ";s:4:"text";s:0:"";s:8:"btn_text";s:10:"Learn More";s:7:"btn_url";s:56:"/index.php?dispatch=companies.description&company_id=448";}} a:3:{s:7:"desktop";a:70:{s:3:"bkg";s:7:"#ffffff";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"18";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"C";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"18";s:11:"text_weight";s:1:"B";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:15:"0px 0px 0px 0px";s:11:"descr_align";s:1:"C";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"25";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:8:"8px 10px";s:9:"btn_horiz";s:1:"C";s:10:"btn_margin";s:15:"2px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"C";s:5:"horiz";s:1:"C";s:14:"wrapper_margin";s:15:"0px 0px 0px 0px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#000000";s:19:"wrapper_bkg_opacity";s:3:"100";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:1:"0";}s:5:"phone";a:73:{s:7:"enabled";s:1:"Y";s:3:"bkg";s:7:"#ffffff";s:6:"target";s:1:"T";s:3:"url";s:0:"";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"18";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"C";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"18";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:15:"0px 0px 0px 0px";s:11:"descr_align";s:1:"C";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"16";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:8:"5px 10px";s:9:"btn_horiz";s:1:"C";s:10:"btn_margin";s:15:"0px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"C";s:5:"horiz";s:1:"C";s:14:"wrapper_margin";s:15:"0px 0px 0px 0px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#ffffff";s:19:"wrapper_bkg_opacity";s:2:"80";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:4:"30px";}s:6:"tablet";a:73:{s:7:"enabled";s:1:"N";s:3:"bkg";s:7:"#ffffff";s:6:"target";s:1:"T";s:3:"url";s:0:"";s:9:"image_pos";s:1:"H";s:10:"image_pos2";s:1:"L";s:10:"image_pos3";s:1:"A";s:10:"image_pos4";s:1:"T";s:10:"image_vert";s:1:"T";s:11:"image_horiz";s:1:"L";s:12:"image_margin";s:15:"0px 0px 0px 0px";s:10:"image_anim";s:1:"A";s:12:"title_shadow";s:1:"N";s:8:"title_lh";s:6:"normal";s:10:"title_size";s:2:"18";s:12:"title_weight";s:1:"B";s:11:"title_style";s:1:"N";s:11:"title_color";s:7:"#000000";s:17:"title_bkg_enabled";s:1:"N";s:15:"title_bkg_color";s:7:"#000000";s:17:"title_bkg_opacity";s:3:"100";s:19:"title_inner_padding";s:15:"0px 0px 0px 0px";s:15:"title_bkg_round";s:1:"0";s:13:"title_padding";s:15:"0px 0px 0px 0px";s:11:"title_align";s:1:"C";s:10:"title_anim";s:1:"A";s:11:"text_shadow";s:1:"N";s:7:"text_lh";s:6:"normal";s:9:"text_size";s:2:"18";s:11:"text_weight";s:1:"N";s:10:"text_style";s:1:"N";s:10:"text_color";s:7:"#000000";s:17:"descr_bkg_enabled";s:1:"N";s:15:"descr_bkg_color";s:7:"#000000";s:17:"descr_bkg_opacity";s:3:"100";s:18:"text_inner_padding";s:15:"0px 0px 0px 0px";s:15:"descr_bkg_round";s:1:"0";s:12:"text_padding";s:15:"0px 0px 0px 0px";s:11:"descr_align";s:1:"C";s:10:"descr_anim";s:1:"A";s:10:"btn_shadow";s:1:"N";s:8:"btn_size";s:2:"16";s:10:"btn_weight";s:1:"B";s:9:"btn_style";s:1:"N";s:9:"btn_round";s:4:"10px";s:14:"btn_text_color";s:7:"#ffffff";s:15:"btn_bkg_enabled";s:1:"Y";s:13:"btn_bkg_color";s:7:"#0053a8";s:15:"btn_bkg_opacity";s:3:"100";s:20:"btn_text_color_hover";s:7:"#ffffff";s:21:"btn_hover_bkg_enabled";s:1:"Y";s:19:"btn_bkg_color_hover";s:7:"#0053a8";s:21:"btn_bkg_opacity_hover";s:2:"60";s:17:"btn_border_enable";s:1:"N";s:15:"btn_border_size";s:1:"1";s:16:"btn_border_style";s:1:"S";s:16:"btn_border_color";s:7:"#ffffff";s:18:"btn_border_opacity";s:3:"100";s:22:"btn_hover_border_color";s:7:"#ffffff";s:24:"btn_hover_border_opacity";s:3:"100";s:11:"btn_padding";s:8:"5px 10px";s:9:"btn_horiz";s:1:"C";s:10:"btn_margin";s:15:"0px 0px 0px 0px";s:8:"btn_anim";s:1:"A";s:13:"wrapper_width";s:4:"auto";s:4:"vert";s:1:"C";s:5:"horiz";s:1:"C";s:14:"wrapper_margin";s:15:"0px 0px 0px 0px";s:19:"wrapper_bkg_enabled";s:1:"N";s:17:"wrapper_bkg_color";s:7:"#ffffff";s:19:"wrapper_bkg_opacity";s:2:"80";s:15:"wrapper_padding";s:15:"0px 0px 0px 0px";s:13:"wrapper_round";s:4:"30px";}} 448